Commit Graph

254 Commits (d8d386c10630d8f7837700f4c466443d49e12cc0)

Author SHA1 Message Date
Steven Rostedt (Red Hat) 6721cb6002 ring-buffer: Do not poll non allocated cpu buffers 12 years ago
Steven Rostedt (Red Hat) 6c43e554a2 ring-buffer: Add ring buffer startup selftest 12 years ago
Steven Rostedt (Red Hat) f5eb558826 ring-buffer: Do not use schedule_work_on() for current CPU 12 years ago
Steven Rostedt (Red Hat) f1dc672588 ring-buffer: Init waitqueue for blocked readers 12 years ago
Steven Rostedt (Red Hat) 15693458c4 tracing/ring-buffer: Move poll wake ups into ring buffer code 12 years ago
James Hogan 649508f684 trace/ring_buffer: handle 64bit aligned structs 12 years ago
Steven Rostedt (Red Hat) ad964704ba ring-buffer: Add stats field for amount read from trace ring buffer 12 years ago
Steven Rostedt 0b07436d95 ring-buffer: Remove trace.h from ring_buffer.c 12 years ago
Steven Rostedt 567cd4da54 ring-buffer: User context bit recursion checking 12 years ago
Steven Rostedt 771e03842a ring-buffer: Remove unnecessary recusive call in rb_advance_iter() 12 years ago
Steven Rostedt 9366c1ba13 ring-buffer: Fix race between integrity check and readers 12 years ago
Steven Rostedt 54f7be5b83 ring-buffer: Fix NULL pointer if rb_set_head_page() fails 12 years ago
Yoshihiro YUNOMAE 50ecf2c3af ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 12 years ago
David Sharp 01e3e710a9 tracing: Trivial cleanup 12 years ago
Slava Pestov 884bfe89a4 ring-buffer: Add a 'dropped events' counter 12 years ago
Vaibhav Nagarnaik 8e49f418c9 ring-buffer: Check for uninitialized cpu buffer before resizing 12 years ago
Wang Tianhong 87abb3b15c tracing/trivial: Fix some typos in kernel/trace 13 years ago
Vaibhav Nagarnaik 48fdc72f23 ring-buffer: Fix accounting of entries when removing pages 13 years ago
Vaibhav Nagarnaik 44b99462d9 ring-buffer: Fix crash due to uninitialized new_pages list head 13 years ago
Steven Rostedt a5fb833172 ring-buffer: Fix uninitialized read_stamp 13 years ago
Steven Rostedt 6a31e1f135 ring-buffer: Check for valid buffer before changing size 13 years ago
Vaibhav Nagarnaik 05fdd70d2f ring-buffer: Merge separate resize loops 13 years ago
Steven Rostedt 308f7eeb78 ring-buffer: Reset head page before running self test 13 years ago
Steven Rostedt 659f451ff2 ring-buffer: Add integrity check at end of iter read 13 years ago
Vaibhav Nagarnaik 5040b4b7bc ring-buffer: Make addition of pages in ring buffer atomic 13 years ago
Vaibhav Nagarnaik 83f40318da ring-buffer: Make removal of ring buffer pages atomic 13 years ago
Vaibhav Nagarnaik 438ced1720 ring-buffer: Add per_cpu ring buffer control files 13 years ago
Steven Rostedt 499e547057 tracing/ring-buffer: Only have tracing_on disable tracing buffers 13 years ago
Thomas Gleixner 5389f6fad2 locking, tracing: Annotate tracing locks as raw 14 years ago
Vaibhav Nagarnaik c64e148a3b trace: Add ring buffer stats to measure rate of events 14 years ago
Vaibhav Nagarnaik d7ec4bfed6 ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process 14 years ago
Peter Huewe 22fe9b54d8 tracing: Convert to kstrtoul_from_user 14 years ago
Vaibhav Nagarnaik 7ea5906405 tracing: Use NUMA allocation for per-cpu ring buffer pages 14 years ago
Steven Rostedt b1cff0ad10 ftrace: Add internal recursive checks 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Jiri Olsa 31274d72f0 tracing: Explain about unstable clock on resume with ring buffer warning 14 years ago
David Sharp de29be5e71 ring-buffer: Remove unused #include <linux/trace_irq.h> 14 years ago
David Sharp 750912fa36 tracing: Add an 'overwrite' trace_option. 14 years ago
Ingo Molnar e9345aab67 Revert "tracing: Add unstable sched clock note to the warning" 14 years ago
Jiri Olsa 5e38ca8f3e tracing: Add unstable sched clock note to the warning 14 years ago
Jesper Juhl 42b16b3fbb Kill off warning: ‘inline’ is not at beginning of declaration 14 years ago
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 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 14 years ago