aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-10/+96
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi1-0/+85
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu1-0/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-1/+1
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-9/+9
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-1/+19
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood1-4/+4
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-3/+3
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-1/+34
2019-12-02tracing: Introduce trace event injectionCong Wang1-0/+6
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-1/+19
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi1-1/+26
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi1-0/+2
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+8
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-4/+6
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)1-14/+3
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov1-1/+1
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-07-16tracing: Make trace_get_fields() globalCong Wang1-8/+0
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)1-1/+1
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi1-0/+1
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)1-1/+1
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)1-26/+4
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu1-6/+28
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister()Steven Rostedt (VMware)1-4/+4
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)1-2/+2
2018-05-29tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)1-4/+6
2018-05-29tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)1-3/+1
2018-05-29tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)1-5/+17
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du1-2/+0
2018-01-18tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)1-16/+15
2017-09-05tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu1-1/+1
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)1-8/+7
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes1-1/+41
2017-06-13tracing: Rename enum_replace to eval_replaceJeremy Linton1-6/+6
2017-06-13trace: rename enum_map functionsJeremy Linton1-1/+1
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton1-7/+7
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)1-47/+63
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)1-1/+1
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)1-7/+9
2017-04-20tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)1-3/+2
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)1-2/+1
2017-04-20ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)1-3/+2
2017-04-20ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)1-15/+55
2017-04-20ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)1-3/+5