Searched refs:dso_sym_match (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | auxtrace.c | 2580 static bool dso_sym_match(struct symbol *sym, const char *name, int *cnt, in dso_sym_match() function 2600 if (dso_sym_match(sym, sym_name, &cnt, -1)) { in print_duplicate_syms() 2636 } else if (dso_sym_match(sym, sym_name, &cnt, idx)) { in find_dso_sym() 2640 } else if (dso_sym_match(sym, sym_name, &cnt, idx)) { in find_dso_sym()
|