Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
228200179213bfc9b4d6097e1c26de30bd18c1e6
/
kernel
/
trace
/
trace_events.c
17911ff
tracing: Add locked_down checks to the open calls of files created for tracefs
by Steven Rostedt (VMware)
· 5 years ago
8530dec
tracing: Add tracing_check_open_get_tr()
by Steven Rostedt (VMware)
· 5 years ago
aa07d71
tracing: Have trace events system open call tracing_open_generic_tr()
by Steven Rostedt (VMware)
· 5 years ago
7e67a85
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
595a438
tracing: Make exported ftrace_set_clr_event non-static
by Denis Efremov
· 6 years ago
30c9370
tracing: Use CONFIG_PREEMPTION
by Thomas Gleixner
· 5 years ago
0aeb1de
tracing: Make trace_get_fields() global
by Cong Wang
· 6 years ago
b3015fe
tracing: Make a separate config for trace event self tests
by Steven Rostedt (VMware)
· 6 years ago
cbe08bc
tracing: Fix partial reading of trace event's id file
by Elazar Leibovich
· 6 years ago
f45d122
tracing: Kernel access to Ftrace instances
by Divya Indi
· 6 years ago
b6b2735
tracing: Use str_has_prefix() instead of using fixed sizes
by Steven Rostedt (VMware)
· 6 years ago
7e1413e
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
by Steven Rostedt (VMware)
· 6 years ago
fc800a1
tracing: Lock event_mutex before synth_event_mutex
by Masami Hiramatsu
· 6 years ago
bcea3f9
tracing: Add SPDX License format tags to tracing files
by Steven Rostedt (VMware)
· 6 years ago
e0a568d
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister()
by Steven Rostedt (VMware)
· 6 years ago
da25a67
trace: Use rcu_dereference_raw for hooks from trace-event subsystem
by Joel Fernandes (Google)
· 6 years ago
5d948c8
tracing: Do not show filter file for ftrace internal events
by Steven Rostedt (VMware)
· 7 years ago
58b9254
tracing: Have event_trace_init() called by trace_init_tracefs()
by Steven Rostedt (VMware)
· 7 years ago
3c96529
tracing: Add __find_event_file() to find event files without restrictions
by Steven Rostedt (VMware)
· 7 years ago
f4d0706
tracing: Make sure the parsed string always terminates with '\0'
by Changbin Du
· 7 years ago
1ebe1ea
tracing: Fix converting enum's from the map in trace_event_eval_update()
by Steven Rostedt (VMware)
· 7 years ago
12ecef0
tracing: Reverse the order of trace_types_lock and event_mutex
by Steven Rostedt (VMware)
· 7 years ago
7685ab6
tracing: Fix clear of RECORDED_TGID flag when disabling trace event
by Chunyu Hu
· 7 years ago
065e63f
tracing: Only have rmmod clear buffers that its events were active in
by Steven Rostedt (VMware)
· 7 years ago
d914ba3
tracing: Add support for recording tgid of tasks
by Joel Fernandes
· 8 years ago
67ec0d8
tracing: Rename enum_replace to eval_replace
by Jeremy Linton
· 8 years ago
f57a414
trace: rename enum_map functions
by Jeremy Linton
· 8 years ago
00f4b65
trace: rename trace_enum_map to trace_eval_map
by Jeremy Linton
· 8 years ago
6e44431
tracing/ftrace: Add a better way to pass data via the probe functions
by Steven Rostedt (VMware)
· 8 years ago
7b60f3d
ftrace: Dynamically create the probe ftrace_ops for the trace_array
by Steven Rostedt (VMware)
· 8 years ago
b5f081b
tracing: Pass the trace_array into ftrace_probe_ops functions
by Steven Rostedt (VMware)
· 8 years ago
04ec7bb
tracing: Have the trace_array hold the list of registered func probes
by Steven Rostedt (VMware)
· 8 years ago
d3d532d
ftrace: Have unregister_ftrace_function_probe_func() return a value
by Steven Rostedt (VMware)
· 8 years ago
1a48df0
ftrace: Remove data field from ftrace_func_probe structure
by Steven Rostedt (VMware)
· 8 years ago
41794f1
ftrace: Added ftrace_func_mapper for function probe triggers
by Steven Rostedt (VMware)
· 8 years ago
bca6c8d
ftrace: Pass probe ops to probe function
by Steven Rostedt (VMware)
· 8 years ago
989a0a3
tracing: Have system enable return error if one of the events fail
by Steven Rostedt (Red Hat)
· 8 years ago
42391745
tracing: Make tracepoint_printk a static_key
by Steven Rostedt (Red Hat)
· 8 years ago
7d43640
tracing: Add error checks to creation of event files
by Steven Rostedt (Red Hat)
· 8 years ago
e947841
tracing: Show the preempt count of when the event was called
by Steven Rostedt (Red Hat)
· 9 years ago
76c813e
tracing: Move pid_list write processing into its own function
by Steven Rostedt (Red Hat)
· 9 years ago
5cc8976
tracing: Move the pid_list seq_file functions to be global
by Steven Rostedt (Red Hat)
· 9 years ago
d8275c4
tracing: Move filtered_pid helper functions into trace.c
by Steven Rostedt
· 9 years ago
4e267db
tracing: Make the pid filtering helper functions global
by Steven Rostedt
· 9 years ago
2600a46
Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
0fc1b09
tracing: Use temp buffer when filtering events
by Steven Rostedt (Red Hat)
· 9 years ago
854145e
tracing: Don't display trigger file for events that can't be enabled
by Chunyu Hu
· 9 years ago
9b9db27
tracing: Remove one use of trace_current_buffer_lock_reserve()
by Steven Rostedt (Red Hat)
· 9 years ago
7ef224d
tracing: Add 'hist' event trigger command
by Tom Zanussi
· 9 years ago
c37775d
tracing: Add infrastructure to allow set_event_pid to follow children
by Steven Rostedt
· 9 years ago
f4d34a8
tracing: Use pid bitmap instead of a pid array for set_event_pid
by Steven Rostedt
· 9 years ago
9ebc57c
tracing: Rename check_ignore_pid() to ignore_this_task()
by Steven Rostedt
· 9 years ago
32bbe00
bpf: sanitize bpf tracepoint access
by Alexei Starovoitov
· 9 years ago
e57cbaf
tracing: Do not have 'comm' filter override event 'comm' field
by Steven Rostedt (Red Hat)
· 9 years ago
d045437
tracing: Fix showing function event in available_events
by Steven Rostedt (Red Hat)
· 9 years ago
70f6cbb
kernel/*: switch to memdup_user_nul()
by Al Viro
· 9 years ago
0f72e37
tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter
by Steven Rostedt (Red Hat)
· 9 years ago
22402cd
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
43ed384
tracing: Put back comma for empty fields in boot string parsing
by Steven Rostedt (Red Hat)
· 9 years ago
799fd44
tracing: Call on_each_cpu() when adding or removing single pids from set_event_pid
by Steven Rostedt (Red Hat)
· 9 years ago
fb66228
tracing: Fix sparse RCU warning
by Steven Rostedt (Red Hat)
· 9 years ago
8ca532a
tracing: Check all tasks on each CPU when filtering pids
by Steven Rostedt (Red Hat)
· 9 years ago
3fdaf80
tracing: Implement event pid filtering
by Steven Rostedt (Red Hat)
· 9 years ago
4909010
tracing: Add set_event_pid directory for future use
by Steven Rostedt (Red Hat)
· 9 years ago
79ac6ef
tracing: Use kstrdup_const instead of private implementation
by Rasmus Villemoes
· 9 years ago
2d34f48
tracing: Make ftrace_trace_stack() depend on general trace_array flag
by Steven Rostedt (Red Hat)
· 9 years ago
983f938
tracing: Move trace_flags from global to a trace_array field
by Steven Rostedt (Red Hat)
· 9 years ago
b7f0c95
tracing: Pass trace_array into trace_buffer_unlock_commit()
by Steven Rostedt (Red Hat)
· 9 years ago
9f61668
tracing: Allow triggers to filter for CPU ids and process names
by Daniel Wagner
· 9 years ago
5d6ad96
tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*
by Steven Rostedt (Red Hat)
· 10 years ago
7967b3e
tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir
by Steven Rostedt (Red Hat)
· 10 years ago
687fcc4
tracing: Rename ftrace_event_name() to trace_event_name()
by Steven Rostedt (Red Hat)
· 10 years ago
3f795dc
tracing: Rename ftrace_event_buffer to trace_event_buffer.
by Steven Rostedt (Red Hat)
· 10 years ago
2425bcb
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
by Steven Rostedt (Red Hat)
· 10 years ago
7f1d2f8
tracing: Rename ftrace_event_file to trace_event_file
by Steven Rostedt (Red Hat)
· 10 years ago
9023c93
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
by Steven Rostedt (Red Hat)
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4f21123
Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
3193899
tracing: Fix possible out of bounds memory access when parsing enums
by Steven Rostedt (Red Hat)
· 10 years ago
84fce9d
tracing: Fix incorrect enabling of trace events by boot cmdline
by Joonsoo Kim
· 10 years ago
7682c91
VFS: kernel/: d_inode() annotations
by David Howells
· 10 years ago
eeee78c
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
3673b8e
tracing: Allow for modules to convert their enums to values
by Steven Rostedt (Red Hat)
· 10 years ago
0c564a5
tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values
by Steven Rostedt (Red Hat)
· 10 years ago
41cbc01
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
8434dc9
tracing: Convert the tracing facility over to use tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
dfbc153
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
14a5ae4
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
by Steven Rostedt (Red Hat)
· 10 years ago
ce1039b
tracing: Fix enabling of syscall events on the command line
by Steven Rostedt (Red Hat)
· 10 years ago
a7c180a
Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
0daa2302
tracing: Add tp_printk cmdline to have tracepoints go to printk()
by Steven Rostedt (Red Hat)
· 10 years ago
5f893b2
tracing: Move enabling tracepoints to just after rcu_init()
by Steven Rostedt (Red Hat)
· 10 years ago
350e4f4
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
1dd7dcb
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
5ac48378
tracing: Use trace_seq_used() and seq_buf_used() instead of len
by Steven Rostedt (Red Hat)
· 10 years ago
3a161d9
tracing: Create seq_buf layer in trace_seq
by Steven Rostedt (Red Hat)
· 11 years ago
fa6f0cc
tracing: Replace seq_printf by simpler equivalents
by Rasmus Villemoes
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
fe0e01c
tracing: Robustify wait loop
by Peter Zijlstra
· 10 years ago
Next »