index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
ftrace: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-07-23
ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary
Nicolas Saenz Julienne
1
-1
/
+2
2021-07-08
ftrace: Use list_move instead of list_del/list_add
Baokun Li
1
-2
/
+1
2021-06-08
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
1
-1
/
+7
2021-05-06
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+4
2021-05-05
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
1
-1
/
+4
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-30
/
+23
2021-04-01
ftrace: Simplify the calculation of page number for ftrace_page->records some...
Steven Rostedt (VMware)
1
-8
/
+2
2021-04-01
ftrace: Store the order of pages allocated in ftrace_page
Linus Torvalds
1
-18
/
+17
2021-04-01
Merge branch 'trace/ftrace/urgent' into HEAD
Steven Rostedt (VMware)
1
-3
/
+6
2021-03-31
Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+6
2021-03-30
ftrace: Check if pages were allocated before calling free_pages()
Steven Rostedt (VMware)
1
-3
/
+6
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-4
/
+4
2021-03-17
ftrace: Fix modify_ftrace_direct.
Alexei Starovoitov
1
-5
/
+38
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-29
/
+28
2020-11-30
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
1
-1
/
+21
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
1
-12
/
+15
2020-11-10
ftrace: Remove unused varible 'ret'
Alex Shi
1
-4
/
+2
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
1
-2
/
+2
2020-11-06
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
1
-11
/
+9
2020-10-15
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-11
/
+13
2020-10-08
ftrace: Format variable declarations of ftrace_allocate_records
Steven Rostedt (VMware)
1
-1
/
+2
2020-10-08
ftrace: Simplify the calculation of page number for ftrace_page->records
Wei Yang
1
-3
/
+4
2020-10-08
ftrace: Simplify the hash calculation
Steven Rostedt (VMware)
1
-4
/
+3
2020-10-08
ftrace: Use fls() to get the bits for dup_hash()
Wei Yang
1
-2
/
+3
2020-10-02
ftrace: Fix some typos in comment
Qiujun Huang
1
-5
/
+5
2020-09-29
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
1
-4
/
+2
2020-09-21
tracing: Delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-09-18
ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
1
-2
/
+1
2020-09-18
ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
Adrian Hunter
1
-0
/
+1
2020-09-18
ftrace: Free the trampoline when ftrace_startup() fails
Miroslav Benes
1
-0
/
+2
2020-08-07
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-9
/
+25
2020-08-04
tracing: Use trace_sched_process_free() instead of exit() for pid tracing
Steven Rostedt (VMware)
1
-2
/
+2
2020-08-03
ftrace: Fix ftrace_trace_task return value
Josef Bacik
1
-3
/
+0
2020-07-30
ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...
Chengming Zhou
1
-0
/
+8
2020-07-30
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
1
-4
/
+7
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
1
-2
/
+10
2020-06-29
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
1
-0
/
+8
2020-06-17
ftrace: Fix maybe-uninitialized compiler warning
Kaitao Cheng
1
-2
/
+10
2020-06-15
ftrace: Add perf text poke events for ftrace trampolines
Adrian Hunter
1
-0
/
+14
2020-06-15
ftrace: Add perf ksymbol events for ftrace trampolines
Adrian Hunter
1
-2
/
+12
2020-06-15
ftrace: Add symbols for ftrace trampolines
Adrian Hunter
1
-2
/
+75
2020-06-09
Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-4
/
+4
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
1
-4
/
+4
2020-05-19
ftrace: show debugging information when panic_on_warn set
Cheng Jian
1
-4
/
+4
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
1
-0
/
+1
2020-04-27
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
Paul E. McKenney
1
-14
/
+3
2020-04-22
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...
Steven Rostedt (VMware)
1
-0
/
+1
2020-04-05
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-27
/
+173
2020-03-27
tracing: Create set_event_notrace_pid to not trace tasks
Steven Rostedt (VMware)
1
-9
/
+2
[next]