summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-03-04ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt-1/+5
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt-0/+2
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra-8/+10
2009-03-03tracing: add binary buffer files for use with spliceSteven Rostedt-7/+268
2009-03-03ring-buffer: make ring_buffer_read_page read from start on partial pageSteven Rostedt-10/+33
2009-03-03ring-buffer: replace sizeof of event header with offsetofSteven Rostedt-1/+1
2009-03-03ring-buffer: fix ring_buffer_read_pageSteven Rostedt-33/+59
2009-03-03ring-buffer: reset write field for ring_buffer_read_pageSteven Rostedt-0/+1
2009-03-03tracing: fix return value to registering eventsSteven Rostedt-4/+4
2009-03-02tracing: add print format to event trace format filesSteven Rostedt-0/+2
2009-03-02tracing: add trace name and id to event formatsSteven Rostedt-1/+5
2009-03-02tracing: add ftrace headers to event format filesSteven Rostedt-1/+26
2009-03-02tracing: add format file to describe event struct fieldsSteven Rostedt-1/+110
2009-03-02tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt-12/+13
2009-03-02tracing: add protection around modify trace event fieldsSteven Rostedt-0/+7
2009-03-02tracing: add TRACE_FIELD_SPECIAL to record complex entriesSteven Rostedt-0/+20
2009-02-28tracing: add raw fast tracing interface for trace eventsSteven Rostedt-25/+181
2009-02-28tracing: add raw trace point recording infrastructureSteven Rostedt-59/+350
2009-02-28tracing: add interface to write into current tracer bufferSteven Rostedt-0/+20
2009-02-28tracing: make the set_event and available_events subsystem awareSteven Rostedt-3/+40
2009-02-28tracing: add subsystem level to trace eventsSteven Rostedt-0/+54
2009-02-28tracing: move trace point formats to files in include/trace directorySteven Rostedt-8/+2
2009-02-27tracing: replace kzalloc with kcallocSteven Rostedt-1/+1
2009-02-27tracing: use newline separator for trace options listSteven Rostedt-7/+6
2009-02-27tracing: use pointer error returns for __tracing_openSteven Rostedt-22/+24
2009-02-26tracing: add protection around open use of current_tracerSteven Rostedt-6/+14
2009-02-26tracing: add tracer dependent options to options directorySteven Rostedt-1/+173
2009-02-26tracing: add options directory and core option filesSteven Rostedt-0/+117
2009-02-26tracing: implement trace_clock_*() APIsIngo Molnar-3/+104
2009-02-26tracing, genirq: add irq enter and exit trace eventsJason Baron-0/+2
2009-02-26tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker-11/+14
2009-02-26Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/ke...Ingo Molnar-2/+2
2009-02-26Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into...Ingo Molnar-33/+31
2009-02-25tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMATSteven Rostedt-2/+2
2009-02-25tracing/core: make the read callbacks reentrantsFrederic Weisbecker-19/+85
2009-02-25tracing/core: introduce per cpu tracing filesFrederic Weisbecker-24/+147
2009-02-25Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-0/+486
2009-02-25tracing: remove /debug/tracing/latency_traceIngo Molnar-5/+0
2009-02-25tracing/hw-branch-tracing: convert bts-tracer mutex to a spinlockIngo Molnar-29/+28
2009-02-24tracing: make event directory structureSteven Rostedt-7/+137
2009-02-24tracing: add schedule events to event traceSteven Rostedt-0/+14
2009-02-24tracing: add event trace infrastructureSteven Rostedt-0/+342
2009-02-24x86, ftrace: fix section mismatch in hw-branch-tracerMarkus Metzger-4/+3
2009-02-23Merge commit 'ftrace/function-graph' into nextBenjamin Herrenschmidt-0/+75
2009-02-22Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar-1/+32
2009-02-20ftrace: break out modify loop immediately on detection of errorSteven Rostedt-1/+4
2009-02-20ftrace: allow archs to preform pre and post process for code modificationSteven Rostedt-0/+28
2009-02-20tracing/function-graph-tracer: make set_graph_function file support ftrace regexFrederic Weisbecker-18/+38
2009-02-19tracing/function-graph-tracer: fix mergeIngo Molnar-1/+1
2009-02-19tracing/function-graph-tracer: fix traces weirdness while absolute time printingFrederic Weisbecker-21/+29