Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/ui/browsers/
Dheader.c18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
Dmap.c29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write()
Dannotate-data.c372 bool current = ui_browser__is_current_entry(uib, row); in browser__write_overhead()
397 bool current = ui_browser__is_current_entry(uib, row); in browser__write()
Dhists.c801 if (ui_browser__is_current_entry(&browser->b, row)) { in hist_browser__show_callchain_entry()
1303 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry()
1410 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry()
1572 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_no_entry()
3441 bool current_entry = ui_browser__is_current_entry(browser, row); in perf_evsel_menu__write()
Dannotate.c94 const bool is_current_entry = ui_browser__is_current_entry(browser, row); in annotate_browser__write()
/linux-6.12.1/tools/perf/ui/
Dbrowser.h40 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
Dbrowser.c189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() function
/linux-6.12.1/tools/perf/ui/tui/
Dutil.c19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()