thread__find_symbol
thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);
if (thread__find_symbol(al.thread, cpumode, ip, &tal))
thread__find_symbol(thread, sample->cpumode, sample->ip, &al);
thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
thread__find_symbol(thread, cpumode, op->imm, &al)) {
ok = thread__find_symbol(al.thread, cpumode, ip, &tal);
thread__find_symbol(thread, m, addr, &al);
thread__find_symbol(thread, *cpumode, ip, &al);
thread__find_symbol(thread, cpumodes[i], addr, al);
struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al);
e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);