Searched refs:thread__find_map_fb (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | thread.h | 115 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr,
|
D | event.c | 636 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() function 662 if (thread__find_map_fb(thread, cpumode, addr, al)) in thread__find_symbol_fb() 802 thread__find_map_fb(thread, sample->cpumode, sample->addr, al); in thread__resolve()
|
D | dlfilter.c | 269 thread__find_map_fb(al->thread, d->sample->cpumode, ip, &a); in dlfilter__object_code()
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 908 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack() 909 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack() 994 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff() 998 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 534 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack() 540 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
|