index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
1
-29
/
+28
|
\
|
*
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-13
1
-12
/
+15
|
*
ftrace: Remove unused varible 'ret'
Alex Shi
2020-11-11
1
-4
/
+2
|
*
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
1
-2
/
+2
|
*
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
2020-11-06
1
-11
/
+9
*
|
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
2020-12-01
1
-1
/
+21
|
/
*
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-10-16
1
-11
/
+13
|
\
|
*
ftrace: Format variable declarations of ftrace_allocate_records
Steven Rostedt (VMware)
2020-10-08
1
-1
/
+2
|
*
ftrace: Simplify the calculation of page number for ftrace_page->records
Wei Yang
2020-10-08
1
-3
/
+4
|
*
ftrace: Simplify the hash calculation
Steven Rostedt (VMware)
2020-10-08
1
-4
/
+3
|
*
ftrace: Use fls() to get the bits for dup_hash()
Wei Yang
2020-10-08
1
-2
/
+3
|
*
ftrace: Fix some typos in comment
Qiujun Huang
2020-10-02
1
-5
/
+5
|
*
tracing: Delete repeated words in comments
Randy Dunlap
2020-09-22
1
-1
/
+1
*
|
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+2
|
/
*
ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
2020-09-18
1
-2
/
+1
*
ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
Adrian Hunter
2020-09-18
1
-0
/
+1
*
ftrace: Free the trampoline when ftrace_startup() fails
Miroslav Benes
2020-09-18
1
-0
/
+2
*
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-08-08
1
-9
/
+25
|
\
|
*
tracing: Use trace_sched_process_free() instead of exit() for pid tracing
Steven Rostedt (VMware)
2020-08-05
1
-2
/
+2
|
*
ftrace: Fix ftrace_trace_task return value
Josef Bacik
2020-08-03
1
-3
/
+0
|
*
ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...
Chengming Zhou
2020-07-31
1
-0
/
+8
|
*
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
2020-07-31
1
-4
/
+7
|
*
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
2020-06-29
1
-0
/
+8
*
|
Merge branch 'perf/vlbr'
Peter Zijlstra
2020-07-02
1
-2
/
+10
|
\
|
|
*
ftrace: Fix maybe-uninitialized compiler warning
Kaitao Cheng
2020-06-17
1
-2
/
+10
*
|
ftrace: Add perf text poke events for ftrace trampolines
Adrian Hunter
2020-06-15
1
-0
/
+14
*
|
ftrace: Add perf ksymbol events for ftrace trampolines
Adrian Hunter
2020-06-15
1
-2
/
+12
*
|
ftrace: Add symbols for ftrace trampolines
Adrian Hunter
2020-06-15
1
-2
/
+75
|
/
*
Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-06-09
1
-4
/
+4
|
\
|
*
ftrace: show debugging information when panic_on_warn set
Cheng Jian
2020-05-20
1
-4
/
+4
*
|
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
2020-06-09
1
-4
/
+4
*
|
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
2020-05-19
1
-0
/
+1
|
\
|
|
*
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...
Steven Rostedt (VMware)
2020-04-23
1
-0
/
+1
*
|
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
Paul E. McKenney
2020-04-27
1
-14
/
+3
|
/
*
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-04-05
1
-27
/
+173
|
\
|
*
tracing: Create set_event_notrace_pid to not trace tasks
Steven Rostedt (VMware)
2020-03-27
1
-9
/
+2
|
*
ftrace: Create set_ftrace_notrace_pid to not trace tasks
Steven Rostedt (VMware)
2020-03-27
1
-23
/
+158
|
*
ftrace: Make function trace pid filtering a bit more exact
Steven Rostedt (VMware)
2020-03-27
1
-7
/
+25
*
|
ftrace: Return the first found result in lookup_rec()
Artem Savkov
2020-03-11
1
-0
/
+2
|
/
*
ftrace: Protect ftrace_graph_hash with ftrace_sync
Steven Rostedt (VMware)
2020-02-05
1
-2
/
+9
*
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
Amol Grover
2020-02-05
1
-1
/
+1
*
tracing: Annotate ftrace_graph_hash pointer with __rcu
Amol Grover
2020-02-05
1
-1
/
+1
*
ftrace: fpid_next() should increase position index
Vasily Averin
2020-01-30
1
-2
/
+3
*
tracing: Use pr_err() instead of WARN() for memory failures
Steven Rostedt (VMware)
2020-01-25
1
-2
/
+2
*
ftrace: Remove NR_TO_INIT macro
Alex Shi
2020-01-21
1
-3
/
+0
*
ftrace: Remove abandoned macros
Alex Shi
2020-01-21
1
-2
/
+0
*
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
2020-01-13
1
-4
/
+4
*
ftrace: Avoid potential division by zero in function profiler
Wen Yang
2020-01-03
1
-3
/
+3
*
Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2019-12-11
1
-12
/
+7
|
\
|
*
ftrace: Fix function_graph tracer interaction with BPF trampoline
Alexei Starovoitov
2019-12-10
1
-12
/
+7
[prev]
[next]