summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)Author
2026-03-06tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici
2026-03-03tracing: Disable preemption in the tracepoint callbacks handling filtered pidsMasami Hiramatsu (Google)
2026-03-03tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt
2026-01-28tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt
2026-01-26tracing: Have show_event_trigger/filter format a bit more in columnsSteven Rostedt
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt
2025-12-05tracing: Fix multiple typos in trace_events.cMaurice Hieronymus
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)
2025-10-03tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)
2025-07-22tracing: Fix comment in trace_module_remove_events()Steven Rostedt
2025-07-22tracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-05-09tracing: Add a helper function to handle the dereference arg in verifierSteven Rostedt
2025-05-08tracing: Just use this_cpu_read() to access ignore_pidSteven Rostedt
2025-04-02tracing: Verify event formats that have "%*p.."Steven Rostedt
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-28tracing: Update modules to persistent instances when loadedSteven Rostedt
2025-03-23tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-01-21tracing: Fix output of set_event for some cached module eventsSteven Rostedt
2025-01-21tracing: Fix allocation of printing set_event file contentSteven Rostedt
2025-01-20tracing: Rename update_cache() to update_mod_cache()Steven Rostedt
2025-01-20tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULESSteven Rostedt
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt
2025-01-07tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)
2024-12-31tracing: Have process_string() also allow arraysSteven Rostedt
2024-12-26tracing: Switch trace_events.c code over to use guard()Steven Rostedt
2024-12-26tracing: Simplify event_enable_func() goto_reg logicSteven Rostedt
2024-12-26tracing: Simplify event_enable_func() goto out_free logicSteven Rostedt
2024-12-26tracing: Have event_enable_write() just return error on errorSteven Rostedt
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)