HomeSort by relevance Sort by last modified time
    Searched refs:ui_browser__is_current_entry (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.h 36 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
browser.c 161 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/
map.c 25 bool current_entry = ui_browser__is_current_entry(self, row);
scripts.c 79 bool current_entry = ui_browser__is_current_entry(browser, row);
hists.c 476 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);
    [all...]
annotate.c 97 bool current_entry = ui_browser__is_current_entry(browser, row);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
util.c 20 bool current_entry = ui_browser__is_current_entry(browser, row);

Completed in 549 milliseconds