index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2020-02-06
1
-195
/
+258
|
\
|
*
tracing: Add trace_array_find/_get() to find instance trace arrays
Tom Zanussi
2020-01-30
1
-10
/
+33
|
*
tracing: eval_map_next() should always increase position index
Vasily Averin
2020-01-30
1
-3
/
+1
|
*
tracing: Use pr_err() instead of WARN() for memory failures
Steven Rostedt (VMware)
2020-01-25
1
-9
/
+9
|
*
tracing: Decrement trace_array when bootconfig creates an instance
Steven Rostedt (VMware)
2020-01-25
1
-0
/
+4
|
*
tracing: Remove unneeded NULL check
Dan Carpenter
2020-01-25
1
-1
/
+1
|
*
tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()
Steven Rostedt (VMware)
2020-01-22
1
-1
/
+2
|
*
tracing: Allow trace_printk() to nest in other tracing code
Steven Rostedt (VMware)
2020-01-16
1
-5
/
+19
|
*
tracing/boot: Add cpu_mask option support
Masami Hiramatsu
2020-01-13
1
-13
/
+29
|
*
tracing/boot: Add boot-time tracing
Masami Hiramatsu
2020-01-13
1
-5
/
+5
|
*
tracing: kprobes: Output kprobe event to printk buffer
Masami Hiramatsu
2020-01-13
1
-2
/
+2
|
*
tracing: Apply soft-disabled and filter to tracepoints printk
Masami Hiramatsu
2020-01-13
1
-0
/
+7
|
*
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2020-01-13
1
-35
/
+35
|
*
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
2020-01-13
1
-115
/
+115
*
|
Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-02-05
1
-2
/
+2
|
\
\
|
*
|
simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems
Al Viro
2019-12-11
1
-2
/
+2
*
|
|
tracing: Do not set trace clock if tracefs lockdown is in effect
Masami Ichikawa
2020-01-20
1
-0
/
+5
|
|
/
|
/
|
*
|
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
2019-12-21
1
-0
/
+8
*
|
Fix up for "printk: Drop pr_warning definition"
Stephen Rothwell
2019-12-06
1
-3
/
+3
|
/
*
tracing: Do not create directories if lockdown is in affect
Steven Rostedt (VMware)
2019-12-04
1
-0
/
+17
*
tracing: Adding new functions for kernel access to Ftrace instances
Divya Indi
2019-11-23
1
-20
/
+76
*
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
2019-11-14
1
-1
/
+1
*
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
2019-11-13
1
-0
/
+3
*
tracing: Verify if trace array exists before destroying it.
Divya Indi
2019-11-13
1
-3
/
+12
*
tracing: Use CONFIG_PREEMPTION
Sebastian Andrzej Siewior
2019-11-13
1
-0
/
+2
*
ftrace: Implement fs notification for tracing_max_latency
Viktor Rosendahl (BMW)
2019-11-13
1
-2
/
+73
*
ftrace: Add information on number of page groups allocated
Steven Rostedt (VMware)
2019-11-13
1
-6
/
+15
*
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
2019-10-13
1
-0
/
+1
*
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
2019-10-13
1
-0
/
+8
*
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
2019-10-13
1
-52
/
+65
*
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
2019-10-13
1
-1
/
+1
*
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
2019-10-13
1
-2
/
+15
*
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-09-20
1
-7
/
+7
|
\
|
*
tracing: Rename tracing_reset() to tracing_reset_cpu()
Steven Rostedt (VMware)
2019-08-31
1
-3
/
+3
|
*
tracing/probe: Add immediate string parameter support
Masami Hiramatsu
2019-08-31
1
-1
/
+1
|
*
tracing/probe: Add immediate parameter support
Masami Hiramatsu
2019-08-31
1
-1
/
+1
|
*
tracing/uprobe: Add multi-probe per uprobe event support
Masami Hiramatsu
2019-08-31
1
-1
/
+1
|
*
tracing/kprobe: Add multi-probe per event support
Masami Hiramatsu
2019-08-31
1
-2
/
+2
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-09-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
treewide: Rename rcu_dereference_raw_notrace() to _check()
Joel Fernandes (Google)
2019-08-01
1
-2
/
+2
*
|
tracing: Correct kdoc formats
Jakub Kicinski
2019-08-31
1
-12
/
+14
|
/
*
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-18
1
-8
/
+9
|
\
|
*
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
2019-07-16
1
-4
/
+4
|
*
tracing: Use correct function name in trace_filter_add_remove_task() comment
Matthias Kaehlcke
2019-05-26
1
-1
/
+1
|
*
tracing/probe: Support user-space dereference
Masami Hiramatsu
2019-05-26
1
-2
/
+3
|
*
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
2019-05-26
1
-1
/
+1
*
|
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
1
-4
/
+0
|
\
\
|
*
|
trace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-03
1
-4
/
+0
|
|
/
*
|
tracing/snapshot: Resize spare buffer if size changed
Eiichi Tsukata
2019-06-28
1
-4
/
+6
*
|
tracing: Fix memory leak in tracing_err_log_open()
Takeshi Misawa
2019-06-28
1
-1
/
+13
[next]