summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/ftrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
* parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE checkMax Kellermann2024-02-161-1/+1
* parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller2023-08-101-1/+1
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-021-8/+0
|\
| * ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
* | parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle2021-11-011-3/+6
* | parisc/ftrace: set function trace functionSven Schnelle2021-11-011-7/+5
|/
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-3/+5
* ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
* kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-3/+13
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* parisc/kernel/ftrace: Remove function callback castsOscar Carter2020-08-111-1/+2
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle2019-08-031-3/+55
* parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle2019-08-031-2/+6
* parisc: fix race condition in patching codeSven Schnelle2019-07-311-1/+2
* parisc: add dynamic ftraceSven Schnelle2019-06-081-9/+120
* function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)2019-04-291-1/+0
* parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller2016-05-221-2/+5
* parisc: Fix ftrace function tracerHelge Deller2016-04-141-123/+23
* parisc: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-181-3/+0
* parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)2014-07-181-0/+3
* sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-2/+2
* parisc: add ftrace (function and graph tracer) functionalityHelge Deller2009-03-311-0/+185