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