aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-05-13Merge tag 'v5.10.216' into v5.10/standard/basev5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.215' into v5.10/standard/baseBruce Ashfield
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson
2024-05-02Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-04-13ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)
2024-04-13ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)
2024-04-13ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-04-13ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)
2024-02-26Merge tag 'v5.10.210' into v5.10/standard/baseBruce Ashfield
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
2024-02-23tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu
2024-02-20Merge tag 'v5.10.209' into v5.10/standard/baseBruce Ashfield
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2024-01-11Merge tag 'v5.10.206' into v5.10/standard/baseBruce Ashfield
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2024-01-05tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)
2023-12-27Merge tag 'v5.10.205' into v5.10/standard/baseBruce Ashfield
2023-12-27Merge tag 'v5.10.204' into v5.10/standard/baseBruce Ashfield
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Set actual size after ring buffer resizeZheng Yejian
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-12-03Merge tag 'v5.10.202' into v5.10/standard/baseBruce Ashfield
2023-12-03Merge tag 'v5.10.201' into v5.10/standard/baseBruce Ashfield
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-17Merge tag 'v5.10.200' into v5.10/standard/baseBruce Ashfield
2023-11-17Merge tag 'v5.10.199' into v5.10/standard/baseBruce Ashfield
2023-11-08tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-10-11Merge tag 'v5.10.198' into v5.10/standard/baseBruce Ashfield
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-10-10ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka
2023-10-10ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)