Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-script.c823 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local
835 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstack()
837 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
844 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstack()
871 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local
880 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstacksym()
885 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
888 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp); in perf_sample__fprintf_brstacksym()
891 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstacksym()
917 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local
[all …]