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

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.h36 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
H A Dbrowser.c161 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) function
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dmap.c25 bool current_entry = ui_browser__is_current_entry(self, row);
H A Dscripts.c79 bool current_entry = ui_browser__is_current_entry(browser, row);
H A Dhists.c476 if (ui_browser__is_current_entry(&browser->b, row)) {
534 if (ui_browser__is_current_entry(&browser->b, row)) {
728 bool current_entry = ui_browser__is_current_entry(&browser->b, row);
1760 bool current_entry = ui_browser__is_current_entry(browser, row);
H A Dannotate.c97 bool current_entry = ui_browser__is_current_entry(browser, row);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dutil.c20 bool current_entry = ui_browser__is_current_entry(browser, row);

Completed in 2957 milliseconds