Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Devent.c522 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() function
548 if (thread__find_map_fb(thread, cpumode, addr, al)) in thread__find_symbol_fb()
646 thread__find_map_fb(thread, sample->cpumode, sample->addr, al); in thread__resolve()
Dthread.h101 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr,
/Linux-v5.4/tools/perf/
Dbuiltin-script.c752 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
753 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
844 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
848 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c501 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
507 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()