Linux Perf
helpline.h File Reference
#include <stdio.h>
#include <stdarg.h>
#include "../util/cache.h"
Include dependency graph for helpline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ui_helpline
 

Functions

void ui_helpline__init (void)
 
void ui_helpline__pop (void)
 
void ui_helpline__push (const char *msg)
 
void ui_helpline__vpush (const char *fmt, va_list ap)
 
void ui_helpline__fpush (const char *fmt,...)
 
void ui_helpline__puts (const char *msg)
 
void ui_helpline__printf (const char *fmt,...)
 
int ui_helpline__vshow (const char *fmt, va_list ap)
 

Variables

struct ui_helplinehelpline_fns
 
char ui_helpline__current [512]
 
char ui_helpline__last_msg []
 

Function Documentation

◆ ui_helpline__fpush()

void ui_helpline__fpush ( const char *  fmt,
  ... 
)

Definition at line 57 of file helpline.c.

Here is the call graph for this function:

◆ ui_helpline__init()

void ui_helpline__init ( void  )

Definition at line 58 of file helpline.c.

Here is the call graph for this function:

◆ ui_helpline__pop()

void ui_helpline__pop ( void  )

Definition at line 35 of file helpline.c.

◆ ui_helpline__printf()

void ui_helpline__printf ( const char *  fmt,
  ... 
)

Definition at line 77 of file helpline.c.

Here is the call graph for this function:

◆ ui_helpline__push()

void ui_helpline__push ( const char *  msg)

Definition at line 40 of file helpline.c.

◆ ui_helpline__puts()

void ui_helpline__puts ( const char *  msg)

Definition at line 66 of file helpline.c.

Here is the call graph for this function:

◆ ui_helpline__vpush()

void ui_helpline__vpush ( const char *  fmt,
va_list  ap 
)

Definition at line 45 of file helpline.c.

Here is the call graph for this function:

◆ ui_helpline__vshow()

int ui_helpline__vshow ( const char *  fmt,
va_list  ap 
)

Definition at line 72 of file helpline.c.

Variable Documentation

◆ helpline_fns

struct ui_helpline* helpline_fns

Definition at line 33 of file helpline.c.

◆ ui_helpline__current

char ui_helpline__current[512]

Definition at line 11 of file helpline.c.

◆ ui_helpline__last_msg

char ui_helpline__last_msg[]

Definition at line 12 of file helpline.c.