aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann1-0/+4
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)1-14/+45
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)1-3/+45
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)1-4/+27
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2023-10-05tracing: Make system_callback() function staticSteven Rostedt (Google)1-1/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)1-1/+1
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)1-95/+218
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian1-10/+12
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan1-4/+9
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)1-13/+0
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)1-2/+4
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher1-32/+33
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)1-7/+8
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4