Home
last modified time | relevance | path

Searched defs:title (Results 1 – 20 of 20) sorted by relevance

/tools/perf/ui/tui/
Dutil.c71 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
163 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window()
212 void ui__info_window(const char *title, const char *text) in ui__info_window()
220 int ui__question_window(const char *title, const char *text, in ui__question_window()
240 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
Dprogress.c30 char buf[100], *title = (char *) p->title; in tui_progress__update() local
/tools/perf/ui/
Dprogress.h10 const char *title; member
18 #define ui_progress__init(p, total, title) \ argument
21 #define ui_progress__init_size(p, total, title) \ argument
Dprogress.c31 const char *title, bool size) in __ui_progress__init()
Dbrowser.c262 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title()
269 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title()
276 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show()
Dbrowser.h24 const char *title; member
/tools/testing/selftests/bpf/prog_tests/
Dsockopt_multi.c5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach()
34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_detach()
Dreference_tracking.c17 const char *title; in test_reference_tracking() local
Dsockopt_sk.c134 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach()
Dsockopt_inherit.c139 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach()
/tools/perf/ui/browsers/
Dannotate.c393 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title()
416 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
608 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show()
670 char title[256]; in annotate_browser__run() local
Dhists.h28 int (*title)(struct hist_browser *browser, member
Dhists.c630 char title[160]; in hist_browser__run() local
3282 const char *title = "Available samples"; in perf_evsel_menu__run() local
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
/tools/lib/subcmd/
Dhelp.c239 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
/tools/power/pm-graph/
Dsleepgraph.py83 title = 'SleepGraph' variable in SystemValues
1933 def title(self): member in DevFunction
3835 def callgraphHTML(sv, hf, num, cg, title, color, devid): argument
3902 def summaryCSS(title, center=True): argument
3927 def createHTMLSummarySimple(testruns, htmlfile, title): argument
4088 def createHTMLDeviceSummary(testruns, htmlfile, title): argument
4154 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''): argument
Dbootgraph.py49 title = 'BootGraph' variable in SystemValues
/tools/perf/util/
Dbpf-loader.c455 const char *title; in preproc_gen_prologue() local
/tools/lib/bpf/
Dlibbpf.c1678 const char *title) in bpf_object__find_program_by_title()
4359 const char *title; in bpf_program__title() local
/tools/perf/scripts/python/
Dexported-sql-viewer.py2183 def __init__(self, glb, title, items, partial, parent=None): argument