Merge branch 'linus' into tracing/sysprof
[pandora-kernel.git] / kernel / trace /
2008-06-25 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-05-24 Thomas Gleixnersysprof: make it depend on X86
2008-05-23 Soeren Sandmannftrace/sysprof: don't trace the user stack if we are...
2008-05-23 Ingo Molnarsysprof: update copyrights
2008-05-23 Soeren Sandmann... sysprof: kernel trace
2008-05-23 Thomas Gleixnerftrace: make it more available in the Kconfig
2008-05-23 Thomas Gleixnerftrace: fix __trace_special()
2008-05-23 Thomas Gleixnerftrace: remove notrace
2008-05-23 Ingo Molnarftrace: sysprof updates
2008-05-23 Ingo Molnarftrace: sysprof fix
2008-05-23 Ingo Molnarftrace: make sysprof dependent on x86 for now
2008-05-23 Ingo Molnarftrace: sysprof plugin improvement
2008-05-23 Ingo Molnarftrace: sysprof-plugin, add self-tests
2008-05-23 Ingo Molnarftrace: extend sysprof plugin some more
2008-05-23 Ingo Molnarftrace: extend sysprof plugin
2008-05-23 Ingo Molnarftrace: add sysprof plugin
2008-05-23 Steven Rostedtftrace: add have dynamic ftrace config for archs
2008-05-23 Steven Rostedtftrace: support for PowerPC
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Ingo Molnarftrace: fix mcount export bug
2008-05-23 David Millerftrace: remove packed attribute on ftrace_page.
2008-05-23 Ingo Molnarftrace: stacktrace fix
2008-05-23 Mathieu DesnoyersPort ftrace to markers
2008-05-23 Steven Rostedtftrace: limit trace entries
2008-05-23 Pekka Paalanenftrace: add readpos to struct trace_seq; add trace_seq_...
2008-05-23 Steven Rostedtftrace: use raw_smp_processor_id for mcount functions
2008-05-23 Ingo Molnarftrace: special stacktrace
2008-05-23 Ingo Molnarftrace: trace faster
2008-05-23 Steven Rostedtftrace: fix setting of pos in read_pipe
2008-05-23 Steven Rostedtftrace: add trace pipe header pluggin
2008-05-23 Steven Rostedtftrace: add logic to record overruns
2008-05-23 Steven Rostedtftrace: fix comm on function trace output
2008-05-23 Steven Rostedtftrace: comment code
2008-05-23 Steven Rostedtftrace: modulize the number of CPU buffers
2008-05-23 Steven Rostedtftrace: replace simple_strtoul with strict_strtoul
2008-05-23 Steven Rostedtftrace: simple clean ups
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Thomas Gleixnerftrace: simplify hexprint
2008-05-23 Steven Rostedtftrace: trace_entries to dynamically change trace buffe...
2008-05-23 Steven Rostedtftrace: user proper API for setting RT prios in selftest
2008-05-23 Steven Rostedtftrace: trace_pipe implement NONBLOCK
2008-05-23 Steven Rostedtftrace: return EOF in trace_pipe on change of tracer
2008-05-23 Steven Rostedtftrace: restore iterator trace in pipe read
2008-05-23 Steven Rostedtftrace: allow trace_pipe to block on all reads
2008-05-23 Ankita Gargftrace: fix conversion of task state to char in latency...
2008-05-23 Thomas Gleixnerftrace: move enums to ftrace.h and make helper function...
2008-05-23 Steven Rostedtftrace: selftest protect againt max flip
2008-05-23 Steven Rostedtftrace: fix mutex unlock in trace output
2008-05-23 Steven Rostedtftrace: add UNINTERRUPTIBLE state for kftraced on disable
2008-05-23 Ingo Molnarftrace: restrict tracing to HAVE_FTRACE architectures
2008-05-23 Steven Rostedtftrace: user raw_spin_lock in tracing
2008-05-23 Steven Rostedtftrace: irqsoff use raw_smp_processor_id
2008-05-23 Ingo Molnarftrace: remove add-hoc code
2008-05-23 Steven Rostedtftrace: fix dynamic ftrace selftest
2008-05-23 Steven Rostedtftrace: add TRACE_STACK and TRACE_SPECIAL to selftest...
2008-05-23 Steven Rostedtftrace: printk and trace irqsoff and wakeups
2008-05-23 Steven Rostedtftrace: remove wakeup from function trace
2008-05-23 Ingo Molnarftrace: make it more available in the Kconfig
2008-05-23 Peter Zijlstraftrace: trace next state
2008-05-23 Ingo Molnarftrace: sched special
2008-05-23 Ingo Molnarftrace: include cpu in stacktrace
2008-05-23 Ingo Molnarftrace: iter ctrl fix
2008-05-23 Ingo Molnarftrace: fix cmdline tracing
2008-05-23 Ingo Molnarftrace: make use of tracing_cpumask
2008-05-23 Ingo Molnarftrace: add tracing_cpumask
2008-05-23 Ingo Molnarftrace: trace scheduler rbtree
2008-05-23 Ingo Molnarftrace: fix __trace_special()
2008-05-23 Ingo Molnarftrace: fix wakeups
2008-05-23 Ingo Molnarftrace: sched tracer, trace full rbtree
2008-05-23 Ingo Molnarftrace: make nostacktrace the default
2008-05-23 Ingo Molnarftrace: sched tracer fix
2008-05-23 Ingo Molnarftrace: add stack tracing
2008-05-23 Ingo Molnarftrace: add wakeup events to sched tracer
2008-05-23 Ingo Molnarftrace: remove notrace
2008-05-23 Ingo Molnarftrace: disable -pg for the tracer itself
2008-05-23 Steven Rostedtftrace: remove address of function names
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Steven Rostedtftrace: add trace_function api for other tracers to use
2008-05-23 Soeren Sandmann... ftrace: allow the event pipe to be polled
2008-05-23 Ingo Molnarftrace: build fix
2008-05-23 Ingo Molnarftrace: introduce the "hex" output method
2008-05-23 Ingo Molnarftrace: build fix
2008-05-23 Ingo Molnarftrace: use cpu clock again
2008-05-23 Steven Rostedtftrace: enabled tracing by default
2008-05-23 Steven Rostedtftrace: disable tracing on failure
2008-05-23 Steven Rostedtftrace - fix dynamic ftrace memory leak
2008-05-23 Steven Rostedtftrace: pipe fixes
2008-05-23 Ingo Molnarftrace, locking fix
2008-05-23 Ingo Molnarftrace: add trace_special()
2008-05-23 Ingo Molnarftrace: bin-output
2008-05-23 Ingo Molnarftrace: add raw output
2008-05-23 Ingo Molnarftrace: clean-up-pipe-iteration
2008-05-23 Ingo Molnarftrace: remove-idx-sync
2008-05-23 Ingo Molnarftrace: fast, scalable, synchronized timestamps
2008-05-23 Ingo Molnarftrace: timestamp syncing, prepare
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Ingo Molnarftrace: fix locking
2008-05-23 Steven Rostedtftrace: user run time file reading
2008-05-23 Steven Rostedtftrace: add a buffer for output
next