Lines Matching refs:alf

963 			struct addr_location alf, alt;  in perf_sample__fprintf_brstack()  local
965 addr_location__init(&alf); in perf_sample__fprintf_brstack()
967 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
970 printed += map__fprintf_dsoname_dsoff(alf.map, PRINT_FIELD(DSOFF), alf.addr, fp); in perf_sample__fprintf_brstack()
974 addr_location__exit(&alf); in perf_sample__fprintf_brstack()
997 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local
999 addr_location__init(&alf); in perf_sample__fprintf_brstacksym()
1004 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
1007 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp); in perf_sample__fprintf_brstacksym()
1009 printed += map__fprintf_dsoname_dsoff(alf.map, PRINT_FIELD(DSOFF), alf.addr, fp); in perf_sample__fprintf_brstacksym()
1016 addr_location__exit(&alf); in perf_sample__fprintf_brstacksym()
1035 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local
1037 addr_location__init(&alf); in perf_sample__fprintf_brstackoff()
1042 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
1043 !dso__adjust_symbols(map__dso(alf.map))) in perf_sample__fprintf_brstackoff()
1044 from = map__dso_map_ip(alf.map, from); in perf_sample__fprintf_brstackoff()
1052 printed += map__fprintf_dsoname_dsoff(alf.map, PRINT_FIELD(DSOFF), alf.addr, fp); in perf_sample__fprintf_brstackoff()
1058 addr_location__exit(&alf); in perf_sample__fprintf_brstackoff()