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
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-28
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
1
-0
/
+4
2021-07-19
tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT
Paul Burton
1
-16
/
+47
2021-07-19
tracing: Simplify & fix saved_tgids logic
Paul Burton
1
-25
/
+13
2021-06-23
tracing: Do not stop recording comms if the trace file is being read
Steven Rostedt (VMware)
1
-9
/
+0
2021-06-23
tracing: Do not stop recording cmdlines when tracing is off
Steven Rostedt (VMware)
1
-2
/
+0
2021-06-16
tracing: Correct the length check which causes memory corruption
Liangyan
1
-1
/
+1
2021-05-11
tracing: Map all PIDs to command lines
Steven Rostedt (VMware)
1
-26
/
+15
2021-04-07
tracing: Fix stack trace event size
Steven Rostedt (VMware)
1
-1
/
+2
2021-02-17
tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware)
1
-1
/
+1
2020-12-11
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
1
-5
/
+8
2020-11-18
tracing: Fix the checking of stackidx in __ftrace_trace_stack
Qiujun Huang
1
-2
/
+2
2020-11-10
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
1
-1
/
+1
2020-10-07
tracing: Make the space reserved for the pid wider
Sebastian Andrzej Siewior
1
-19
/
+19
2020-10-01
tracing: Use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-10-01
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
1
-0
/
+3
2020-10-01
tracing: Verify if trace array exists before destroying it.
Divya Indi
1
-3
/
+12
2020-08-21
tracing: Move pipe reference to trace array instead of current_tracer
Steven Rostedt (VMware)
1
-6
/
+6
2020-05-14
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
1
-0
/
+13
2020-03-05
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
1
-0
/
+2
2020-01-29
tracing: Do not set trace clock if tracefs lockdown is in effect
Masami Ichikawa
1
-0
/
+5
2020-01-12
tracing: Do not create directories if lockdown is in affect
Steven Rostedt (VMware)
1
-0
/
+17
2020-01-09
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
1
-0
/
+8
2019-12-31
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
1
-1
/
+1
2019-10-12
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
1
-0
/
+8
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
1
-52
/
+65
2019-10-12
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
1
-1
/
+1
2019-10-12
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-09-20
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-7
/
+7
2019-09-16
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2019-08-31
tracing: Rename tracing_reset() to tracing_reset_cpu()
Steven Rostedt (VMware)
1
-3
/
+3
2019-08-31
tracing/probe: Add immediate string parameter support
Masami Hiramatsu
1
-1
/
+1
2019-08-31
tracing/probe: Add immediate parameter support
Masami Hiramatsu
1
-1
/
+1
2019-08-31
tracing/uprobe: Add multi-probe per uprobe event support
Masami Hiramatsu
1
-1
/
+1
2019-08-31
tracing/kprobe: Add multi-probe per event support
Masami Hiramatsu
1
-2
/
+2
2019-08-31
tracing: Correct kdoc formats
Jakub Kicinski
1
-12
/
+14
2019-08-01
treewide: Rename rcu_dereference_raw_notrace() to _check()
Joel Fernandes (Google)
1
-2
/
+2
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-8
/
+9
2019-07-16
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
1
-4
/
+4
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+0
2019-06-28
tracing/snapshot: Resize spare buffer if size changed
Eiichi Tsukata
1
-4
/
+6
2019-06-28
tracing: Fix memory leak in tracing_err_log_open()
Takeshi Misawa
1
-1
/
+13
2019-06-14
tracing: Make two symbols static
YueHaibing
1
-2
/
+2
2019-06-03
trace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+0
2019-05-25
tracing: Use correct function name in trace_filter_add_remove_task() comment
Matthias Kaehlcke
1
-1
/
+1
2019-05-25
tracing/probe: Support user-space dereference
Masami Hiramatsu
1
-2
/
+3
2019-05-25
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
1
-1
/
+1
2019-05-25
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
1
-5
/
+1
2019-05-15
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-61
/
+356
2019-05-08
tracing: Fix documentation about disabling options using trace_options
Srivatsa S. Bhat (VMware)
1
-1
/
+1
[next]