/tools/perf/ui/tui/ |
A D | util.c | 75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() 167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window() 216 void ui__info_window(const char *title, const char *text) in ui__info_window() 224 int ui__question_window(const char *title, const char *text, in ui__question_window() 244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
|
A D | progress.c | 30 char buf[100], *title = (char *) p->title; in tui_progress__update() local
|
/tools/perf/ui/ |
A D | progress.h | 10 const char *title; member 18 #define ui_progress__init(p, total, title) \ argument 21 #define ui_progress__init_size(p, total, title) \ argument
|
A D | progress.c | 31 const char *title, bool size) in __ui_progress__init()
|
A D | browser.c | 270 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title() 277 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title() 284 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show()
|
A D | browser.h | 24 char *title; member
|
/tools/perf/ui/browsers/ |
A D | annotate.c | 515 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() 539 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 734 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() 808 char title[256]; in annotate_browser__run() local
|
A D | hists.h | 28 int (*title)(struct hist_browser *browser, member
|
A D | annotate-data.c | 340 char title[256]; in browser__show() local
|
A D | hists.c | 671 …ser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *title, size_t size, i… in hist_browser__handle_hotkey() 747 char title[160]; in hist_browser__run() local 3519 const char *title = "Available samples"; in perf_evsel_menu__run() local
|
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
A D | SchedGui.py | 23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
|
/tools/testing/selftests/tdx/ |
A D | tdx_guest_test.c | 112 static void print_array_hex(const char *title, const char *prefix_str, in print_array_hex()
|
/tools/lib/subcmd/ |
A D | help.c | 255 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
|
/tools/testing/selftests/proc/ |
A D | proc-maps-race.c | 227 static void print_boundaries(const char *title, FIXTURE_DATA(proc_maps_race) *self) in print_boundaries() 239 static bool print_boundaries_on(bool condition, const char *title, in print_boundaries_on()
|
/tools/power/pm-graph/ |
A D | sleepgraph.py | 89 title = 'SleepGraph' variable in SystemValues 2265 def title(self): member in DevFunction 4237 def callgraphHTML(sv, hf, num, cg, title, color, devid): argument 4308 def summaryCSS(title, center=True): argument 4333 def createHTMLSummarySimple(testruns, htmlfile, title): argument 4504 def createHTMLDeviceSummary(testruns, htmlfile, title): argument 4570 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''): argument
|
A D | bootgraph.py | 49 title = 'BootGraph' variable in SystemValues
|
/tools/perf/ |
A D | builtin-annotate.c | 372 static void print_annotate_item_stat(struct list_head *head, const char *title) in print_annotate_item_stat()
|
/tools/perf/scripts/python/ |
A D | exported-sql-viewer.py | 1221 def __init__(self, key, title = "", ordinal = ""): argument 2171 def GraphTitleChanged(self, title): argument 2405 def __init__(self, glb, title, init_fn): argument 2436 def SlowInit(glb, title, init_fn): argument 2469 def GraphTitleChanged(self, title): argument 3560 def __init__(self, glb, title, items, partial, parent=None): argument
|
/tools/testing/selftests/bpf/ |
A D | test_sockmap.c | 159 char *title; member
|