summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi1-0/+2
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi1-2/+2
2009-03-24tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker1-5/+11
2009-03-24tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov1-1/+5
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker1-0/+3
2009-03-23debugfs: function to know if debugfs is initializedFrederic Weisbecker2-0/+24
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi2-7/+25
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi1-2/+10
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi1-4/+2
2009-03-23tracing/events: don't discard an event after commitFrederic Weisbecker1-2/+3
2009-03-23tracing/ftrace: make nop-tracer use polling wait for events on pipeFrederic Weisbecker1-0/+1
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker3-6/+24
2009-03-23tracing/events: make the filter files writableFrederic Weisbecker1-2/+2
2009-03-22tracing: add run-time field descriptions for event filtering, kfree fixIngo Molnar1-1/+6
2009-03-22tracing: add per-subsystem filteringTom Zanussi3-6/+175
2009-03-22tracing: add per-event filteringTom Zanussi5-0/+436
2009-03-22tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi2-23/+105
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev2-1/+2
2009-03-22tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.cDmitri Vorobiev1-0/+1
2009-03-22tracing: add run-time field descriptions for event filteringTom Zanussi4-10/+107
2009-03-22Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buff...Ingo Molnar3-14/+16
2009-03-22tracing: keep the tracing buffer after self-test failureFrederic Weisbecker1-1/+1
2009-03-22tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker2-4/+60
2009-03-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan1-2/+11
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan1-70/+22
2009-03-21blktrace: report EBUSY correctlyLi Zefan1-6/+3
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan1-3/+3
2009-03-21blktrace: remove blk_probe_mutexLi Zefan1-22/+5
2009-03-21blktrace: make blk_tracer_enabled a bool flagLi Zefan1-9/+3
2009-03-21blktrace: fix possible memory leakLi Zefan1-1/+1
2009-03-21tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinitFrederic Weisbecker1-4/+4
2009-03-20tracing, Text Edit Lock - kprobes architecture independent support, nommu fixIngo Molnar2-10/+12
2009-03-20ftrace: event profile hooksPeter Zijlstra6-8/+89
2009-03-20ftrace: ensure every event gets an idPeter Zijlstra2-1/+19
2009-03-20ftrace: provide an id file for each eventPeter Zijlstra1-0/+36
2009-03-20Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar9-179/+243
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar91-13236/+1399
2009-03-20aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-20eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-20Move cc-option to below arch-specific setupLinus Torvalds1-1/+3
2009-03-20Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds8-40/+48
2009-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-3/+59
2009-03-19function-graph: show binary events as commentsSteven Rostedt1-12/+28
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt5-16/+10
2009-03-19function-graph: calculate function depth within function graph tracerSteven Rostedt1-22/+69
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt3-34/+39
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds1-12/+11
2009-03-19Add '-fwrapv' to gcc CFLAGSLinus Torvalds1-0/+1
2009-03-19tracing/ring-buffer: fix non cpu hotplug caseFrederic Weisbecker1-0/+9