aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)Author
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-08-11tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2021-12-01tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-02-23tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2019-12-05tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
2019-05-25tracing: Fix partial reading of trace event's id fileElazar Leibovich
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)
2018-05-29tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)
2018-05-29tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)
2018-05-29tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du
2018-01-18tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)
2017-09-05tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes
2017-06-13tracing: Rename enum_replace to eval_replaceJeremy Linton
2017-06-13trace: rename enum_map functionsJeremy Linton
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)
2017-04-20tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)
2017-04-20ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)
2017-04-20ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)
2017-04-20ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)
2016-12-09tracing: Have system enable return error if one of the events failSteven Rostedt (Red Hat)
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)
2016-11-22tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)
2016-06-20tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-06-20tracing: Make the pid filtering helper functions globalSteven Rostedt
2016-05-18Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-04-29tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi
2016-04-19tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt
2016-04-19tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt
2016-04-19tracing: Rename check_ignore_pid() to ignore_this_task()Steven Rostedt