tracing: convert the sched trace points to the TRACE_EVENT macros
[safe/jmp/linux-2.6] / kernel /
2009-03-10 Steven Rostedttracing: new format for specialized trace points
2009-03-10 Steven Rostedttracing: use generic __stringify
2009-03-10 Steven Rostedttracing: replace TP<var> with TP_<var>
2009-03-10 Steven Rostedttracing: typecast sizeof and offsetof to unsigned int
2009-03-06 Ingo Molnartracing: trace_bprintk() cleanups
2009-03-06 Frederic Weisbeckertracing/core: drop the old trace_printk() implementatio...
2009-03-06 Lai Jiangshantracing: add trace_bprintk()
2009-03-06 Lai Jiangshantracing: infrastructure for supporting binary record
2009-03-06 KOSAKI Motohirotracing: fix deadlock when setting set_ftrace_pid
2009-03-06 KOSAKI Motohirotracing: current tip/master can't enable ftrace
2009-03-06 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-06 Ingo MolnarMerge branches 'tracing/ftrace' and 'tracing/function...
2009-03-06 Steven Rostedttracing: add format files for ftrace default entries
2009-03-06 Steven Rostedttracing: move print of event format to separate file
2009-03-06 Steven Rostedttracing: make all file_operations const
2009-03-05 Ingo Molnartracing: clean up menu
2009-03-05 Frederic Weisbeckertracing/function-graph-tracer: use the more lightweight...
2009-03-05 Ingo Molnartracing: rename ftrace_printk() => trace_printk()
2009-03-05 Steven Rostedttracing: have latency tracers set the latency format
2009-03-05 Steven Rostedttracing: consolidate print_lat_fmt and print_trace_fmt
2009-03-05 Steven Rostedttracing: remove extra latency_trace method from trace...
2009-03-05 Steven Rostedttracing: add latency output format option
2009-03-05 Steven Rostedttracing: fix seq read from trace files
2009-03-05 Steven Rostedttracing: do not return EFAULT if read copied anything
2009-03-05 Steven Rostedtring-buffer: fix timestamp in partial ring_buffer_page_read
2009-03-04 Steven Rostedttracing: add cpu_file intialization for ftrace_dump
2009-03-04 Peter Zijlstratracing: add lockdep tracepoints for lock acquire/release
2009-03-04 Ingo MolnarMerge branch 'core/locking' into tracing/ftrace
2009-03-04 Peter Zijlstralockdep: remove extra "irq" string
2009-03-04 Peter Zijlstralockdep: fix incorrect state name
2009-03-04 Ingo MolnarMerge branch 'rfc/splice/tip/tracing/ftrace' of git...
2009-03-04 Ingo MolnarMerge branch 'tracing/ftrace'; commit 'v2.6.29-rc7...
2009-03-04 Steven Rostedttracing: add binary buffer files for use with splice
2009-03-04 Steven Rostedtring-buffer: make ring_buffer_read_page read from start...
2009-03-04 Steven Rostedtring-buffer: replace sizeof of event header with offsetof
2009-03-04 Steven Rostedtring-buffer: fix ring_buffer_read_page
2009-03-04 Steven Rostedtring-buffer: reset write field for ring_buffer_read_page
2009-03-03 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-03-03 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-03-03 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-03 Steven Rostedttracing: fix return value to registering events
2009-03-02 Roland McGrathx86-64: seccomp: fix 32/64 syscall hole
2009-03-02 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-02 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/mmiotrace...
2009-03-02 Steven Rostedttracing: add print format to event trace format files
2009-03-02 Steven Rostedttracing: add trace name and id to event formats
2009-03-02 Steven Rostedttracing: add ftrace headers to event format files
2009-03-02 Steven Rostedttracing: add format file to describe event struct fields
2009-03-02 Steven Rostedttracing: make trace_seq_reset global and rename to...
2009-03-02 Steven Rostedttracing: add protection around modify trace event fields
2009-03-02 Steven Rostedttracing: add TRACE_FIELD_SPECIAL to record complex...
2009-02-28 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-02-28 Steven Rostedttracing: add raw fast tracing interface for trace events
2009-02-28 Steven Rostedttracing: add raw trace point recording infrastructure
2009-02-28 Steven Rostedttracing: add interface to write into current tracer...
2009-02-28 Steven Rostedttracing: make the set_event and available_events subsys...
2009-02-28 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-02-28 Steven Rostedttracing: add subsystem level to trace events
2009-02-28 Steven Rostedttracing: move trace point formats to files in include...
2009-02-28 David HowellsFix recursive lock in free_uid()/free_user_ns()
2009-02-27 Steven Rostedttracing: replace kzalloc with kcalloc
2009-02-27 Dhaval Gianisched: don't allow setuid to succeed if the user does...
2009-02-27 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-02-27 Ingo MolnarMerge branch 'sched/clock' into tracing/ftrace
2009-02-27 Steven Rostedttracing: use newline separator for trace options list
2009-02-27 Steven Rostedttracing: use pointer error returns for __tracing_open
2009-02-27 Steven Rostedttracing: add protection around open use of current_tracer
2009-02-27 Steven Rostedttracing: add tracer dependent options to options directory
2009-02-27 Steven Rostedttracing: add options directory and core option files
2009-02-26 Ingo MolnarMerge branch 'sched/clock' into tracing/ftrace
2009-02-26 Ingo Molnarsched: allow architectures to specify sched_clock_stable
2009-02-26 Ingo Molnartracing: implement trace_clock_*() APIs
2009-02-26 Ingo Molnarsched: sched_clock() improvement: use in_nmi()
2009-02-26 Jason Barontracing, genirq: add irq enter and exit trace events
2009-02-26 Hiroshi Shimamotosched_rt: don't start timer when rt bandwidth disabled
2009-02-26 Frederic Weisbeckertracing/core: make the per cpu trace files in per cpu...
2009-02-26 Paul E. McKenneyrcu: Teach RCU that idle task is not quiscent state...
2009-02-26 Ingo MolnarMerge branch 'tip/tracing/ftrace' of ssh:///linux/kerne...
2009-02-26 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/hw-branch...
2009-02-26 Steven Rostedttracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
2009-02-25 Frederic Weisbeckertracing/core: make the read callbacks reentrants
2009-02-25 Frederic Weisbeckertracing/core: introduce per cpu tracing files
2009-02-25 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-02-25 Ingo Molnartracing: remove /debug/tracing/latency_trace
2009-02-25 Ingo Molnartracing/hw-branch-tracing: convert bts-tracer mutex...
2009-02-25 Steven Rostedttracing: make event directory structure
2009-02-25 Steven Rostedttracing: add schedule events to event trace
2009-02-25 Steven Rostedttracing: add event trace infrastructure
2009-02-24 Markus Metzgerx86, ftrace: fix section mismatch in hw-branch-tracer
2009-02-24 Ingo MolnarMerge branch 'tracing/ftrace'; commit 'v2.6.29-rc6...
2009-02-22 Rafael J. WysockiPM: Split up sysdev_[suspend|resume] from device_power_...
2009-02-22 Ingo MolnarMerge branch 'tip/x86/ftrace' of git://git./linux/kerne...
2009-02-21 Linus TorvaldsMerge branch 'hibernate'
2009-02-21 Arve HjønnevågPM: Fix suspend_console and resume_console to use only...
2009-02-21 Arve HjønnevågPM: Wait for console in resume
2009-02-21 Andrey BorzenkovPM: Fix pm_notifiers during user mode hibernation
2009-02-21 Rafael J. WysockiPM: fix build for CONFIG_PM unset
2009-02-21 Arjan van de VenPM/resume: wait for device probing to finish
2009-02-20 Steven Rostedtftrace: break out modify loop immediately on detection...
2009-02-20 Steven Rostedtftrace: allow archs to preform pre and post process...
next