index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
2025-02-27
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
2025-02-21
ftrace: Do not add duplicate entries in subops manager ops
Steven Rostedt
2025-02-21
ftrace: Fix accounting of adding subops to a manager ops
Steven Rostedt
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-23
Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2025-01-21
Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2025-01-16
ftrace: Implement :mod: cache filtering on kernel command line
Steven Rostedt
2025-01-16
tracing: Cache ":mod:" events for modules not loaded yet
Steven Rostedt
2025-01-02
ftrace: Fix function profiler's filtering functionality
Kohei Enju
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
2024-12-23
ftrace: Switch ftrace.c code over to use guard()
Steven Rostedt
2024-12-23
ftrace: Remove unneeded goto jumps
Steven Rostedt
2024-12-23
ftrace: Do not disable interrupts in profiler
Steven Rostedt
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-11-20
ftrace: Fix regression with module command in stack_trace_filter
guoweikang
2024-10-30
ftrace: Show timings of how long nop patching took
Steven Rostedt
2024-10-29
ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()
Steven Rostedt
2024-10-29
ftrace: Use guard to take the ftrace_lock in release_probe()
Steven Rostedt
2024-10-29
ftrace: Use guard to lock ftrace_lock in cache_mod()
Steven Rostedt
2024-10-29
ftrace: Use guard for match_records()
Steven Rostedt
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
2024-09-30
tracing: Fix function timing profiler to initialize hashtable
Masami Hiramatsu (Google)
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2024-07-03
ftrace: unpoison ftrace_regs in ftrace_ops_list_func()
Ilya Leoshkevich
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
2024-06-11
ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()
Marilene A Garcia
2024-06-06
ftrace: Assign RCU list variable with rcu_assign_ptr()
Steven Rostedt (Google)
2024-06-06
ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCU
Steven Rostedt (Google)
2024-06-06
ftrace: Add comments to ftrace_hash_move() and friends
Steven Rostedt (Google)
2024-06-06
ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()
Steven Rostedt (Google)
2024-06-06
ftrace: Add comments to ftrace_hash_rec_disable/enable()
Steven Rostedt (Google)
2024-06-06
ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()
Steven Rostedt (Google)
2024-06-06
ftrace: Rename dup_hash() and comment it
Steven Rostedt (Google)
2024-06-05
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
Steven Rostedt (Google)
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
2024-06-04
ftrace: Allow subops filtering to be modified
Steven Rostedt (Google)
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
2024-06-04
function_graph: Remove logic around ftrace_graph_entry and return
Steven Rostedt (VMware)
2024-05-17
Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
[next]