- fa1b47d ring-buffer: add ring_buffer_discard_commit by Steven Rostedt · 16 years ago
- 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 16 years ago
- 2e57289 ring-buffer: do not remove reader page from list on ring buffer free by Steven Rostedt · 16 years ago
- 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 16 years ago
- 2d62271 tracing: add ring_buffer_event_discard() to ring buffer by Tom Zanussi · 16 years ago
- 09c9e84 tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit by Frederic Weisbecker · 16 years ago
- 3bf832c tracing/ring-buffer: fix non cpu hotplug case by Frederic Weisbecker · 16 years ago
- 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 16 years ago
- 5cc9854 ring-buffer: document reader page design by Steven Rostedt · 16 years ago
- 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 16 years ago
- 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 16 years ago
- 554f786 ring-buffer: only allocate buffers for online cpus by Steven Rostedt · 16 years ago
- 5e2336a tracing: make all file_operations const by Steven Rostedt · 16 years ago
- 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 16 years ago
- 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 16 years ago
- e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 16 years ago
- ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
- 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 16 years ago
- 14131f2 tracing: implement trace_clock_*() APIs by Ingo Molnar · 16 years ago
- 988ae9d ring-buffer: add tracing_is_on to test if ring buffer is enabled by Steven Rostedt · 16 years ago
- d351c8d Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- 45141d4 ring-buffer: rename label out_unlock to out_reset by Steven Rostedt · 16 years ago
- 00f62f6 ring_buffer: pahole struct ring_buffer by Arnaldo Carvalho de Melo · 16 years ago
- 5e39841 tracing: fix sparse warnings: fix (un-)signedness by Hannes Eder · 16 years ago
- c3706f0 tracing: fix typos in comments by Wenji Huang · 16 years ago
- 667d241 ring_buffer: fix ring_buffer_read_page() by Lai Jiangshan · 16 years ago
- b85fa01 ring_buffer: fix typing mistake by Lai Jiangshan · 16 years ago
- 44b0635 Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
- a81bd80 ring-buffer: use generic version of in_nmi by Steven Rostedt · 16 years ago
- 78d904b ring-buffer: add NMI protection for spinlocks by Steven Rostedt · 16 years ago
- 0a98775 ring_buffer: remove unused flags parameter by Arnaldo Carvalho de Melo · 16 years ago
- 4a66a82 Merge branches 'tracing/blktrace', 'tracing/kmemtrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 91a8d07 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 16 years ago
- 69507c0 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 16 years ago
- 97b17ef ring-buffer: do not swap if recording is disabled by Steven Rostedt · 16 years ago
- 551b404 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 16 years ago
- 082605d ring-buffer: fix alignment problem by Steven Rostedt · 16 years ago
- 6f3b344 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 16 years ago
- 67d3472 kernel/trace/ring_buffer.c: use DIV_ROUND_UP by Andrew Morton · 16 years ago
- 34a148b kernel/trace/ring_buffer.c: reduce inlining by Andrew Morton · 16 years ago
- 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
- 465634a ring_buffer: fix ring_buffer_event_length() by Robert Richter · 16 years ago
- 9e01c1b cpumask: convert kernel trace functions by Rusty Russell · 16 years ago
- 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 98db8df ring-buffer: prevent false positive warning by Steven Rostedt · 16 years ago
- a8ccf1d ring-buffer: fix dangling commit race by Steven Rostedt · 16 years ago
- 6d102bc tracing/ring-buffer: remove unused ring_buffer size by Lai Jiangshan · 16 years ago
- 2c2d732 tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_stamp() by Frederic Weisbecker · 16 years ago
- c4f5018 ring_buffer: adding EXPORT_SYMBOLs by Robert Richter · 16 years ago
- 68814b5 ring_buffer: update description for ring_buffer_alloc() by Robert Richter · 16 years ago
- 044fa78 ring-buffer: change "page" variable names to "bpage" by Steven Rostedt · 16 years ago
- 8789a9e ring-buffer: read page interface by Steven Rostedt · 16 years ago
- abc9b56 ring-buffer: move some metadata into buffer page by Steven Rostedt · 16 years ago
- 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 16 years ago
- 033601a ring-buffer: add tracing_off_permanent by Steven Rostedt · 16 years ago
- 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 641d2f6 trace: introduce missing mutex_unlock() by Vegard Nossum · 16 years ago
- c91add5 Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- ee51a1d tracing: fix mmiotrace resizing crash by Ingo Molnar · 16 years ago
- 24de386 Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 642edba ring-buffer: fix deadlock from reader_lock in read_start by Steven Rostedt · 16 years ago
- 47e74f2 ring-buffer: no preempt for sched_clock() by Steven Rostedt · 16 years ago
- d06bbd6 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 3e89c7bb ring-buffer: clean up warn ons by Steven Rostedt · 16 years ago
- a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 16 years ago
- f83c9d0 ring-buffer: add reader lock by Steven Rostedt · 16 years ago
- f536aaf ring-buffer: replace most bug ons with warn on and disable buffer by Steven Rostedt · 16 years ago
- e0cb4eb Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 16 years ago
- 4143c5c ring-buffer: prevent infinite looping on time stamping by Steven Rostedt · 16 years ago
- a6b0786 Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 3e03fb7 ring-buffer: convert to raw spinlocks by Steven Rostedt · 16 years ago
- 182e9f5 ftrace: insert in the ftrace_preempt_disable()/enable() functions by Steven Rostedt · 16 years ago
- 818e3dd tracing, ring-buffer: add paranoid checks for loops by Steven Rostedt · 16 years ago
- e2862c9 trace: fix printk warning for u64 by Stephen Rothwell · 16 years ago
- 6ae2a07 ring-buffer: fix free page by Steven Rostedt · 16 years ago
- bf41a15 ring-buffer: make reentrant by Steven Rostedt · 16 years ago
- 6f807ac ring-buffer: move page indexes into page headers by Steven Rostedt · 16 years ago
- aa1e0e3b ring_buffer: map to cpu not page by Steven Rostedt · 16 years ago
- 77ae11f ring-buffer: fix build error by Ingo Molnar · 16 years ago
- e4c2ce8 ring_buffer: allocate buffer page pointer by Steven Rostedt · 16 years ago
- d769041 ring_buffer: implement new locking by Steven Rostedt · 16 years ago
- 70255b5 ring_buffer: remove raw from local_irq_save by Steven Rostedt · 16 years ago
- ed56829 ring_buffer: reset buffer page when freeing by Steven Rostedt · 16 years ago
- a7b1374 ring_buffer: add paranoid check for buffer page by Steven Rostedt · 16 years ago
- 7a8e76a tracing: unified trace buffer by Steven Rostedt · 16 years ago