summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-10/+96
|\
| * tracing: Add trace_get/put_event_file()Tom Zanussi2020-01-301-0/+85
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-131-0/+1
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-9/+9
* | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-051-3/+3
|\ \
| * | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-101-3/+3
* | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-1/+19
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-1/+34
| |\ \ | | |/
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-1/+19
* | | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-211-4/+4
| |/ |/|
* | tracing: Introduce trace event injectionCong Wang2019-12-021-0/+6
* | tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2019-11-221-1/+26
* | tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2019-11-131-0/+2
|/
* 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
OpenPOWER on IntegriCloud