Home
last modified time | relevance | path

Searched refs:thread__find_symbol_fb (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dthread.h129 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode,
H A Ddlfilter.c180 thread__find_symbol_fb(thread, d->sample->cpumode, address, &al); in dlfilter__resolve_address()
H A Devent.c779 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode, in thread__find_symbol_fb() function
H A Dannotate-data.c732 sym = thread__find_symbol_fb(dloc->thread, dloc->cpumode, in get_global_var_info()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c597 thread__find_symbol_fb(thread, sample->cpumode, in python_process_brstacksym()
603 thread__find_symbol_fb(thread, sample->cpumode, in python_process_brstacksym()
/linux/tools/perf/
H A Dbuiltin-script.c1036 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
1037 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym()