mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
cfa4d93b97
This patch add support for perf callchain sampling on csky platform. As fp is used to unwind the stack, the program being sampled and the C library need to be compiled with -mbacktrace for user callchains, kernel callchains require CONFIG_STACKTRACE = y. Changelog: - Coding convention with Christoph's advice for riscv's. Signed-off-by: Mao Han <han_mao@c-sky.com> Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Christoph Hellwig <hch@infradead.org> |
||
---|---|---|
.. | ||
asm-offsets.c | ||
atomic.S | ||
cpu-probe.c | ||
dumpstack.c | ||
entry.S | ||
ftrace.c | ||
head.S | ||
irq.c | ||
Makefile | ||
module.c | ||
perf_callchain.c | ||
perf_event.c | ||
power.c | ||
process.c | ||
ptrace.c | ||
setup.c | ||
signal.c | ||
smp.c | ||
stacktrace.c | ||
syscall_table.c | ||
syscall.c | ||
time.c | ||
traps.c | ||
vdso.c | ||
vmlinux.lds.S |