aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-3/+5
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-3/+13
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-08-11parisc/kernel/ftrace: Remove function callback castsOscar Carter1-1/+2
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle1-3/+55
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle1-2/+6
2019-07-31parisc: fix race condition in patching codeSven Schnelle1-1/+2
2019-06-08parisc: add dynamic ftraceSven Schnelle1-9/+120
2019-04-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ftrace.hSteven Rostedt (VMware)1-1/+0
2018-11-27parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller1-2/+5
2016-04-14parisc: Fix ftrace function tracerHelge Deller1-123/+23
2014-07-18parisc: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-3/+0
2014-07-18parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra1-2/+2
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller1-0/+185