index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Age
Commit message (
Expand
)
Author
2018-05-29
tracing: Do not show filter file for ftrace internal events
Steven Rostedt (VMware)
2018-05-29
tracing: Have event_trace_init() called by trace_init_tracefs()
Steven Rostedt (VMware)
2018-05-29
tracing: Add __find_event_file() to find event files without restrictions
Steven Rostedt (VMware)
2018-01-23
tracing: Make sure the parsed string always terminates with '\0'
Changbin Du
2018-01-18
tracing: Fix converting enum's from the map in trace_event_eval_update()
Steven Rostedt (VMware)
2017-10-04
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2017-09-05
tracing: Fix clear of RECORDED_TGID flag when disabling trace event
Chunyu Hu
2017-08-31
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
2017-06-27
tracing: Add support for recording tgid of tasks
Joel Fernandes
2017-06-13
tracing: Rename enum_replace to eval_replace
Jeremy Linton
2017-06-13
trace: rename enum_map functions
Jeremy Linton
2017-06-13
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
2017-04-20
tracing/ftrace: Add a better way to pass data via the probe functions
Steven Rostedt (VMware)
2017-04-20
ftrace: Dynamically create the probe ftrace_ops for the trace_array
Steven Rostedt (VMware)
2017-04-20
tracing: Pass the trace_array into ftrace_probe_ops functions
Steven Rostedt (VMware)
2017-04-20
tracing: Have the trace_array hold the list of registered func probes
Steven Rostedt (VMware)
2017-04-20
ftrace: Have unregister_ftrace_function_probe_func() return a value
Steven Rostedt (VMware)
2017-04-20
ftrace: Remove data field from ftrace_func_probe structure
Steven Rostedt (VMware)
2017-04-20
ftrace: Added ftrace_func_mapper for function probe triggers
Steven Rostedt (VMware)
2017-04-20
ftrace: Pass probe ops to probe function
Steven Rostedt (VMware)
2016-12-09
tracing: Have system enable return error if one of the events fail
Steven Rostedt (Red Hat)
2016-11-23
tracing: Make tracepoint_printk a static_key
Steven Rostedt (Red Hat)
2016-11-22
tracing: Add error checks to creation of event files
Steven Rostedt (Red Hat)
2016-06-20
tracing: Show the preempt count of when the event was called
Steven Rostedt (Red Hat)
2016-06-20
tracing: Move pid_list write processing into its own function
Steven Rostedt (Red Hat)
2016-06-20
tracing: Move the pid_list seq_file functions to be global
Steven Rostedt (Red Hat)
2016-06-20
tracing: Move filtered_pid helper functions into trace.c
Steven Rostedt
2016-06-20
tracing: Make the pid filtering helper functions global
Steven Rostedt
2016-05-18
Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-03
tracing: Use temp buffer when filtering events
Steven Rostedt (Red Hat)
2016-05-03
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
2016-04-29
tracing: Remove one use of trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
2016-04-19
tracing: Add 'hist' event trigger command
Tom Zanussi
2016-04-19
tracing: Add infrastructure to allow set_event_pid to follow children
Steven Rostedt
2016-04-19
tracing: Use pid bitmap instead of a pid array for set_event_pid
Steven Rostedt
2016-04-19
tracing: Rename check_ignore_pid() to ignore_this_task()
Steven Rostedt
2016-04-07
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
2016-03-04
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2016-02-24
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
2016-01-04
kernel/*: switch to memdup_user_nul()
Al Viro
2015-12-01
tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter
Steven Rostedt (Red Hat)
2015-11-06
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2015-11-03
tracing: Put back comma for empty fields in boot string parsing
Steven Rostedt (Red Hat)
2015-11-02
tracing: Call on_each_cpu() when adding or removing single pids from set_even...
Steven Rostedt (Red Hat)
2015-10-26
tracing: Fix sparse RCU warning
Steven Rostedt (Red Hat)
2015-10-25
tracing: Check all tasks on each CPU when filtering pids
Steven Rostedt (Red Hat)
2015-10-25
tracing: Implement event pid filtering
Steven Rostedt (Red Hat)
2015-10-25
tracing: Add set_event_pid directory for future use
Steven Rostedt (Red Hat)
2015-10-01
tracing: Use kstrdup_const instead of private implementation
Rasmus Villemoes
[next]