aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)Author
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu
2020-09-21tracing: Define event fields early stageMasami Hiramatsu
2020-09-18tracing: toplevel d_entry already initializedWei Yang
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra
2020-08-04tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-12-02tracing: Introduce trace event injectionCong Wang
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-16tracing: Make trace_get_fields() globalCong Wang
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
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)