summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: trace_bprintk() cleanupsIngo Molnar2009-03-061-11/+8
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-069-280/+126
* tracing: add trace_bprintk()Lai Jiangshan2009-03-062-10/+92
* tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-066-0/+237
* tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro2009-03-061-6/+1
* tracing: current tip/master can't enable ftraceKOSAKI Motohiro2009-03-061-0/+1
* Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-0610-76/+329
|\
| * tracing: add format files for ftrace default entriesSteven Rostedt2009-03-055-6/+255
| * tracing: move print of event format to separate fileSteven Rostedt2009-03-052-52/+56
| * tracing: make all file_operations constSteven Rostedt2009-03-054-19/+19
* | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2009-03-061-1/+1
|\ \
| * | tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker2009-03-051-1/+1
* | | tracing: clean up menuIngo Molnar2009-03-051-13/+16
| |/ |/|
* | tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2009-03-052-5/+5
* | tracing: have latency tracers set the latency formatSteven Rostedt2009-03-042-0/+16
* | tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt2009-03-041-32/+7
* | tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-045-36/+1
* | tracing: add latency output format optionSteven Rostedt2009-03-042-23/+4
* | tracing: fix seq read from trace filesSteven Rostedt2009-03-041-2/+2
* | tracing: do not return EFAULT if read copied anythingSteven Rostedt2009-03-041-2/+12
* | ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt2009-03-041-1/+5
* | tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt2009-03-041-0/+2
|/
* tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-042-8/+10
* tracing: add binary buffer files for use with spliceSteven Rostedt2009-03-032-7/+268
* ring-buffer: make ring_buffer_read_page read from start on partial pageSteven Rostedt2009-03-031-10/+33
* ring-buffer: replace sizeof of event header with offsetofSteven Rostedt2009-03-031-1/+1
* ring-buffer: fix ring_buffer_read_pageSteven Rostedt2009-03-031-33/+59
* ring-buffer: reset write field for ring_buffer_read_pageSteven Rostedt2009-03-031-0/+1
* tracing: fix return value to registering eventsSteven Rostedt2009-03-031-4/+4
* tracing: add print format to event trace format filesSteven Rostedt2009-03-021-0/+2
* tracing: add trace name and id to event formatsSteven Rostedt2009-03-021-1/+5
* tracing: add ftrace headers to event format filesSteven Rostedt2009-03-021-1/+26
* tracing: add format file to describe event struct fieldsSteven Rostedt2009-03-024-1/+110
* tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt2009-03-022-12/+13
* tracing: add protection around modify trace event fieldsSteven Rostedt2009-03-021-0/+7
* tracing: add TRACE_FIELD_SPECIAL to record complex entriesSteven Rostedt2009-03-023-0/+20
* tracing: add raw fast tracing interface for trace eventsSteven Rostedt2009-02-282-25/+181
* tracing: add raw trace point recording infrastructureSteven Rostedt2009-02-287-59/+350
* tracing: add interface to write into current tracer bufferSteven Rostedt2009-02-282-0/+20
* tracing: make the set_event and available_events subsystem awareSteven Rostedt2009-02-281-3/+40
* tracing: add subsystem level to trace eventsSteven Rostedt2009-02-283-0/+54
* tracing: move trace point formats to files in include/trace directorySteven Rostedt2009-02-281-8/+2
* tracing: replace kzalloc with kcallocSteven Rostedt2009-02-271-1/+1
* tracing: use newline separator for trace options listSteven Rostedt2009-02-271-7/+6
* tracing: use pointer error returns for __tracing_openSteven Rostedt2009-02-271-22/+24
* tracing: add protection around open use of current_tracerSteven Rostedt2009-02-261-6/+14
* tracing: add tracer dependent options to options directorySteven Rostedt2009-02-261-1/+173
* tracing: add options directory and core option filesSteven Rostedt2009-02-261-0/+117
* tracing: implement trace_clock_*() APIsIngo Molnar2009-02-263-3/+104
* tracing, genirq: add irq enter and exit trace eventsJason Baron2009-02-261-0/+2
OpenPOWER on IntegriCloud