index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
trace_events.h
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-20
bpf: one perf event close won't free bpf program attached by another perf event
Yonghong Song
2017-09-08
Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-08-31
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
2017-08-29
perf/ftrace: Fix double traces of perf on ftrace:function
Zhou Chengming
2017-07-20
trace: fix the errors caused by incompatible type of RCU variables
Chunyan Zhang
2017-06-27
tracing: Add support for recording tgid of tasks
Joel Fernandes
2017-03-24
tracing: Move trace_handle_return() out of line
Steven Rostedt (VMware)
2017-02-22
tracing: add __print_flags_u64()
Ross Zwisler
2017-02-03
trace: rename trace_print_hex_seq arg and add kdoc
Daniel Borkmann
2017-01-25
trace: add variant without spacing in trace_print_hex_seq
Daniel Borkmann
2016-05-18
Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-05-02
tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic
Steven Rostedt (Red Hat)
2016-04-29
tracing: Remove unused function trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
2016-04-29
tracing: Remove unused function trace_current_buffer_discard_commit()
Steven Rostedt (Red Hat)
2016-04-29
tracing: Move trace_buffer_unlock_commit{_regs}() to local header
Steven Rostedt (Red Hat)
2016-04-27
tracing: Make filter_check_discard() local
Steven Rostedt (Red Hat)
2016-04-26
tracing: Move event_trigger_unlock_commit{_regs}() to local header
Steven Rostedt (Red Hat)
2016-04-21
perf, bpf: minimize the size of perf_trace_() tracepoint handler
Alexei Starovoitov
2016-04-19
tracing: Add enable_hist/disable_hist triggers
Tom Zanussi
2016-04-19
tracing: Add 'hist' event trigger command
Tom Zanussi
2016-04-07
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
2016-04-07
perf: split perf_trace_buf_prepare into alloc and update parts
Alexei Starovoitov
2016-03-24
Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-03-15
tracepoints: move trace_print_flags definitions to tracepoint-defs.h
Vlastimil Babka
2016-03-08
tracing: Add event record param to trigger_ops.func()
Tom Zanussi
2016-03-04
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2015-10-25
tracing: Implement event pid filtering
Steven Rostedt (Red Hat)
2015-09-25
tracing: Pass trace_array into trace_buffer_unlock_commit()
Steven Rostedt (Red Hat)
2015-09-25
tracing: Remove unused function trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
2015-08-06
tracing, perf: Implement BPF programs attached to uprobes
Wang Nan
2015-08-06
bpf: Use correct #ifdef controller for trace_call_bpf()
Wang Nan
2015-05-13
tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_event_name() to trace_event_name()
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_output functions to trace_output
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_event_buffer to trace_event_buffer.
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_event_file to trace_event_file
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_print_*() functions ta trace_print_*()
Steven Rostedt (Red Hat)
2015-05-13
tracing: Rename ftrace_event.h to trace_events.h
Steven Rostedt (Red Hat)