Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-script.c716 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local
728 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstack()
730 thread__find_map(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
737 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstack()
763 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local
772 memset(&alf, 0, sizeof(alf)); in perf_sample__fprintf_brstacksym()
777 thread__find_symbol(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
780 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp); in perf_sample__fprintf_brstacksym()
783 printed += map__fprintf_dsoname(alf.map, fp); in perf_sample__fprintf_brstacksym()
808 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local
[all …]