aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Gravatar Helge Deller 1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-8/+0
2021-11-01parisc/ftrace: use static key to enable/disable function graph tracerGravatar Sven Schnelle 1-3/+6
2021-11-01parisc/ftrace: set function trace functionGravatar Sven Schnelle 1-7/+5
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsGravatar Steven Rostedt (VMware) 1-3/+5
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackGravatar Steven Rostedt (VMware) 1-3/+13
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-08-11parisc/kernel/ftrace: Remove function callback castsGravatar Oscar Carter 1-1/+2
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACEGravatar Sven Schnelle 1-3/+55
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportGravatar Sven Schnelle 1-2/+6
2019-07-31parisc: fix race condition in patching codeGravatar Sven Schnelle 1-1/+2
2019-06-08parisc: add dynamic ftraceGravatar Sven Schnelle 1-9/+120
2019-04-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Gravatar Steven Rostedt (VMware) 1-1/+0
2018-11-27parisc: function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-14/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+1
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionGravatar Helge Deller 1-2/+5
2016-04-14parisc: Fix ftrace function tracerGravatar Helge Deller 1-123/+23
2014-07-18parisc: ftrace: Remove check of obsolete variable function_trace_stopGravatar Steven Rostedt (Red Hat) 1-3/+0
2014-07-18parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph codeGravatar Steven Rostedt (Red Hat) 1-0/+3
2010-06-09sched_clock: Add local_clock() API and improve documentationGravatar Peter Zijlstra 1-2/+2
2009-03-31parisc: add ftrace (function and graph tracer) functionalityGravatar Helge Deller 1-0/+185