Searched refs:lastsym (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 1189 u8 cpumode, int cpu, struct symbol **lastsym, in ip__fprintf_sym() argument 1198 if ((*lastsym) && al.addr >= (*lastsym)->start && al.addr < (*lastsym)->end) in ip__fprintf_sym() 1220 *lastsym = al.sym; in ip__fprintf_sym() 1240 struct symbol *lastsym = NULL; in perf_sample__fprintf_brstackinsn() local 1260 x.cpumode, x.cpu, &lastsym, attr, fp); in perf_sample__fprintf_brstackinsn() 1291 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, attr, fp); in perf_sample__fprintf_brstackinsn() 1340 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, attr, fp); in perf_sample__fprintf_brstackinsn()
|