Searched refs:perf_callchain_store (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dperf_callchain.c19 perf_callchain_store(entry, addr);
29 perf_callchain_store(entry, regs->pc);
/linux-master/arch/mips/kernel/
H A Dperf_event.c35 perf_callchain_store(entry, addr);
59 perf_callchain_store(entry, pc);
/linux-master/arch/riscv/kernel/
H A Dperf_callchain.c35 perf_callchain_store(entry, ra);
62 perf_callchain_store(entry, regs->epc);
71 return perf_callchain_store(entry, pc) == 0;
/linux-master/arch/arm/kernel/
H A Dperf_callchain.c50 perf_callchain_store(entry, buftail.lr);
67 perf_callchain_store(entry, regs->ARM_pc);
88 perf_callchain_store(entry, pc);
/linux-master/arch/csky/kernel/
H A Dperf_callchain.c39 perf_callchain_store(entry, fr->lr);
67 perf_callchain_store(entry, lr);
92 perf_callchain_store(entry, regs->pc);
/linux-master/arch/arm64/kernel/
H A Dperf_callchain.c43 perf_callchain_store(entry, lr);
88 perf_callchain_store(entry, buftail.lr);
110 perf_callchain_store(entry, regs->pc);
138 return perf_callchain_store(entry, pc) == 0;
/linux-master/arch/powerpc/perf/
H A Dcallchain_64.c80 perf_callchain_store(entry, next_ip);
110 perf_callchain_store(entry, next_ip);
116 perf_callchain_store(entry, next_ip);
H A Dcallchain.c54 perf_callchain_store(entry, perf_instruction_pointer(regs));
96 perf_callchain_store(entry, next_ip);
H A Dcallchain_32.c145 perf_callchain_store(entry, next_ip);
168 perf_callchain_store(entry, next_ip);
174 perf_callchain_store(entry, next_ip);
/linux-master/arch/s390/kernel/
H A Dperf_event.c213 if (!addr || perf_callchain_store(entry, addr))
227 perf_callchain_store(entry, instruction_pointer(regs));
246 perf_callchain_store(entry, ip);
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c50 perf_callchain_store(entry, buftail.ra);
65 perf_callchain_store(entry, regs->csr_era);
82 if (!addr || perf_callchain_store(entry, addr))
/linux-master/arch/sparc/kernel/
H A Dperf_event.c1747 perf_callchain_store(entry, regs->tpc);
1771 perf_callchain_store(entry, pc);
1779 perf_callchain_store(entry, pc);
1817 perf_callchain_store(entry, pc);
1849 perf_callchain_store(entry, pc);
1859 perf_callchain_store(entry, regs->tpc);
/linux-master/arch/arc/kernel/
H A Dperf_event.c229 perf_callchain_store(entry, addr);
255 perf_callchain_store(entry, instruction_pointer(regs));
/linux-master/arch/xtensa/kernel/
H A Dperf_event.c334 perf_callchain_store(entry, frame->pc);
/linux-master/arch/x86/events/
H A Dcore.c2767 if (perf_callchain_store(entry, regs->ip))
2777 if (!addr || perf_callchain_store(entry, addr))
2845 perf_callchain_store(entry, cs_base + frame.return_address);
2878 perf_callchain_store(entry, regs->ip);
2896 perf_callchain_store(entry, frame.return_address);
/linux-master/include/linux/
H A Dperf_event.h1582 static inline int perf_callchain_store(struct perf_callchain_entry_ctx *ctx, u64 ip) function

Completed in 176 milliseconds