Commit Graph

207 Commits (6ed58ec520ad2b2fe3f955c8a5fd0eecafccebdf)

Author SHA1 Message Date
David Sharp e1e3592735 ring_buffer: Off-by-one and duplicate events in ring_buffer_read_page 14 years ago
Steven Rostedt b8b2663bd7 ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGE 14 years ago
Steven Rostedt d9abde2138 ring-buffer: Micro-optimize with some strategic inlining 14 years ago
Steven Rostedt 140ff89127 ring-buffer: Remove condition to add timestamp in fast path 14 years ago
Steven Rostedt 69d1b839f7 ring-buffer: Bind time extend and data events together 14 years ago
Steven Rostedt f25106aeab ring-buffer: Pass delta by value and not by reference 14 years ago
Steven Rostedt e8bc43e84f ring-buffer: Pass timestamp by value and not by reference 14 years ago
Steven Rostedt 747e94ae3d ring-buffer: Make write slow path out of line 15 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Steven Rostedt d01343244a ring-buffer: Fix typo of time extends per page 15 years ago
Andi Kleen b3bd3de66f gcc-4.6: kernel/*: Fix unused but set warnings 15 years ago
Steven Rostedt f6195aa09e ring-buffer: Place duplicate expression into a single function 15 years ago
Huang Ying 18fab912d4 tracing: Fix ring_buffer_read_page reading out of page boundary 15 years ago
Richard Kennedy 985023dee6 trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bit 15 years ago
Steven Rostedt 5168ae50a6 tracing: Remove ftrace_preempt_disable/enable 15 years ago
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