aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-12ring-buffer: document reader page designSteven Rostedt1-0/+68
2009-03-12tracing: show event name in trace for TRACE_EVENT created eventsSteven Rostedt1-1/+1
2009-03-12tracing: Don't use tracing_record_cmdline() in workqueue tracer fixKOSAKI Motohiro1-6/+14
2009-03-12tracing: tracepoints for softirq entry/exit - tracepointsJason Baron1-1/+6
2009-03-12tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron1-1/+8
2009-03-12tracing: explain why stack tracer is emptySteven Rostedt1-0/+15
2009-03-12tracing: fix stack tracer headerSteven Rostedt1-2/+2
2009-03-12tracing: export trace formats to user spaceSteven Rostedt1-5/+114
2009-03-12tracing: have event_trace_printk use static tracerSteven Rostedt2-10/+17
2009-03-12tracing: make bprint event use the proper event idSteven Rostedt1-1/+1
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker7-26/+186
2009-03-12tracing: show that buffer size is not expandedSteven Rostedt1-2/+10
2009-03-12ring-buffer: remove unneeded get_online_cpusSteven Rostedt1-76/+14
2009-03-12ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUGSteven Rostedt1-5/+5
2009-03-12tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt1-1/+4
2009-03-12tracing: fix comments about trace buffer resizingSteven Rostedt1-3/+16
2009-03-12Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/ftrace-mergeSteven Rostedt25-131/+231
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar3-16/+9
2009-03-13locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar1-2/+2
2009-03-13Merge branch 'linus' into core/lockingIngo Molnar4-14/+18
2009-03-11ring-buffer: only allocate buffers for online cpusSteven Rostedt2-56/+216
2009-03-11tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt1-0/+13
2009-03-11tracing: expand the ring buffers when an event is activatedSteven Rostedt3-0/+31
2009-03-11tracing: keep ring buffer to minimum size till usedSteven Rostedt1-20/+59
2009-03-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-3/+7
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani1-7/+7
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar11-90/+116
2009-03-10Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/coreIngo Molnar2-7/+10
2009-03-10tracing: use raw spinlocks for trace_vprintkSteven Rostedt1-3/+7
2009-03-10trace_clock: fix preemption bugPeter Zijlstra1-1/+8
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt8-70/+70
2009-03-10tracing: update comments to match event code macrosSteven Rostedt3-11/+12
2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt3-4/+4
2009-03-10tracing: add back the available_events fileSteven Rostedt1-0/+14
2009-03-10tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt1-3/+15
2009-03-10tracing: fix printk format specifierSteven Rostedt1-7/+6
2009-03-10tracing: Don't assume possible cpu list have continuous numbersKOSAKI Motohiro1-7/+7
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar2-2/+2
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar10-316/+158
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/coreIngo Molnar3-13/+13
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/coreIngo Molnar2-1/+2
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2-8/+1
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt7-217/+124
2009-03-10tracing: use generic __stringifySteven Rostedt3-9/+5
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt5-80/+25
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt3-18/+19
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov1-6/+5
2009-03-09Fix fixpoint divide exception in acct_update_integralsHeiko Carstens1-1/+5
2009-03-09tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro1-3/+2
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro1-10/+10