Home
last modified time | relevance | path

Searched refs:thread__find_map_fb (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Devent.c663 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() function
689 if (thread__find_map_fb(thread, cpumode, addr, al)) in thread__find_symbol_fb()
822 thread__find_map_fb(thread, sample->cpumode, sample->addr, al); in thread__resolve()
H A Dthread.h122 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr,
H A Ddlfilter.c315 thread__find_map_fb(al->thread, d->sample->cpumode, ip, &a); in dlfilter__object_code()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c938 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
939 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
1013 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
1017 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c547 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
553 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()