Searched refs:alf (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-script.c | 995 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local 997 addr_location__init(&alf); in perf_sample__fprintf_brstack() 999 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack() 1002 printed += map__fprintf_dsoname_dsoff(alf.map, PRINT_FIELD(DSOFF), alf.addr, fp); in perf_sample__fprintf_brstack() 1006 addr_location__exit(&alf); in perf_sample__fprintf_brstack() 1029 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local 1031 addr_location__init(&alf); in perf_sample__fprintf_brstacksym() 1036 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym() 1039 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp); in perf_sample__fprintf_brstacksym() 1041 printed += map__fprintf_dsoname_dsoff(alf.map, PRINT_FIELD(DSOFF), alf.addr, fp); in perf_sample__fprintf_brstacksym() [all …]
|