summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | tracing: likely/unlikely branch annotation tracerSteven Rostedt2008-11-121-0/+29
| | * | | tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker2008-11-111-8/+57
| | * | | ftrace: prevent ftrace_special from recursionSteven Rostedt2008-11-111-3/+5
| | * | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-111-1/+16
| | |\ \ \ | | | |/ /
| | * | | ftrace: display start of CPU buffer in trace outputSteven Rostedt2008-11-081-0/+19
| | * | | ftrace: remove trace array ctrlSteven Rostedt2008-11-081-15/+5
| | * | | ftrace: remove ctrl_update methodSteven Rostedt2008-11-081-2/+0
| | * | | ftrace: enable trace_printk by defaultSteven Rostedt2008-11-081-1/+1
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-081-19/+22
| | |\ \ \ \
| | * | | | | ftrace: restructure tracing start/stop infrastructureSteven Rostedt2008-11-061-36/+28
| | * | | | | ftrace: soft tracing stop and startSteven Rostedt2008-11-061-2/+79
| | * | | | | Merge branch 'tracing/fastboot' into tracing/ftraceIngo Molnar2008-11-061-0/+2
| | |\ \ \ \ \
| | | * | | | | tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker2008-11-041-0/+2
| | | |/ / / /
| | * | | | | ftrace: function tracer with irqs disabledSteven Rostedt2008-11-041-1/+39
| | * | | | | ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt2008-11-041-6/+2
| | |/ / / /
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *-----. \ \ \ Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra...Ingo Molnar2008-11-031-7/+25
| | |\ \ \ \ \ \ \
| | | | * | | | | | ftrace: nmi safe code clean upsSteven Rostedt2008-10-311-5/+4
| | | | * | | | | | ftrace: nmi update statisticsSteven Rostedt2008-10-301-7/+24
| | * | | | | | | | ftrace: ftrace_dump_on_oops=[tracer]Peter Zijlstra2008-11-031-20/+38
| | * | | | | | | | Merge commit 'v2.6.28-rc3' into tracing/ftraceIngo Molnar2008-11-031-1/+6
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-10-311-8/+7
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | ftrace: ftrace dump on oops controlSteven Rostedt2008-10-271-3/+26
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into nextJames Morris2008-12-041-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into nextJames Morris2008-11-141-2/+17
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-141-1/+1
* | | | | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | tracing: kernel/trace/trace.c: introduce missing kfree()Julia Lawall2008-11-181-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...Ingo Molnar2008-11-111-1/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ftrace: disable tracing on resizeSteven Rostedt2008-11-101-1/+16
| |/ / / / /
* | | | | | ftrace: fix breakage in bin_fmt resultsEric Anholt2008-11-051-1/+1
|/ / / / /
* | | | | ftrace: use kretprobe trampoline name to test in outputSteven Rostedt2008-11-031-18/+21
| |_|_|/ |/| | |
* | | | tracing, alpha: undefined reference to `save_stack_trace'Al Viro2008-11-031-0/+2
| |_|/ |/| |
* | | ftrace: handle archs that do not support irqs_disabled_flagsSteven Rostedt2008-10-311-1/+6
| |/ |/|
* | ftrace: fix current_tracer error returnSteven Rostedt2008-10-281-3/+4
* | tracing: fix a build error on alphaFrederic Weisbecker2008-10-281-0/+1
* | ftrace: remove ftrace hashSteven Rostedt2008-10-231-3/+0
* | ftrace: only have ftrace_kill atomicSteven Rostedt2008-10-231-1/+1
* | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
|/
* trace: add build-time check to avoid overrunning hex bufferHarvey Harrison2008-10-141-3/+3
* ftrace: fix hex output mode of ftraceHarvey Harrison2008-10-141-6/+2
* ftrace: return an error when setting a nonexistent tracerFrederic Weisbecker2008-10-141-3/+10
* ftrace: make some tracers reentrantSteven Rostedt2008-10-141-8/+2
* ftrace: preempt disable over interrupt disableSteven Rostedt2008-10-141-60/+63
* ftrace: type cast filter+verifierSteven Rostedt2008-10-141-25/+60
* tracing/ftrace: adapt mmiotrace to the new type of print_line, fixFrederic Weisbecker2008-10-141-1/+1
* ring_buffer: implement new lockingSteven Rostedt2008-10-141-36/+77
* tracing/ftrace: fix pipe breakingPekka Paalanen2008-10-141-2/+8
* tracing/ftrace: change the type of the print_line callbackFrederic Weisbecker2008-10-141-36/+41
* ftrace: take advantage of variable length entriesSteven Rostedt2008-10-141-204/+235
* ftrace: make work with new ring bufferSteven Rostedt2008-10-141-698/+234
OpenPOWER on IntegriCloud