Searched refs:ui_browser__is_current_entry (Results 1 – 8 of 8) sorted by relevance
/tools/perf/ui/browsers/ |
D | header.c | 17 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
|
D | map.c | 24 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write()
|
D | scripts.c | 79 bool current_entry = ui_browser__is_current_entry(browser, row); in script_browser__write()
|
D | hists.c | 689 if (ui_browser__is_current_entry(&browser->b, row)) { in hist_browser__show_callchain_entry() 1176 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry() 1280 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry() 1442 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_no_entry() 3086 bool current_entry = ui_browser__is_current_entry(browser, row); in perf_evsel_menu__write()
|
D | annotate.c | 117 bool current_entry = ui_browser__is_current_entry(browser, row); in annotate_browser__write()
|
/tools/perf/ui/ |
D | browser.h | 35 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
|
D | browser.c | 176 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() function
|
/tools/perf/ui/tui/ |
D | util.c | 20 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
|