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
2015-05-09
ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled
Steven Rostedt (Red Hat)
1
-3
/
+3
2015-05-09
ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl
Pratyush Anand
1
-5
/
+22
2014-06-09
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
1
-23
/
+4
2014-04-02
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt
1
-1
/
+44
2014-04-02
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
1
-11
/
+18
2014-04-02
ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()
Steven Rostedt
1
-1
/
+16
2014-02-15
ftrace: Initialize the ftrace profiler for each possible cpu
Miao Xie
1
-1
/
+1
2014-01-03
ftrace: Fix function graph with loading of modules
Steven Rostedt (Red Hat)
1
-34
/
+34
2014-01-03
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
1
-9
/
+61
2014-01-03
ftrace: Create ftrace_hash_empty() helper routine
Steven Rostedt
1
-11
/
+17
2014-01-03
ftrace: Fix ftrace hash record update with notrace
Steven Rostedt
1
-1
/
+1
2013-06-19
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
1
-13
/
+13
2013-05-13
tracing: Reset ftrace_graph_filter_enabled if count is zero
Namhyung Kim
1
-1
/
+2
2013-05-13
tracing: Fix off-by-one on allocating stat->pages
Namhyung Kim
1
-1
/
+1
2013-04-25
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
1
-5
/
+5
2013-04-25
tracing: Fix double free when function profile init failed
Namhyung Kim
1
-1
/
+0
2013-04-25
ftrace: Consistently restore trace function on sysctl enabling
Jan Kiszka
1
-6
/
+2
2013-03-27
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-03-06
ftrace: Call ftrace cleanup module notifier after all other notifiers
Steven Rostedt (Red Hat)
1
-14
/
+32
2013-02-06
ftrace: Be first to run code modification on modules
Steven Rostedt
1
-1
/
+1
2013-01-03
ftrace: Clear bits properly in reset_iter_read()
Dan Carpenter
1
-1
/
+1
2012-01-25
ftrace: Fix unregister ftrace_ops accounting
Jiri Olsa
1
-14
/
+13
2011-12-05
ftrace: Fix hash record accounting bug
Steven Rostedt
1
-1
/
+3
2011-12-05
ftrace: Remove force undef config value left for testing
Steven Rostedt
1
-1
/
+0
2011-10-31
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
1
-0
/
+1
2011-10-11
tracing: Warn on output if the function tracer was found corrupted
Steven Rostedt
1
-0
/
+8
2011-07-21
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-21
/
+74
2011-07-21
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-11
/
+31
2011-07-14
ftrace: Fix regression where ftrace breaks when modules are loaded
Steven Rostedt
1
-2
/
+28
2011-07-13
ftrace: Fix dynamic selftest failure on some archs
Steven Rostedt
1
-0
/
+26
2011-07-13
ftrace: Update filter when tracing enabled in set_ftrace_filter()
Steven Rostedt
1
-0
/
+4
2011-07-13
ftrace: Balance records when updating the hash
Steven Rostedt
1
-16
/
+33
2011-07-07
ftrace: Do not disable interrupts for modules in mcount update
Steven Rostedt
1
-5
/
+11
2011-07-07
ftrace: Fix regression of :mod:module function enabling
Steven Rostedt
1
-9
/
+3
2011-07-05
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-16
/
+4
2011-06-14
tracing: Convert to kstrtoul_from_user
Peter Huewe
1
-11
/
+2
2011-06-14
ftrace: Fixed an include coding style issue
Paul McQuade
1
-5
/
+2
2011-06-07
ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs
Steven Rostedt
1
-0
/
+7
2011-06-06
ftrace: Fix possible undefined return code
GuoWen Li
1
-1
/
+1
2011-05-25
ftrace: Add internal recursive checks
Steven Rostedt
1
-1
/
+12
2011-05-25
ftrace: Set ops->flag to enabled even on static function tracing
Steven Rostedt
1
-1
/
+5
2011-05-25
ftrace: Have ftrace_startup() return failure code
Steven Rostedt
1
-6
/
+8
2011-05-18
ftrace: Modify ftrace_set_filter/notrace to take ops
Steven Rostedt
1
-2
/
+44
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
1
-7
/
+30
2011-05-18
ftrace: Implement separate user function filtering
Steven Rostedt
1
-38
/
+155
2011-05-18
ftrace: Free hash with call_rcu_sched()
Steven Rostedt
1
-27
/
+28
2011-05-18
ftrace: Have global_ops store the functions that are to be traced
Steven Rostedt
1
-16
/
+53
2011-05-18
ftrace: Add ops parameter to ftrace_startup/shutdown functions
Steven Rostedt
1
-14
/
+14
2011-05-18
ftrace: Add enabled_functions file
Steven Rostedt
1
-2
/
+49
2011-05-18
ftrace: Use counters to enable functions to trace
Steven Rostedt
1
-16
/
+142
[next]