/tools/perf/ui/tui/ |
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()
|
D | progress.c | 30 char buf[100], *title = (char *) p->title; in tui_progress__update() local
|
/tools/perf/ui/ |
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
|
D | progress.c | 31 const char *title, bool size) in __ui_progress__init()
|
D | browser.c | 262 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()
|
D | browser.h | 24 const char *title; member
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_multi.c | 5 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()
|
D | reference_tracking.c | 27 const char *title; in test_reference_tracking() local
|
D | sockopt_inherit.c | 139 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach()
|
/tools/perf/ui/browsers/ |
D | hists.h | 30 int (*title)(struct hist_browser *browser, member
|
D | annotate.c | 446 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() 469 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 664 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() 726 char title[256]; in annotate_browser__run() local
|
D | hists.c | 670 …ser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *title, size_t size, i… in hist_browser__handle_hotkey() 746 char title[160]; in hist_browser__run() local 3459 const char *title = "Available samples"; in perf_evsel_menu__run() local
|
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
|
/tools/lib/subcmd/ |
D | help.c | 241 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 83 title = 'SleepGraph' variable in SystemValues 2136 def title(self): member in DevFunction 4040 def callgraphHTML(sv, hf, num, cg, title, color, devid): argument 4109 def summaryCSS(title, center=True): argument 4134 def createHTMLSummarySimple(testruns, htmlfile, title): argument 4304 def createHTMLDeviceSummary(testruns, htmlfile, title): argument 4370 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''): argument
|
D | bootgraph.py | 49 title = 'BootGraph' variable in SystemValues
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1218 def __init__(self, key, title = "", ordinal = ""): argument 2168 def GraphTitleChanged(self, title): argument 2402 def __init__(self, glb, title, init_fn): argument 2433 def SlowInit(glb, title, init_fn): argument 2466 def GraphTitleChanged(self, title): argument 3557 def __init__(self, glb, title, items, partial, parent=None): argument
|
/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 152 char *title; member
|
/tools/perf/util/ |
D | bpf-loader.c | 450 const char *title; in preproc_gen_prologue() local
|
/tools/lib/bpf/ |
D | libbpf.c | 3527 const char *title) in bpf_object__find_program_by_title() 7751 const char *title; in bpf_program__title() local
|