summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)AuthorFilesLines
12 daystracing: Have show_event_filters/triggers files take trace array refSteven Rostedt1-4/+24
2026-08-22tracing: Fix crash passing ERR_PTR to kthread_stop()Hui Su1-0/+2
2026-08-19Merge tag 'tracefs-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-6/+7
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-11/+128
2026-08-14tracing: Have trace_event_update_all() only handle module that is loadingSteven Rostedt1-1/+5
2026-08-13tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu1-0/+2
2026-08-13tracing: Fix NULL pointer dereference in module event cache removalHui Su1-1/+1
2026-08-11tracing: Report every TP_printk double dereferenceDavid Carlier1-0/+2
2026-08-08eventfs: Define event fields before directory creationAnubhav Shelat1-6/+7
2026-07-29tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)1-2/+2
2026-07-28tracing: Use seq_buf for string concatenationWoradorn Laodhanadhaworn1-3/+13
2026-07-28tracing: Warn when an event dereferences a pointer in TP_printk()Steven Rostedt1-6/+29
2026-07-28tracing: Expose tracepoint BTF ids via tracefsMykyta Yatsenko1-1/+79
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)1-1/+3
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-14/+17
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)1-32/+44
2026-03-31tracing: Preserve repeated trace_trigger boot parametersWesley Atwell1-3/+10
2026-03-28tracing: Remove spurious default precision from show_event_trigger/filter for...David Laight1-2/+2
2026-03-23tracing: Clean up access to trace_event_file from a file pointerPetr Pavlu1-3/+3
2026-03-23tracing: Remove unnecessary check for EVENT_FILE_FL_FREEDPetr Pavlu1-6/+2
2026-03-06tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
2026-03-03tracing: Disable preemption in the tracepoint callbacks handling filtered pidsMasami Hiramatsu (Google)1-0/+2
2026-03-03tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-12/+12
2026-02-19tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt1-1/+1
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt1-0/+16
2026-01-28tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-01-26tracing: Have show_event_trigger/filter format a bit more in columnsSteven Rostedt1-4/+22
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin1-0/+64
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin1-0/+58
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall1-4/+3
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2025-12-05tracing: Fix multiple typos in trace_events.cMaurice Hieronymus1-4/+4
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)1-2/+2
2025-10-03tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin1-2/+1
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-34/+120
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)1-21/+107
2025-07-22tracing: Fix comment in trace_module_remove_events()Steven Rostedt1-1/+1
2025-07-22tracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt1-12/+12
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-05-09tracing: Add a helper function to handle the dereference arg in verifierSteven Rostedt1-10/+20
2025-05-08tracing: Just use this_cpu_read() to access ignore_pidSteven Rostedt1-4/+5
2025-04-02tracing: Verify event formats that have "%*p.."Steven Rostedt1-0/+7
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+28
2025-03-28tracing: Update modules to persistent instances when loadedSteven Rostedt1-12/+28
2025-03-23tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni1-1/+3
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang1-2/+9
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-114/+351