Home
last modified time | relevance | path

Searched refs:thread__find_addr_map (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dthread.h76 void thread__find_addr_map(struct thread *thread,
Devent.c898 void thread__find_addr_map(struct thread *thread, u8 cpumode, in thread__find_addr_map() function
978 thread__find_addr_map(thread, cpumode, type, addr, al); in thread__find_addr_location()
1014 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample()
1097 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr()
1099 thread__find_addr_map(thread, cpumode, MAP__VARIABLE, in perf_event__preprocess_sample_addr()
Dunwind-libdw.c92 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
Dunwind-libunwind.c320 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in find_map()
422 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
Dbuild-id.c41 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in build_id__mark_dso_hit()
Dintel-bts.c334 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, ip, &al); in intel_bts_get_next_insn()
Dintel-pt.c445 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, *ip, &al); in intel_pt_walk_next_insn()
/linux-4.4.14/tools/perf/tests/
Dmmap-thread-lookup.c190 thread__find_addr_map(thread, in mmap_events()
Dcode-reading.c189 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code()
/linux-4.4.14/tools/perf/
Dbuiltin-inject.c370 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
Dbuiltin-script.c483 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, from, &alf); in print_sample_brstacksym()
487 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, to, &alt); in print_sample_brstacksym()