Commit Graph

185 Commits (c496313fcc35a41e176e3f19cdda2544ea3a32a6)

Author SHA1 Message Date
Steven Rostedt 2711ca237a ring-buffer: Move zeroing out excess in page to ring buffer code 15 years ago
Steven Rostedt b3230c8b44 ring-buffer: Reset "real_end" when page is filled 15 years ago
Borislav Petkov 956097912c ring-buffer: Wrap open-coded WARN_ONCE 15 years ago
David Miller 72c9ddfd4c ring-buffer: Make non-consuming read less expensive with lots of cpus. 15 years ago
Steven Rostedt ff0ff84a07 ring-buffer: Add lost event count to end of sub buffer 15 years ago
Steven Rostedt 66a8cb95ed ring-buffer: Add place holder recording of dropped events 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Julia Lawall 292f60c0c4 ring-buffer: Add missing unlock 15 years ago
Steven Rostedt 2271048d1b ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte align 15 years ago
Lai Jiangshan 52fbe9cde7 ring-buffer: Move disabled check into preempt disable section 15 years ago
Adam Buchbinder c41b20e721 Fix misspellings of "truly" in comments. 15 years ago
Steven Rostedt 3c05d74827 ring-buffer: Check for end of page in iterator 15 years ago
Steven Rostedt 492a74f421 ring-buffer: Check if ring buffer iterator has stale data 15 years ago
Steven Rostedt 0e1ff5d72a ring-buffer: Add rb_list_head() wrapper around new reader page next field 15 years ago
David Sharp 5ded3dc6a3 ring-buffer: Wrap a list.next reference with rb_list_head() 15 years ago
Christoph Lameter 79615760f3 local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c 15 years ago
Thomas Gleixner 0199c4e68d locking: Convert __raw_spin* functions to arch_spin* 15 years ago
Thomas Gleixner edc35bd72e locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED 15 years ago
Thomas Gleixner 445c89514b locking: Convert raw_spinlock to arch_spinlock 15 years ago
Steven Rostedt dd7f594357 ring-buffer: Move resize integrity check under reader lock 15 years ago
Steven Rostedt 184210154b ring-buffer: Use sync sched protection on ring buffer resizing 15 years ago
Steven Rostedt 5a50e33cc9 ring-buffer: Move access to commit_page up into function used 15 years ago
Lai Jiangshan f7112949f6 ring-buffer: Synchronize resizing buffer with reader lock 15 years ago
Jiri Olsa 6d3f1e12f4 tracing: Remove cpu arg from the rb_time_stamp() function 16 years ago
Jiri Olsa 67b394f7f2 tracing: Fix comment typo and documentation example 16 years ago
Tom Zanussi 26a50744b2 tracing/events: Add 'signed' field to format files 16 years ago
Jaswinder Singh Rajput a0f320f487 includecheck fix: kernel/trace, ring_buffer.c 16 years ago
Steven Rostedt 08a4081617 ring-buffer: typecast cmpxchg to fix PowerPC warning 16 years ago
Robert Richter d8eeb2d3b2 ring-buffer: consolidate interface of rb_buffer_peek() 16 years ago
Steven Rostedt 85bac32c4a ring-buffer: only enable ring_buffer_swap_cpu when needed 16 years ago
Steven Rostedt 62f0b3eb5c ring-buffer: check for swapped buffers in start of committing 16 years ago
Steven Rostedt 077c5407cd ring-buffer: disable all cpu buffers when one finds a problem 16 years ago
Steven Rostedt a1863c212b ring-buffer: do not count discarded events 16 years ago
Steven Rostedt dc892f7339 ring-buffer: remove ring_buffer_event_discard 16 years ago
Steven Rostedt 7e9391cfed ring-buffer: fix ring_buffer_read crossing pages 16 years ago
Steven Rostedt 1b959e18c4 ring-buffer: remove unnecessary cpu_relax 16 years ago
Steven Rostedt 98277991a9 ring-buffer: do not swap buffers during a commit 16 years ago
Steven Rostedt 41b6a95d69 ring-buffer: do not reset while in a commit 16 years ago
Eric Dumazet bd3f02212d ring-buffer: Fix memleak in ring_buffer_free() 16 years ago
Robert Richter 469535a598 ring-buffer: Fix advance of reader in rb_buffer_peek() 16 years ago
Steven Rostedt 464e85eb0e ring-buffer: do not disable ring buffer on oops_in_progress 16 years ago
Steven Rostedt 0f2541d299 ring-buffer: fix check of try_to_discard result 16 years ago
Lai Jiangshan da706d8bc8 ring_buffer: Fix warning while ignoring cmpxchg return value 16 years ago
Steven Rostedt 77ae365eca ring-buffer: make lockless 16 years ago
Steven Rostedt 3adc54fa82 ring-buffer: make the buffer a true circular link list 16 years ago
Paul Mundt 1155de47cd ring-buffer: Make it generally available 16 years ago
Steven Rostedt 8d707e8eb4 ring-buffer: do not grab locks in nmi 16 years ago
Steven Rostedt d47882078f ring-buffer: add locks around rb_per_cpu_empty 16 years ago
Steven Rostedt 5f78abeebb ring-buffer: check for less than two in size allocation 16 years ago
Steven Rostedt 0dcd4d6c3e ring-buffer: remove useless compile check for buffer_page size 16 years ago