summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-21tracing: Fix output of set_event for some cached module eventsSteven Rostedt1-1/+1
2025-01-21tracing: Fix allocation of printing set_event file contentSteven Rostedt1-1/+1
2025-01-20tracing: Rename update_cache() to update_mod_cache()Steven Rostedt1-2/+2
2025-01-20tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULESSteven Rostedt1-1/+1
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt1-11/+230
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt1-13/+46
2025-01-07tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)1-0/+14
2024-12-31tracing: Have process_string() also allow arraysSteven Rostedt1-0/+12
2024-12-26tracing: Switch trace_events.c code over to use guard()Steven Rostedt1-65/+38
2024-12-26tracing: Simplify event_enable_func() goto_reg logicSteven Rostedt1-15/+13
2024-12-26tracing: Simplify event_enable_func() goto out_free logicSteven Rostedt1-14/+14
2024-12-26tracing: Have event_enable_write() just return error on errorSteven Rostedt1-7/+7
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-10/+22
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt1-29/+53
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian1-2/+0
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt1-4/+4
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt1-13/+20
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-0/+12