Searched refs:sym_filter_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dtop.h43 struct hist_entry *sym_filter_entry; member in struct:perf_top
/linux-master/tools/perf/
H A Dbuiltin-top.c152 top->sym_filter_entry = he;
208 (top->sym_filter_entry == NULL ||
209 top->sym_filter_entry->ms.sym != sym)))
242 struct hist_entry *he = top->sym_filter_entry;
345 if (top->sym_filter_entry) {
396 struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL;
404 top->sym_filter_entry = NULL;
439 if (top->sym_filter_entry) {
440 struct symbol *sym = top->sym_filter_entry->ms.sym;
573 if (!top->sym_filter_entry)
[all...]

Completed in 83 milliseconds