Searched refs:ui_browser__is_current_entry (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | header.c | 18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
|
H A D | map.c | 29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write()
|
H A D | hists.c | 800 if (ui_browser__is_current_entry(&browser->b, row)) { in hist_browser__show_callchain_entry() 1302 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry() 1409 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry() 1571 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_no_entry() 3409 bool current_entry = ui_browser__is_current_entry(browser, row); in perf_evsel_menu__write()
|
H A D | annotate.c | 95 const bool is_current_entry = ui_browser__is_current_entry(browser, row); in annotate_browser__write()
|
/openbmc/linux/tools/perf/ui/ |
H A D | browser.h | 40 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
|
H A D | browser.c | 189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() function
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | util.c | 19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write()
|