Lines Matching refs:alt
738 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local
751 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstack()
753 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
766 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstack()
785 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local
795 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstacksym()
800 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym()
809 printed += symbol__fprintf_symname_offs(alt.sym, &alt, fp); in perf_sample__fprintf_brstacksym()
812 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstacksym()
830 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local
840 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstackoff()
848 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
849 !alt.map->dso->adjust_symbols) in perf_sample__fprintf_brstackoff()
850 to = map__map_ip(alt.map, to); in perf_sample__fprintf_brstackoff()
861 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstackoff()