summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)1-0/+2
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-8/+5
2023-02-18tracing: Remove unnecessary NULL assignmentWang ShaoBo1-2/+0
2023-02-13tracing: Make trace_define_field_ext() staticSteven Rostedt (Google)1-1/+1
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao1-9/+30
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)1-5/+4
2023-01-25tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)1-1/+1
2022-12-10tracing: remove unnecessary trace_trigger ifdefRoss Zwisler1-6/+0
2022-11-24tracing: Add trace_trigger kernel command line optionSteven Rostedt (Google)1-2/+70
2022-11-24tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)1-1/+10
2022-11-24tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)1-1/+1
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-39/+30
2022-05-27tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang1-19/+10
2022-05-25tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)1-6/+7
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-4/+4
2022-04-28tracing: Remove check of list iterator against head past the loop bodyJakob Koschel1-6/+6
2022-04-28tracing: Remove usage of list iterator variable after the loopJakob Koschel1-8/+7
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+90
2022-03-23Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+6
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)1-1/+61
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)1-0/+28
2022-03-11tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)1-0/+2
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider1-2/+6
2022-02-28tracing: Update print fmt check to handle new __get_sockaddr() macroSteven Rostedt (Google)1-0/+6
2022-01-14tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang1-9/+3
2021-11-28tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)1-1/+1
2021-11-26tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)1-0/+12
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-20/+22
2021-10-06tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-3/+3
2021-09-04tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner1-0/+1
2021-08-19tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-8/+14
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-18tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)1-0/+210
2021-02-23Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-21/+19
2021-02-06tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)1-9/+13
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-03tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-12/+6
2020-12-18Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-5/+4
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-1/+1
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-4/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+1
2020-11-11tracing: Fix some typos in commentsQiujun Huang1-2/+2
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)1-1/+0
2020-10-17Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+1
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu1-1/+1
2020-10-16Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-59/+81
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu1-14/+16
2020-09-22tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8
2020-09-22tracing: Define event fields early stageMasami Hiramatsu1-37/+55