Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-script.c858 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local
870 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstack()
872 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
879 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstack()
906 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local
915 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstacksym()
920 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
923 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp); in perf_sample__fprintf_brstacksym()
926 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstacksym()
952 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local
[all …]