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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-31
tracing: Fix wraparound problems in "uptime" trace clock
Tony Luck
2
-5
/
+6
2014-07-28
ring-buffer: Fix polling on trace_pipe
Martin Lau
1
-4
/
+0
2014-07-28
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-2
/
+10
2014-07-28
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-07-17
ring-buffer: Check if buffer exists before polling
Steven Rostedt (Red Hat)
3
-10
/
+24
2014-07-09
tracing: Remove ftrace_stop/start() from reading the trace file
Steven Rostedt (Red Hat)
1
-2
/
+0
2014-07-06
tracing: Try again for saved cmdline if failed due to locking
Steven Rostedt (Red Hat)
1
-6
/
+7
2014-06-07
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
1
-23
/
+4
2014-05-30
blktrace: fix accounting of partially completed requests
Roman Pen
1
-9
/
+11
2014-03-31
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
2
-11
/
+2
2014-03-23
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+10
2014-02-22
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
1
-0
/
+7
2014-02-13
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt
1
-1
/
+44
2014-02-13
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt
1
-18
/
+32
2014-02-13
ftrace: Synchronize setting function_trace_op with ftrace_trace_function
Steven Rostedt
1
-4
/
+72
2014-02-13
tracing: Check if tracing is enabled in trace_puts()
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-02-13
tracing: Have trace buffer point back to trace_array
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-01-09
ftrace: Initialize the ftrace profiler for each possible cpu
Miao Xie
1
-1
/
+1
2013-12-04
ftrace: Fix function graph with loading of modules
Steven Rostedt (Red Hat)
1
-29
/
+35
2013-11-29
perf/ftrace: Fix paranoid level for enabling function tracer
Steven Rostedt
1
-1
/
+1
2013-11-20
tracing: Fix potential out-of-bounds in trace_get_user()
Steven Rostedt
1
-1
/
+4
2013-08-29
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
1
-9
/
+62
2013-08-29
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
1
-13
/
+38
2013-08-29
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
1
-6
/
+15
2013-08-29
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
1
-2
/
+33
2013-08-29
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
1
-32
/
+15
2013-08-29
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
1
-24
/
+23
2013-08-29
tracing: Change f_start() to take event_mutex and verify i_private != NULL
Oleg Nesterov
1
-4
/
+9
2013-08-29
tracing: Change event_filter_read/write to verify i_private != NULL
Oleg Nesterov
2
-18
/
+25
2013-08-29
tracing: Change event_enable/disable_read() to verify i_private != NULL
Oleg Nesterov
1
-9
/
+19
2013-08-29
tracing: Turn event/id->i_private into call->event.type
Oleg Nesterov
1
-5
/
+12
2013-08-29
ftrace: Add check for NULL regs if ops has SAVE_REGS set
Steven Rostedt (Red Hat)
1
-4
/
+14
2013-08-29
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
Oleg Nesterov
1
-28
/
+22
2013-08-29
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
Oleg Nesterov
1
-37
/
+12
2013-08-29
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
Oleg Nesterov
1
-7
/
+6
2013-08-29
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
Oleg Nesterov
1
-5
/
+4
2013-08-29
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
Oleg Nesterov
1
-9
/
+7
2013-08-29
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
Oleg Nesterov
1
-14
/
+36
2013-08-29
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
1
-4
/
+17
2013-08-29
tracing: Do not call kmem_cache_free() on allocation failure
Namhyung Kim
1
-6
/
+1
2013-08-14
tracing: Fix reset of time stamps during trace_clock changes
Alexander Z Lam
1
-12
/
+12
2013-08-14
tracing: Use flag buffer_disabled for irqsoff tracer
Steven Rostedt (Red Hat)
2
-33
/
+72
2013-08-14
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
Alexander Z Lam
1
-1
/
+1
2013-08-14
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
1
-0
/
+1
2013-08-04
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
Steven Rostedt (Red Hat)
1
-2
/
+1
2013-08-04
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
1
-2
/
+0
2013-08-04
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2
-8
/
+37
2013-08-04
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
1
-1
/
+3
2013-07-25
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2
-4
/
+54
2013-07-25
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
1
-6
/
+17
[next]