Searched refs:dso_sym_match (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | auxtrace.c | 2637 static bool dso_sym_match(struct symbol *sym, const char *name, int *cnt, in find_dso_sym() 2657 if (dso_sym_match(sym, sym_name, &cnt, -1)) { in addr_filter__entire_dso() 2693 } else if (dso_sym_match(sym, sym_name, &cnt, idx)) { in addr_filter__resolve_syms() 2697 } else if (dso_sym_match(sym, sym_name, &cnt, idx)) { in addr_filter__resolve_syms() 2580 static bool dso_sym_match(struct symbol *sym, const char *name, int *cnt, dso_sym_match() function
|