index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-27
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
1
-2
/
+2
2021-06-16
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
1
-1
/
+7
2021-05-22
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
1
-1
/
+4
2021-02-23
fgraph: Initialize tracing_graph_pause at task creation
Steven Rostedt (VMware)
1
-2
/
+0
2020-12-11
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
1
-1
/
+21
2020-10-14
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
1
-5
/
+3
2020-08-21
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
1
-4
/
+7
2020-02-28
ftrace: fpid_next() should increase position index
Vasily Averin
1
-2
/
+3
2020-01-12
ftrace: Avoid potential division by zero in function profiler
Wen Yang
1
-3
/
+3
2019-08-06
ftrace: Enable trampoline when rec count returns back to one
Cheng Jian
1
-13
/
+15
2019-04-27
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
2018-12-21
tracing: Fix memory leak of instance function hash filters
Steven Rostedt (VMware)
1
-0
/
+1
2018-02-17
ftrace: Remove incorrect setting of glob search field
Steven Rostedt (VMware)
1
-1
/
+0
2017-10-12
ftrace: Fix kmemleak in unregister_ftrace_graph
Shu Wang
1
-14
/
+0
2017-09-27
ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
Steven Rostedt (VMware)
1
-4
/
+6
2017-08-30
ftrace: Check for null ret_stack on profile function graph entry function
Steven Rostedt (VMware)
1
-0
/
+4
2017-07-27
ftrace: Fix uninitialized variable in match_records()
Dan Carpenter
1
-1
/
+1
2017-04-21
ftrace: Fix function pid filter on instances
Namhyung Kim
1
-0
/
+9
2017-04-21
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
1
-4
/
+16
2016-11-14
ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records
Steven Rostedt (Red Hat)
1
-0
/
+22
2016-11-14
ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records
Alexei Starovoitov
1
-1
/
+1
2016-09-01
ftrace: Access ret_stack->subtime only in the function profiler
Namhyung Kim
1
-0
/
+6
2016-07-05
ftrace: Move toplevel init out of ftrace_init_tracefs()
Steven Rostedt (Red Hat)
1
-6
/
+10
2016-06-20
ftrace: Have set_ftrace_pid use the bitmap like events do
Steven Rostedt (Red Hat)
1
-177
/
+136
2016-05-22
Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-3
/
+2
2016-05-20
ftrace: Don't disable irqs when taking the tasklist_lock read_lock
Soumya PN
1
-3
/
+2
2016-04-27
ftrace: Match dot symbols when searching functions on ppc64
Thiago Jung Bauermann
1
-0
/
+12
2016-04-18
Merge branch 'topic/livepatch' into next
Michael Ellerman
1
-1
/
+13
2016-04-14
ftrace: Make ftrace_location_range() global
Michael Ellerman
1
-1
/
+13
2016-03-24
Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-18
/
+23
2016-03-22
kernel/...: convert pr_warning to pr_warn
Joe Perches
1
-4
/
+3
2016-03-18
ftrace: Use kasprintf() in ftrace_profile_tracefs()
Geliang Tang
1
-3
/
+1
2016-03-18
ftrace: Update dynamic ftrace calls only if necessary
Jiri Olsa
1
-5
/
+5
2016-03-18
ftrace: Make ftrace_hash_rec_enable return update bool
Jiri Olsa
1
-10
/
+17
2016-02-17
ftrace/module: remove ftrace module notifier
Jessica Yu
1
-35
/
+1
2016-01-07
ftrace: Fix the race between ftrace and insmod
Qiu Peiyang
1
-9
/
+16
2016-01-07
ftrace: Add infrastructure for delayed enabling of module functions
Steven Rostedt (Red Hat)
1
-55
/
+106
2015-12-23
ftrace: Clean up ftrace_module_init() code
Steven Rostedt (Red Hat)
1
-6
/
+3
2015-12-23
ftrace: Join functions ftrace_module_init() and ftrace_init_module()
Abel Vesa
1
-9
/
+6
2015-12-23
ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags too
Steven Rostedt (Red Hat)
1
-12
/
+18
2015-12-23
ftrace: Remove use of control list and ops
Steven Rostedt (Red Hat)
1
-88
/
+38
2015-12-23
ftrace: Fix output of enabled_functions for showing tramp
Steven Rostedt (Red Hat)
1
-3
/
+4
2015-12-23
ftrace: Fix a typo in comment
Li Bin
1
-1
/
+1
2015-11-25
ftrace: Show all tramps registered to a record on ftrace_bug()
Steven Rostedt (Red Hat)
1
-9
/
+37
2015-11-25
ftrace: Add variable ftrace_expected for archs to show expected code
Steven Rostedt (Red Hat)
1
-2
/
+7
2015-11-25
ftrace: Add new type to distinguish what kind of ftrace_bug()
Steven Rostedt (Red Hat)
1
-1
/
+36
2015-11-06
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-93
/
+104
2015-10-20
ftrace: add module globbing
Dmitry Safonov
1
-15
/
+36
2015-10-20
ftrace: Introduce ftrace_glob structure
Dmitry Safonov
1
-38
/
+46
2015-10-16
ftrace: Clarify code for mod command
Dmitry Safonov
1
-27
/
+10
[next]