summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add trace_options kernel command line parameterSteven Rostedt2012-11-021-15/+39
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-53/+68
* tracing: Remove deprecated tracing_enabled fileSteven Rostedt2012-11-021-3/+0
* tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2012-11-021-74/+5
* tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-021-26/+0
* tracing: Reset ring buffer when changing trace_clocksDavid Sharp2012-11-021-0/+8
* tracing: Cache comms only after an event occurredSteven Rostedt2012-10-311-8/+27
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-311-2/+34
* tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt2012-10-311-0/+7
* ring-buffer: Add a 'dropped events' counterSlava Pestov2012-10-311-0/+3
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-311-1/+1
* Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-7/+1
|\
| * ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu2012-09-281-7/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+2
|\ \
| * | userns: Teach trace to use from_kuidEric W. Biederman2012-09-181-1/+2
| |/
* | tracing: Add an option for disabling markersMandeep Singh Baines2012-09-241-1/+5
* | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-211-3/+3
|\ \ | |/ |/|
| * tracing/trivial: Fix some typos in kernel/traceWang Tianhong2012-08-071-3/+3
* | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-261-3/+4
|\ \ | |/ |/|
| * tracing: Fix initialization failure path in tracing_set_tracer()Anton Vorontsov2012-07-171-3/+4
* | tracing: Check for allocation failure in __tracing_open()Dan Carpenter2012-07-111-0/+4
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-061-9/+20
|\ \
| * | tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-281-9/+18
| * | tracing/selftest: Add a WARN_ON() if a tracer test failsSteven Rostedt2012-06-281-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-031-2/+4
|\ \ | |/ |/|
| * splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-2/+4
* | tracing: Have tracing_off() actually turn tracing offSteven Rostedt2012-06-061-1/+1
|/
* Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-211-3/+2
|\
| * tracing: Remove kernel_lock annotationsRichard Weinberger2012-05-191-2/+0
| * tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik2012-05-191-1/+2
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-211-3/+5
|\ \ | |/ |/|
| * Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-3/+5
| |\
| | * tracing: Fix regression with tracing_onSteven Rostedt2012-04-161-3/+5
* | | tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik2012-05-161-0/+2
* | | tracing: Check return value of tracing_dentry_percpu()Namhyung Kim2012-05-161-0/+3
* | | ring-buffer: Make removal of ring buffer pages atomicVaibhav Nagarnaik2012-05-161-19/+1
* | | tracing: Clean up tracing_mark_write()Steven Rostedt2012-05-161-13/+11
|/ /
* | tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt2012-05-081-42/+2
* | tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-081-25/+5
* | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-231-38/+152
* | tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter2012-04-231-4/+1
* | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-231-49/+135
|/
* tracing: Fix ent_size in trace outputSteven Rostedt2012-03-271-0/+4
* tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt2012-03-011-0/+2
* tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-221-0/+107
* ftrace: sched_switch plugin is deprecatedGeunsik Lim2012-02-131-3/+3
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch debugfs to umode_tAl Viro2012-01-031-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-061-26/+79
|\ \
| * | tracing: Add entries in buffer and total entries to default output headerSteven Rostedt2011-11-171-25/+47