summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-0/+8
* tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-121-4/+6
* tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-121-14/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-2/+2
|\
| * tracing: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-2/+2
* | tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2019-08-311-1/+1
|/
* tracing: Make trace_get_fields() globalCong Wang2019-07-161-8/+0
* tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-251-1/+1
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-05-081-3/+0
* tracing: Kernel access to Ftrace instancesDivya Indi2019-04-021-0/+1
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-221-1/+1
* tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)2018-12-101-26/+4
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2018-12-081-6/+28
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
* tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-101-4/+4
* trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)2018-08-031-2/+2
* tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)2018-05-291-4/+6
* tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-291-3/+1
* tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-291-5/+17
* tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-231-2/+0
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-181-1/+15
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-041-16/+15
* tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu2017-09-051-1/+1
* tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-311-8/+7
* tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-271-1/+41
* tracing: Rename enum_replace to eval_replaceJeremy Linton2017-06-131-6/+6
* trace: rename enum_map functionsJeremy Linton2017-06-131-1/+1
* trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-131-7/+7
* tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-201-47/+63
* ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-201-1/+1
* tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-201-7/+9
* tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-201-3/+2
* ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-201-2/+1
* ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-201-3/+2
* ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)2017-04-201-15/+55
* ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-201-3/+5
* tracing: Have system enable return error if one of the events failSteven Rostedt (Red Hat)2016-12-091-2/+11
* tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)2016-11-231-40/+0
* tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)2016-11-221-9/+21
* tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)2016-06-201-0/+8
* tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)2016-06-201-101/+9
* tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)2016-06-201-31/+3
* tracing: Move filtered_pid helper functions into trace.cSteven Rostedt2016-06-201-51/+0
* tracing: Make the pid filtering helper functions globalSteven Rostedt2016-06-201-17/+17
* Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-05-181-135/+194
|\
| * tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-031-0/+10
| * tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-291-8/+10
| * tracing: Add 'hist' event trigger commandTom Zanussi2016-04-191-0/+4
| * tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt2016-04-191-10/+74
| * tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt2016-04-191-121/+100