aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)Author
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
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2016-02-24tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro
2015-12-01tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterSteven Rostedt (Red Hat)
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-11-03tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)
2015-11-02tracing: Call on_each_cpu() when adding or removing single pids from set_even...Steven Rostedt (Red Hat)
2015-10-26tracing: Fix sparse RCU warningSteven Rostedt (Red Hat)
2015-10-25tracing: Check all tasks on each CPU when filtering pidsSteven Rostedt (Red Hat)
2015-10-25tracing: Implement event pid filteringSteven Rostedt (Red Hat)
2015-10-25tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)
2015-10-01tracing: Use kstrdup_const instead of private implementationRasmus Villemoes
2015-09-30tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)
2015-08-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner
2015-05-13tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*Steven Rostedt (Red Hat)
2015-05-13tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dirSteven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_buffer to trace_event_buffer.Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds