aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06tracing: trace_bprintk() cleanupsIngo Molnar2-17/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker9-280/+126
2009-03-06tracing: add trace_bprintk()Lai Jiangshan3-10/+98
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan6-0/+237
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-06tracing: current tip/master can't enable ftraceKOSAKI Motohiro1-0/+1
2009-03-06Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar10-76/+329
2009-03-06Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar1-1/+1
2009-03-05tracing: add format files for ftrace default entriesSteven Rostedt5-6/+255
2009-03-05tracing: move print of event format to separate fileSteven Rostedt2-52/+56
2009-03-05tracing: make all file_operations constSteven Rostedt4-19/+19
2009-03-05tracing: clean up menuIngo Molnar1-13/+16
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker1-1/+1
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2-5/+5
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt2-0/+16
2009-03-04tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt1-32/+7
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt5-36/+1
2009-03-04tracing: add latency output format optionSteven Rostedt2-23/+4
2009-03-04tracing: fix seq read from trace filesSteven Rostedt1-2/+2
2009-03-04tracing: do not return EFAULT if read copied anythingSteven Rostedt1-2/+12
2009-03-04ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt1-1/+5
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt1-0/+2
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra3-8/+27
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar11-318/+582
2009-03-04lockdep: remove extra "irq" stringPeter Zijlstra1-2/+2
2009-03-04lockdep: fix incorrect state namePeter Zijlstra1-2/+3
2009-03-04Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar3-41/+352
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar8-21/+73
2009-03-03tracing: add binary buffer files for use with spliceSteven Rostedt2-7/+268
2009-03-03ring-buffer: make ring_buffer_read_page read from start on partial pageSteven Rostedt1-10/+33
2009-03-03ring-buffer: replace sizeof of event header with offsetofSteven Rostedt1-1/+1
2009-03-03ring-buffer: fix ring_buffer_read_pageSteven Rostedt1-33/+59
2009-03-03ring-buffer: reset write field for ring_buffer_read_pageSteven Rostedt1-0/+1
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-14/+50
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-4/+19
2009-03-03Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-4/+4
2009-03-03tracing: fix return value to registering eventsSteven Rostedt1-4/+4
2009-03-02x86-64: seccomp: fix 32/64 syscall holeRoland McGrath1-3/+4
2009-03-02Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar6-14/+182
2009-03-02Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/coreIngo Molnar9-99/+664
2009-03-02tracing: add print format to event trace format filesSteven Rostedt1-0/+2
2009-03-02tracing: add trace name and id to event formatsSteven Rostedt1-1/+5
2009-03-02tracing: add ftrace headers to event format filesSteven Rostedt1-1/+26
2009-03-02tracing: add format file to describe event struct fieldsSteven Rostedt4-1/+110
2009-03-02tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt2-12/+13
2009-03-02tracing: add protection around modify trace event fieldsSteven Rostedt1-0/+7
2009-03-02tracing: add TRACE_FIELD_SPECIAL to record complex entriesSteven Rostedt3-0/+20
2009-02-28Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar8-94/+646