Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Devent.c792 void thread__find_addr_map(struct thread *thread, u8 cpumode, in thread__find_addr_map() function
872 thread__find_addr_map(thread, cpumode, type, addr, al); in thread__find_addr_location()
904 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample()
968 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr()
970 thread__find_addr_map(thread, cpumode, MAP__VARIABLE, in perf_event__preprocess_sample_addr()
Dthread.h75 void thread__find_addr_map(struct thread *thread,
Dunwind-libdw.c92 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
Dunwind-libunwind.c318 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in find_map()
412 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()
/linux-4.1.27/tools/perf/tests/
Dmmap-thread-lookup.c190 thread__find_addr_map(thread, in mmap_events()
Dcode-reading.c147 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code()
/linux-4.1.27/tools/perf/
Dbuiltin-inject.c227 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()