Searched refs:thread__find_map_fb (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | thread.h | 114 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr,
|
D | event.c | 598 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() function 624 if (thread__find_map_fb(thread, cpumode, addr, al)) in thread__find_symbol_fb() 737 thread__find_map_fb(thread, sample->cpumode, sample->addr, al); in thread__resolve()
|
/tools/perf/ |
D | builtin-script.c | 836 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack() 837 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack() 930 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff() 934 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 502 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack() 508 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
|