index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Add __find_event_file() to find event files without restrictions
Steven Rostedt (VMware)
2018-05-29
1
-5
/
+17
*
tracing: Make sure the parsed string always terminates with '\0'
Changbin Du
2018-01-23
1
-2
/
+0
*
tracing: Fix converting enum's from the map in trace_event_eval_update()
Steven Rostedt (VMware)
2018-01-18
1
-1
/
+15
*
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2017-10-04
1
-16
/
+15
*
tracing: Fix clear of RECORDED_TGID flag when disabling trace event
Chunyu Hu
2017-09-05
1
-1
/
+1
*
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
2017-08-31
1
-8
/
+7
*
tracing: Add support for recording tgid of tasks
Joel Fernandes
2017-06-27
1
-1
/
+41
*
tracing: Rename enum_replace to eval_replace
Jeremy Linton
2017-06-13
1
-6
/
+6
*
trace: rename enum_map functions
Jeremy Linton
2017-06-13
1
-1
/
+1
*
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
2017-06-13
1
-7
/
+7
*
tracing/ftrace: Add a better way to pass data via the probe functions
Steven Rostedt (VMware)
2017-04-20
1
-47
/
+63
*
ftrace: Dynamically create the probe ftrace_ops for the trace_array
Steven Rostedt (VMware)
2017-04-20
1
-1
/
+1
*
tracing: Pass the trace_array into ftrace_probe_ops functions
Steven Rostedt (VMware)
2017-04-20
1
-7
/
+9
*
tracing: Have the trace_array hold the list of registered func probes
Steven Rostedt (VMware)
2017-04-20
1
-3
/
+2
*
ftrace: Have unregister_ftrace_function_probe_func() return a value
Steven Rostedt (VMware)
2017-04-20
1
-2
/
+1
*
ftrace: Remove data field from ftrace_func_probe structure
Steven Rostedt (VMware)
2017-04-20
1
-3
/
+2
*
ftrace: Added ftrace_func_mapper for function probe triggers
Steven Rostedt (VMware)
2017-04-20
1
-15
/
+55
*
ftrace: Pass probe ops to probe function
Steven Rostedt (VMware)
2017-04-20
1
-3
/
+5
*
tracing: Have system enable return error if one of the events fail
Steven Rostedt (Red Hat)
2016-12-09
1
-2
/
+11
*
tracing: Make tracepoint_printk a static_key
Steven Rostedt (Red Hat)
2016-11-23
1
-40
/
+0
*
tracing: Add error checks to creation of event files
Steven Rostedt (Red Hat)
2016-11-22
1
-9
/
+21
*
tracing: Show the preempt count of when the event was called
Steven Rostedt (Red Hat)
2016-06-20
1
-0
/
+8
*
tracing: Move pid_list write processing into its own function
Steven Rostedt (Red Hat)
2016-06-20
1
-101
/
+9
*
tracing: Move the pid_list seq_file functions to be global
Steven Rostedt (Red Hat)
2016-06-20
1
-31
/
+3
*
tracing: Move filtered_pid helper functions into trace.c
Steven Rostedt
2016-06-20
1
-51
/
+0
*
tracing: Make the pid filtering helper functions global
Steven Rostedt
2016-06-20
1
-17
/
+17
*
Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-05-18
1
-135
/
+194
|
\
|
*
tracing: Use temp buffer when filtering events
Steven Rostedt (Red Hat)
2016-05-03
1
-0
/
+10
|
*
tracing: Remove one use of trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
2016-04-29
1
-8
/
+10
|
*
tracing: Add 'hist' event trigger command
Tom Zanussi
2016-04-19
1
-0
/
+4
|
*
tracing: Add infrastructure to allow set_event_pid to follow children
Steven Rostedt
2016-04-19
1
-10
/
+74
|
*
tracing: Use pid bitmap instead of a pid array for set_event_pid
Steven Rostedt
2016-04-19
1
-121
/
+100
|
*
tracing: Rename check_ignore_pid() to ignore_this_task()
Steven Rostedt
2016-04-19
1
-7
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-09
1
-2
/
+7
|
\
\
|
*
|
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
2016-05-03
1
-2
/
+7
|
|
/
*
|
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
2016-04-07
1
-0
/
+18
|
/
*
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2016-03-04
1
-6
/
+8
*
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
2016-02-24
1
-1
/
+2
*
kernel/*: switch to memdup_user_nul()
Al Viro
2016-01-04
1
-20
/
+8
*
tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter
Steven Rostedt (Red Hat)
2015-12-01
1
-0
/
+16
*
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2015-11-06
1
-27
/
+479
|
\
|
*
tracing: Put back comma for empty fields in boot string parsing
Steven Rostedt (Red Hat)
2015-11-03
1
-8
/
+8
|
*
tracing: Call on_each_cpu() when adding or removing single pids from set_even...
Steven Rostedt (Red Hat)
2015-11-02
1
-6
/
+7
|
*
tracing: Fix sparse RCU warning
Steven Rostedt (Red Hat)
2015-10-26
1
-0
/
+2
|
*
tracing: Check all tasks on each CPU when filtering pids
Steven Rostedt (Red Hat)
2015-10-25
1
-0
/
+22
|
*
tracing: Implement event pid filtering
Steven Rostedt (Red Hat)
2015-10-25
1
-3
/
+145
|
*
tracing: Add set_event_pid directory for future use
Steven Rostedt (Red Hat)
2015-10-25
1
-0
/
+287
|
*
tracing: Use kstrdup_const instead of private implementation
Rasmus Villemoes
2015-10-01
1
-16
/
+8
|
*
tracing: Make ftrace_trace_stack() depend on general trace_array flag
Steven Rostedt (Red Hat)
2015-09-30
1
-3
/
+3
|
*
tracing: Move trace_flags from global to a trace_array field
Steven Rostedt (Red Hat)
2015-09-30
1
-1
/
+2
[next]