summaryrefslogtreecommitdiff
path: root/kernel/trace/ring_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang1-2/+2
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li1-1/+1
2024-04-13ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-04-13ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-04-13ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-04-13ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)1-1/+2
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)1-11/+8
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-10-10ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-10-10ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-10-10ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)1-0/+5
2023-10-10ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian1-0/+2
2023-08-26ring-buffer: Do not swap cpu_buffer during resize processChen Lin1-1/+13
2023-08-11ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-07-27ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian1-9/+15
2023-05-17ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu1-3/+13
2023-05-17ring-buffer: Sync IRQ works before buffer destructionJohannes Berg1-0/+4
2023-04-20ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian1-1/+12
2023-03-11tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai1-1/+6
2023-03-11ring-buffer: Handle race between rb_move_tail and rb_check_pagesMukesh Ojha1-32/+10
2022-11-25ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)1-0/+12
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)1-19/+36
2022-11-25ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin1-2/+2
2022-10-26ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)1-0/+33
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+39
2022-10-26ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2
2022-10-26ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)1-1/+1
2022-10-26ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)1-1/+9
2021-11-18ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)1-0/+5
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo1-4/+24
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)1-0/+11
2020-12-30Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-4/+13
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)1-8/+6
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi1-3/+3
2020-11-30ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)1-1/+1
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-12/+46
2020-10-22ring-buffer: Update the description for ring_buffer_waitQiujun Huang1-1/+1
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-10-15tracing: Fix race in trace_open and buffer resize callGaurav Kohli1-0/+10
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-145/+549
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1