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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h 32 struct hist_entry *sym_filter_entry; member in struct:perf_top
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c 133 top->sym_filter_entry = he;
182 ((top->sym_filter_entry == NULL ||
183 top->sym_filter_entry->ms.sym != he->ms.sym) && use_browser != 1))
211 struct hist_entry *he = top->sym_filter_entry;
285 if (top->sym_filter_entry) {
341 struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL;
348 top->sym_filter_entry = NULL;
383 if (top->sym_filter_entry) {
384 struct symbol *sym = top->sym_filter_entry->ms.sym;
526 if (!top->sym_filter_entry)
    [all...]

Completed in 297 milliseconds