Linux Perf
helpline.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include "../../util/debug.h"
#include "../helpline.h"
#include "../ui.h"
#include "../libslang.h"
Include dependency graph for helpline.c:

Go to the source code of this file.

Functions

static void tui_helpline__pop (void)
 
static void tui_helpline__push (const char *msg)
 
static int tui_helpline__show (const char *format, va_list ap)
 
void ui_helpline__init (void)
 

Variables

char ui_helpline__last_msg [1024]
 
bool tui_helpline__set
 
struct ui_helpline tui_helpline_fns
 

Function Documentation

◆ tui_helpline__pop()

static void tui_helpline__pop ( void  )
static

Definition at line 15 of file helpline.c.

◆ tui_helpline__push()

static void tui_helpline__push ( const char *  msg)
static

Definition at line 19 of file helpline.c.

◆ tui_helpline__show()

static int tui_helpline__show ( const char *  format,
va_list  ap 
)
static

Definition at line 30 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:

Variable Documentation

◆ tui_helpline__set

bool tui_helpline__set

Definition at line 13 of file helpline.c.

◆ tui_helpline_fns

struct ui_helpline tui_helpline_fns
Initial value:
= {
}
static int tui_helpline__show(const char *format, va_list ap)
Definition: helpline.c:30
static void tui_helpline__pop(void)
Definition: helpline.c:15
static void tui_helpline__push(const char *msg)
Definition: helpline.c:19

Definition at line 52 of file helpline.c.

◆ ui_helpline__last_msg

char ui_helpline__last_msg[1024]

Definition at line 12 of file helpline.c.