thread__find_symbol  255 tools/perf/arch/powerpc/util/skip-callchain-idx.c 	thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);
thread__find_symbol  534 tools/perf/builtin-timechart.c 		if (thread__find_symbol(al.thread, cpumode, ip, &tal))
thread__find_symbol 2485 tools/perf/builtin-trace.c 	thread__find_symbol(thread, sample->cpumode, sample->ip, &al);
thread__find_symbol 2497 tools/perf/builtin-trace.c 	thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
thread__find_symbol 2500 tools/perf/builtin-trace.c 		thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
thread__find_symbol 1955 tools/perf/util/machine.c 	thread__find_symbol(thread, m, addr, &al);
thread__find_symbol 2049 tools/perf/util/machine.c 		thread__find_symbol(thread, *cpumode, ip, &al);
thread__find_symbol  419 tools/perf/util/thread.c 		thread__find_symbol(thread, cpumodes[i], addr, al);
thread__find_symbol  104 tools/perf/util/thread.h struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
thread__find_symbol   38 tools/perf/util/unwind-libdw.c 	thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al);
thread__find_symbol  578 tools/perf/util/unwind-libunwind-local.c 	e.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);