summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-231-8/+5
|\
| * tracing: Remove unnecessary NULL assignmentWang ShaoBo2023-02-181-2/+0
| * tracing: Add enabling of events to boot instancesSteven Rostedt (Google)2023-02-071-5/+4
| * tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)2023-01-251-1/+1
* | tracing: Make trace_define_field_ext() staticSteven Rostedt (Google)2023-02-131-1/+1
* | tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao2023-02-121-9/+30
|/
* tracing: remove unnecessary trace_trigger ifdefRoss Zwisler2022-12-101-6/+0
* tracing: Add trace_trigger kernel command line optionSteven Rostedt (Google)2022-11-241-2/+70
* tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2022-11-241-1/+10
* tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-241-1/+1
* tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-39/+30
|\
| * tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang2022-05-271-19/+10
| * tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)2022-05-251-6/+7
| * tracing: Remove check of list iterator against head past the loop bodyJakob Koschel2022-04-271-6/+6
| * tracing: Remove usage of list iterator variable after the loopJakob Koschel2022-04-271-8/+7
* | sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-4/+4
|/
* Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-0/+90
|\
| * tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)2022-03-201-1/+61
| * tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)2022-03-111-0/+28
| * tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)2022-03-101-0/+2
* | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-2/+6
|\ \
| * | sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-2/+6
| |/
* / tracing: Update print fmt check to handle new __get_sockaddr() macroSteven Rostedt (Google)2022-02-281-0/+6
|/
* tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang2022-01-131-9/+3
* tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)2021-11-271-1/+1
* tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-11-261-0/+12
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-091-20/+22
* tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2021-10-051-3/+3
* tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner2021-09-041-0/+1
* tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-191-8/+14
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)2021-03-181-0/+210
* Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-221-21/+19
|\
| * tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)2021-02-061-9/+13
| * tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-12/+6
* | tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-051-1/+2
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-5/+4
|\
| * tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-141-1/+1
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
| * tracing: Fix some typos in commentsQiujun Huang2020-11-111-2/+2
| * ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-1/+0
* | tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-4/+4
|/
* Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2020-10-161-1/+1
|\
| * tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu2020-10-161-1/+1
* | Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-161-59/+81
|\|
| * tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu2020-09-251-14/+16
| * tracing: Enable adding dynamic events early stageMasami Hiramatsu2020-09-221-1/+8
| * tracing: Define event fields early stageMasami Hiramatsu2020-09-221-37/+55
| * tracing: toplevel d_entry already initializedWei Yang2020-09-191-7/+2