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