Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dheader.c18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
H A Dmap.c29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write()
H A Dhists.c809 if (ui_browser__is_current_entry(&browser->b, row)) { in hist_browser__show_callchain_entry()
1311 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry()
1418 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry()
1580 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_no_entry()
3422 bool current_entry = ui_browser__is_current_entry(browser, row); in perf_evsel_menu__write()
H A Dannotate.c101 const bool is_current_entry = ui_browser__is_current_entry(browser, row); in annotate_browser__write()
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dbrowser.h40 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
H A Dbrowser.c189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() function
/OK3568_Linux_fs/kernel/tools/perf/ui/tui/
H A Dutil.c19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()