aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)Author
2024-04-25Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-04-17tracing: hide unused ftrace_event_id_fopsArnd Bergmann
2023-12-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-10-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-09-25Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-09-23tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-08-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-08-03tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian
2023-02-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-02-22tracing: Make trace_define_field_ext() staticSteven Rostedt (Google)
2023-02-17Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-02-14tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2022-12-14Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2022-12-14sched: Add support for lazy preemptionThomas Gleixner
2022-11-23tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-26tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel
2022-04-27tracing: Remove usage of list iterator variable after the loopJakob Koschel
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)
2022-03-10tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider
2022-02-28tracing: Update print fmt check to handle new __get_sockaddr() macroSteven Rostedt (Google)
2022-01-13tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang
2021-11-27tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)
2021-11-26tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-09-03tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-18tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-02-05tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
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