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
/
trace_events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-11
tracing: Allow triggers to filter for CPU ids and process names
Daniel Wagner
1
-0
/
+25
2015-05-13
tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*
Steven Rostedt (Red Hat)
1
-31
/
+31
2015-05-13
tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir
Steven Rostedt (Red Hat)
1
-13
/
+13
2015-05-13
tracing: Rename ftrace_event_name() to trace_event_name()
Steven Rostedt (Red Hat)
1
-13
/
+13
2015-05-13
tracing: Rename ftrace_event_buffer to trace_event_buffer.
Steven Rostedt (Red Hat)
1
-7
/
+7
2015-05-13
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
1
-40
/
+40
2015-05-13
tracing: Rename ftrace_event_file to trace_event_file
Steven Rostedt (Red Hat)
1
-46
/
+46
2015-05-13
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
Steven Rostedt (Red Hat)
1
-5
/
+5
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2015-04-22
Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-1
/
+14
2015-04-17
tracing: Fix possible out of bounds memory access when parsing enums
Steven Rostedt (Red Hat)
1
-0
/
+6
2015-04-16
tracing: Fix incorrect enabling of trace events by boot cmdline
Joonsoo Kim
1
-1
/
+8
2015-04-15
VFS: kernel/: d_inode() annotations
David Howells
1
-2
/
+2
2015-04-14
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+120
2015-04-08
tracing: Allow for modules to convert their enums to values
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-04-08
tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values
Steven Rostedt (Red Hat)
1
-0
/
+119
2015-02-12
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+1
2015-02-03
tracing: Convert the tracing facility over to use tracefs
Steven Rostedt (Red Hat)
1
-16
/
+16
2015-02-02
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...
Steven Rostedt (Red Hat)
1
-14
/
+55
2015-01-22
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-01-15
tracing: Fix enabling of syscall events on the command line
Steven Rostedt (Red Hat)
1
-14
/
+55
2014-12-16
Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-2
/
+40
2014-12-15
tracing: Add tp_printk cmdline to have tracepoints go to printk()
Steven Rostedt (Red Hat)
1
-0
/
+32
2014-12-15
tracing: Move enabling tracepoints to just after rcu_init()
Steven Rostedt (Red Hat)
1
-2
/
+8
2014-12-10
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+6
2014-12-10
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+2
2014-11-19
tracing: Use trace_seq_used() and seq_buf_used() instead of len
Steven Rostedt (Red Hat)
1
-3
/
+6
2014-11-19
tracing: Create seq_buf layer in trace_seq
Steven Rostedt (Red Hat)
1
-3
/
+3
2014-11-13
tracing: Replace seq_printf by simpler equivalents
Rasmus Villemoes
1
-2
/
+2
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
1
-1
/
+1
2014-10-08
tracing: Robustify wait loop
Peter Zijlstra
1
-1
/
+4
2014-08-04
Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-2
/
+2
2014-08-04
Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-29
/
+27
2014-07-16
tracing: Kill destroy_call_preds()
Oleg Nesterov
1
-1
/
+2
2014-07-16
tracing: Kill destroy_preds() and destroy_file_preds()
Oleg Nesterov
1
-1
/
+0
2014-07-14
tracing: instance_rmdir() leaks ftrace_event_file->filter
Oleg Nesterov
1
-0
/
+1
2014-07-01
tracing: Convert pr_warning() to pr_warn() in trace_events.c
Fabian Frederick
1
-29
/
+27
2014-06-06
tracing: Return error if ftrace_trace_arrays list is empty
Yoshihiro YUNOMAE
1
-0
/
+13
2014-04-08
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
1
-23
/
+32
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+30
2014-03-21
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-03-20
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
1
-6
/
+0
2014-03-07
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
1
-0
/
+30
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
1
-6
/
+0
2014-03-03
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+10
2013-12-21
tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdef
Steven Rostedt (Red Hat)
1
-13
/
+13
2013-12-21
tracing: Add 'enable_event' and 'disable_event' event trigger commands
Tom Zanussi
1
-1
/
+1
2013-12-20
tracing: Add basic event trigger framework
Tom Zanussi
1
-5
/
+16
2013-12-05
tracing: Only run synchronize_sched() at instance deletion time
Steven Rostedt
1
-0
/
+3
2013-11-06
tracing: Do not assign filp->private_data to freed memory
Geyslan G. Bem
1
-1
/
+8
[next]