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

  /external/linux-tools-perf/util/ui/
browser.h 30 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
browser.c 123 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row) function
  /external/linux-tools-perf/util/ui/browsers/
map.c 57 bool current_entry = ui_browser__is_current_entry(self, row);
hists.c 421 if (ui_browser__is_current_entry(&self->b, row)) {
479 if (ui_browser__is_current_entry(&self->b, row)) {
537 bool current_entry = ui_browser__is_current_entry(&self->b, row);
1012 bool current_entry = ui_browser__is_current_entry(browser, row);
top.c 34 bool current_entry = ui_browser__is_current_entry(browser, row);
annotate.c 40 bool current_entry = ui_browser__is_current_entry(self, row);

Completed in 90 milliseconds