index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-02-23
1
-8
/
+5
|
\
|
*
tracing: Remove unnecessary NULL assignment
Wang ShaoBo
2023-02-18
1
-2
/
+0
|
*
tracing: Add enabling of events to boot instances
Steven Rostedt (Google)
2023-02-07
1
-5
/
+4
|
*
tracing: Add a way to filter function addresses to function names
Steven Rostedt (Google)
2023-01-25
1
-1
/
+1
*
|
tracing: Make trace_define_field_ext() static
Steven Rostedt (Google)
2023-02-13
1
-1
/
+1
*
|
tracing: Fix TASK_COMM_LEN in trace event format file
Yafang Shao
2023-02-12
1
-9
/
+30
|
/
*
tracing: remove unnecessary trace_trigger ifdef
Ross Zwisler
2022-12-10
1
-6
/
+0
*
tracing: Add trace_trigger kernel command line option
Steven Rostedt (Google)
2022-11-24
1
-2
/
+70
*
tracing: Free buffers when a used dynamic event is removed
Steven Rostedt (Google)
2022-11-24
1
-1
/
+10
*
tracing: Add tracing_reset_all_online_cpus_unlocked() function
Steven Rostedt (Google)
2022-11-24
1
-1
/
+1
*
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
2022-08-21
1
-0
/
+1
*
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-29
1
-39
/
+30
|
\
|
*
tracing: Use trace_create_file() to simplify creation of tracefs entries
Yuntao Wang
2022-05-27
1
-19
/
+10
|
*
tracing: Have event format check not flag %p* on __get_dynamic_array()
Steven Rostedt (Google)
2022-05-25
1
-6
/
+7
|
*
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
2022-04-27
1
-6
/
+6
|
*
tracing: Remove usage of list iterator variable after the loop
Jakob Koschel
2022-04-27
1
-8
/
+7
*
|
sched/tracing: Append prev_state to tp args instead
Delyan Kratunov
2022-05-12
1
-4
/
+4
|
/
*
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-03-23
1
-0
/
+90
|
\
|
*
tracing: Have type enum modifications copy the strings
Steven Rostedt (Google)
2022-03-20
1
-1
/
+61
|
*
tracing: Have TRACE_DEFINE_ENUM affect trace event types as well
Steven Rostedt (Google)
2022-03-11
1
-0
/
+28
|
*
tracing: Allow custom events to be added to the tracefs directory
Steven Rostedt (Google)
2022-03-10
1
-0
/
+2
*
|
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-22
1
-2
/
+6
|
\
\
|
*
|
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
2022-03-01
1
-2
/
+6
|
|
/
*
/
tracing: Update print fmt check to handle new __get_sockaddr() macro
Steven Rostedt (Google)
2022-02-28
1
-0
/
+6
|
/
*
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
2022-01-13
1
-9
/
+3
*
tracing: Test the 'Do not trace this pid' case in create event
Steven Rostedt (VMware)
2021-11-27
1
-1
/
+1
*
tracing: Check pid filtering when creating events
Steven Rostedt (VMware)
2021-11-26
1
-0
/
+12
*
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-10-09
1
-20
/
+22
*
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
2021-10-05
1
-3
/
+3
*
tracing: Add migrate-disabled counter to tracing output.
Thomas Gleixner
2021-09-04
1
-0
/
+1
*
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-19
1
-8
/
+14
*
tracing: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-2
/
+2
*
tracing: Add check of trace event print fmts for dereferencing pointers
Steven Rostedt (VMware)
2021-03-18
1
-0
/
+210
*
Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-02-22
1
-21
/
+19
|
\
|
*
tracing: Do not create "enable" or "filter" files for ftrace event subsystem
Steven Rostedt (VMware)
2021-02-06
1
-9
/
+13
|
*
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
2021-02-02
1
-12
/
+6
*
|
tracing: Do not count ftrace events in top level enable output
Steven Rostedt (VMware)
2021-02-05
1
-1
/
+2
|
/
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
1
-5
/
+4
|
\
|
*
tracing: Disable ftrace selftests when any tracer is running
Masami Hiramatsu
2020-12-14
1
-1
/
+1
|
*
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-13
1
-1
/
+1
|
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-11
1
-2
/
+2
|
*
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+0
*
|
tracepoints: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-4
/
+4
|
/
*
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2020-10-16
1
-1
/
+1
|
\
|
*
tracing: Remove __init from __trace_early_add_new_event()
Masami Hiramatsu
2020-10-16
1
-1
/
+1
*
|
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-10-16
1
-59
/
+81
|
\
|
|
*
tracing/boot: Initialize per-instance event list in early boot
Masami Hiramatsu
2020-09-25
1
-14
/
+16
|
*
tracing: Enable adding dynamic events early stage
Masami Hiramatsu
2020-09-22
1
-1
/
+8
|
*
tracing: Define event fields early stage
Masami Hiramatsu
2020-09-22
1
-37
/
+55
|
*
tracing: toplevel d_entry already initialized
Wei Yang
2020-09-19
1
-7
/
+2
[next]