开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
ftrace.h
Age
Commit message (
Expand
)
Author
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2024-10-31
powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
Naveen N Rao
2024-10-31
powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
Naveen N Rao
2024-10-31
powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
Naveen N Rao
2024-10-31
powerpc64/ftrace: Move ftrace sequence out of line
Naveen N Rao
2024-10-31
powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
Naveen N Rao
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
2024-02-14
powerpc/ftrace: Ignore ftrace locations in exit text sections
Naveen N Rao
2023-12-13
powerpc/ftrace: Fix indentation in ftrace.h
Naveen N Rao
2023-08-22
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
2023-08-22
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
2023-08-22
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
2023-08-22
powerpc/ftrace: Fix dropping weak symbols with older toolchains
Naveen N Rao
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-12-02
powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1
Michael Jeanson
2022-11-24
powerpc/ftrace: Ignore weak functions
Naveen N. Rao
2022-11-18
ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses
Mark Rutland
2022-11-18
ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...
Mark Rutland
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-02-16
powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...
Christophe Leroy
2022-02-07
powerpc/ftrace: directly call of function graph tracer by ftrace caller
Christophe Leroy
2022-02-07
powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Christophe Leroy
2022-02-07
powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...
Christophe Leroy
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2020-05-19
powerpc: Implement ftrace_enabled() helpers
Nicholas Piggin
2019-09-18
powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Naveen N. Rao
2018-06-03
Merge branch 'fixes' into next
Michael Ellerman
2018-05-07
powerpc/trace/syscalls: Update syscall name matching logic to account for ppc...
Naveen N. Rao
2018-05-07
powerpc/trace/syscalls: Update syscall name matching logic
Naveen N. Rao
2018-05-03
powerpc: Only support DYNAMIC_FTRACE not static
Michael Ellerman
2018-05-03
powerpc64/ftrace: Implement support for ftrace_regs_caller()
Naveen N. Rao
2018-05-03
powerpc64/ftrace: Add helpers to hard disable ftrace
Naveen N. Rao
2018-05-03
powerpc64/ftrace: Rearrange #ifdef sections in ftrace.h
Naveen N. Rao
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-06-14
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
2016-03-07
powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI
Torsten Duwe
2015-07-20
ftrace: Format MCOUNT_ADDR address as type unsigned long
Minfei Huang
2014-04-23
powerpc: Remove function descriptors and dot symbols on new ABI
Anton Blanchard
2011-05-26
powerpc/ftrace: Implement raw syscall tracepoints on PowerPC
Ian Munsie
2009-02-23
powerpc32, ftrace: save and restore mcount regs with macro
Steven Rostedt
2008-11-20
powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace
Steven Rostedt
2008-11-20
powerpc: ftrace, convert to new dynamic ftrace arch API
Steven Rostedt
2008-10-20
ftrace: rename FTRACE to FUNCTION_TRACER
Steven Rostedt
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell