Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-script.c738 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local
750 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstack()
752 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
759 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstack()
785 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local
794 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstacksym()
799 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
802 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp); in perf_sample__fprintf_brstacksym()
805 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstacksym()
830 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local
[all …]