Age | Commit message (Expand) | Author | Files | Lines |
2009-03-13 | tracing: tracepoints for softirq entry/exit - add softirq-to-name array | Jason Baron | 1 | -1/+8 |
2009-03-13 | tracing: explain why stack tracer is empty | Steven Rostedt | 1 | -0/+15 |
2009-03-13 | tracing: fix stack tracer header | Steven Rostedt | 1 | -2/+2 |
2009-03-13 | tracing: export trace formats to user space | Steven Rostedt | 1 | -5/+114 |
2009-03-13 | tracing: have event_trace_printk use static tracer | Steven Rostedt | 2 | -10/+17 |
2009-03-13 | tracing: make bprint event use the proper event id | Steven Rostedt | 1 | -1/+1 |
2009-03-13 | tracing/core: bring back raw trace_printk for dynamic formats strings | Frederic Weisbecker | 7 | -26/+186 |
2009-03-13 | tracing: show that buffer size is not expanded | Steven Rostedt | 1 | -2/+10 |
2009-03-13 | ring-buffer: remove unneeded get_online_cpus | Steven Rostedt | 1 | -76/+14 |
2009-03-13 | ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG | Steven Rostedt | 1 | -5/+5 |
2009-03-13 | tracing: protect ring_buffer_expanded with trace_types_lock | Steven Rostedt | 1 | -1/+4 |
2009-03-13 | tracing: fix comments about trace buffer resizing | Steven Rostedt | 1 | -3/+16 |
2009-03-13 | Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Steven Rostedt | 25 | -131/+231 |
2009-03-13 | Merge branch 'core/locking' into tracing/ftrace | Ingo Molnar | 3 | -16/+9 |
2009-03-13 | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] | Ingo Molnar | 1 | -2/+2 |
2009-03-13 | Merge branch 'linus' into core/locking | Ingo Molnar | 4 | -14/+18 |
2009-03-12 | ring-buffer: only allocate buffers for online cpus | Steven Rostedt | 2 | -56/+216 |
2009-03-12 | tracing: fix trace_wait to know to wait on all cpus or just one | Steven Rostedt | 1 | -0/+13 |
2009-03-12 | tracing: expand the ring buffers when an event is activated | Steven Rostedt | 3 | -0/+31 |
2009-03-12 | tracing: keep ring buffer to minimum size till used | Steven Rostedt | 1 | -20/+59 |
2009-03-11 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 1 | -3/+7 |
2009-03-11 | kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users | Dhaval Giani | 1 | -7/+7 |
2009-03-11 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 11 | -90/+116 |
2009-03-11 | Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/... | Ingo Molnar | 2 | -7/+10 |
2009-03-11 | tracing: use raw spinlocks for trace_vprintk | Steven Rostedt | 1 | -3/+7 |
2009-03-10 | trace_clock: fix preemption bug | Peter Zijlstra | 1 | -1/+8 |
2009-03-10 | tracing: remove funky whitespace in the trace code | Steven Rostedt | 8 | -70/+70 |
2009-03-10 | tracing: update comments to match event code macros | Steven Rostedt | 3 | -11/+12 |
2009-03-10 | tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro | Steven Rostedt | 3 | -4/+4 |
2009-03-10 | tracing: add back the available_events file | Steven Rostedt | 1 | -0/+14 |
2009-03-10 | tracing: do not allow modifying the ftrace events via the event files | Steven Rostedt | 1 | -3/+15 |
2009-03-10 | tracing: fix printk format specifier | Steven Rostedt | 1 | -7/+6 |
2009-03-10 | tracing: Don't assume possible cpu list have continuous numbers | KOSAKI Motohiro | 1 | -7/+7 |
2009-03-10 | Merge branch 'x86/core' into tracing/ftrace | Ingo Molnar | 2 | -2/+2 |
2009-03-10 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 10 | -316/+158 |
2009-03-10 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ... | Ingo Molnar | 3 | -13/+13 |
2009-03-10 | Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ... | Ingo Molnar | 2 | -1/+2 |
2009-03-10 | tracing: remove obsolete TRACE_EVENT_FORMAT macro | Steven Rostedt | 2 | -8/+1 |
2009-03-10 | tracing: new format for specialized trace points | Steven Rostedt | 7 | -217/+124 |
2009-03-10 | tracing: use generic __stringify | Steven Rostedt | 3 | -9/+5 |
2009-03-10 | tracing: replace TP<var> with TP_<var> | Steven Rostedt | 5 | -80/+25 |
2009-03-10 | tracing: typecast sizeof and offsetof to unsigned int | Steven Rostedt | 3 | -18/+19 |
2009-03-09 | copy_process: fix CLONE_PARENT && parent_exec_id interaction | Oleg Nesterov | 1 | -6/+5 |
2009-03-09 | Fix fixpoint divide exception in acct_update_integrals | Heiko Carstens | 1 | -1/+5 |
2009-03-09 | tracing: Don't use tracing_record_cmdline() in workqueue tracer | KOSAKI Motohiro | 1 | -3/+2 |
2009-03-08 | ftrace: tracing header should put '#' at the beginning of a line | KOSAKI Motohiro | 1 | -10/+10 |
2009-03-08 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing... | Ingo Molnar | 18 | -86/+183 |
2009-03-06 | tracing: trace_bprintk() cleanups | Ingo Molnar | 2 | -17/+8 |
2009-03-06 | tracing/core: drop the old trace_printk() implementation in favour of trace_b... | Frederic Weisbecker | 9 | -280/+126 |
2009-03-06 | tracing: add trace_bprintk() | Lai Jiangshan | 3 | -10/+98 |