Searched refs:helpline (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.h23 char *helpline; member in struct:ui_browser
47 const char *helpline, ...);
H A Dbrowser.c13 #include "helpline.h"
248 const char *helpline, ...)
259 free(browser->helpline);
260 browser->helpline = NULL;
262 va_start(ap, helpline);
263 err = vasprintf(&browser->helpline, helpline, ap);
266 ui_helpline__push(browser->helpline);
275 free(browser->helpline);
276 browser->helpline
247 ui_browser__show(struct ui_browser *browser, const char *title, const char *helpline, ...) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile291 LIB_H += ui/helpline.h
366 LIB_OBJS += $(OUTPUT)ui/helpline.o
483 LIB_OBJS += $(OUTPUT)ui/tui/helpline.o
496 LIB_OBJS += $(OUTPUT)ui/gtk/helpline.o
H A DAndroid.mk40 ui/helpline.c \
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c16 #include "../helpline.h"
1386 const char *helpline, const char *ev_name,
1415 ui_helpline__push(helpline);
1385 perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events, const char *helpline, const char *ev_name, bool left_exits, struct hist_browser_timer *hbt, float min_pcnt, struct perf_session_env *env) argument

Completed in 146 milliseconds