Home
last modified time | relevance | path

Searched refs:ui_browser__is_current_entry (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/tools/perf/ui/browsers/
Dheader.c20 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
Dmap.c27 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write()
Dscripts.c80 bool current_entry = ui_browser__is_current_entry(browser, row); in script_browser__write()
Dhists.c733 if (ui_browser__is_current_entry(&browser->b, row)) { in hist_browser__show_callchain_entry()
1233 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry()
1340 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry()
1502 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_no_entry()
3084 bool current_entry = ui_browser__is_current_entry(browser, row); in perf_evsel_menu__write()
Dannotate.c101 .current_entry = ui_browser__is_current_entry(browser, row), in annotate_browser__write()
/Linux-v4.19/tools/perf/ui/
Dbrowser.h38 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
Dbrowser.c190 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() function
/Linux-v4.19/tools/perf/ui/tui/
Dutil.c21 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()