summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/trace/ftrace_mprofile.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-21powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao1-250/+0
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada1-1/+0
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin1-1/+1
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin1-2/+1
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin1-2/+1
2022-03-07powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy1-2/+2
2022-03-07powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy1-5/+2
2022-03-07powerpc/ftrace: Refactor ftrace_{regs_}callerChristophe Leroy1-102/+45
2022-03-07powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()Christophe Leroy1-8/+2
2022-02-16powerpc/ftrace: Style cleanup in ftrace_mprofile.SChristophe Leroy1-4/+8
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...Christophe Leroy1-0/+4
2022-02-16powerpc/ftrace: Also save r1 in ftrace_caller()Christophe Leroy1-0/+4
2022-02-12powerpc/ftrace: Remove ftrace_32.SChristophe Leroy1-0/+307