summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2024-02-14powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao
2023-08-22powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao
2023-08-22powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao
2023-08-22powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao
2023-08-22powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao
2023-08-22powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineNaveen N Rao
2023-08-22powerpc/ftrace: Simplify function_graph support in ftrace.cNaveen N Rao
2023-08-22powerpc64/ftrace: Move ELFv1 and -pg support code into a separate fileNaveen N Rao
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin
2022-08-10powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman
2022-05-22powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao
2022-05-22powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy
2022-05-22powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy
2022-05-22powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy
2022-05-19powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy
2022-05-19powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1Christophe Leroy
2022-05-19powerpc/ftrace: Remove ftrace_plt_tramps[]Christophe Leroy
2022-05-19powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACEChristophe Leroy
2022-05-19powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64Christophe Leroy
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy
2022-05-19powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy
2022-05-19powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy
2022-05-19powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-02-16powerpc/ftrace: Add recursion protection in prepare_ftrace_return()Christophe Leroy
2022-02-07powerpc/ftrace: directly call of function graph tracer by ftrace callerChristophe Leroy
2022-02-07powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_callerChristophe Leroy
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-11-29powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32Christophe Leroy
2021-11-29powerpc/ftrace: Add module_trampoline_target() for PPC32Christophe Leroy
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-16powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe