summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | ftrace: show buffer size in kilobytesSteven Rostedt2008-11-131-1/+4
| | | * | | | | | | | ftrace: rename trace_entries to buffer_size_kbSteven Rostedt2008-11-131-2/+2
| | |/ / / / / / / /
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar2008-11-131-1/+7
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ftrace: rename trace_unlikely.c fileSteven Rostedt2008-11-122-1/+1
| | * | | | | | | | | | ftrace: add tracer called branchSteven Rostedt2008-11-123-0/+67
| | * | | | | | | | | | ftrace: rename unlikely iter_ctrl to branchSteven Rostedt2008-11-123-45/+45
| | * | | | | | | | | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-125-15/+14
| | * | | | | | | | | | tracing: finetune branch-tracer outputIngo Molnar2008-11-121-2/+2
| | * | | | | | | | | | tracing: branch tracer, tweak outputIngo Molnar2008-11-121-2/+2
| | * | | | | | | | | | tracing: likely/unlikely branch annotation tracerSteven Rostedt2008-11-125-0/+210
| | * | | | | | | | | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-123-0/+181
| | |/ / / / / / / / /
| | * | | | | | | | | Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'trac...Ingo Molnar2008-11-121-12/+17
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ring-buffer: fix deadlock from reader_lock in read_startSteven Rostedt2008-11-121-12/+17
| | * | | | | | | | | | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-122-35/+105
| | * | | | | | | | | | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-121-0/+1
| | * | | | | | | | | | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-126-8/+205
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker2008-11-116-8/+205
| | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-122-123/+238
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | ring-buffer: clean up warn onsSteven Rostedt2008-11-111-86/+57
| | | * | | | | | | | | | ring-buffer: add reader lockSteven Rostedt2008-11-111-31/+78
| | |/ / / / / / / / / /
| | * | | | | | | | | | ring-buffer: replace most bug ons with warn on and disable bufferSteven Rostedt2008-11-111-16/+49
| | * | | | | | | | | | ftrace: prevent ftrace_special from recursionSteven Rostedt2008-11-111-3/+5
| | * | | | | | | | | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-112-2/+17
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ftrace: display start of CPU buffer in trace outputSteven Rostedt2008-11-082-0/+21
| | * | | | | | | | | | | ftrace: force pass of preemptoff selftestSteven Rostedt2008-11-081-0/+26
| | * | | | | | | | | | | ftrace: remove trace array ctrlSteven Rostedt2008-11-0810-59/+24
| | * | | | | | | | | | | ftrace: remove ctrl_update methodSteven Rostedt2008-11-0811-101/+29
| | * | | | | | | | | | | ftrace: enable trace_printk by defaultSteven Rostedt2008-11-081-1/+1
| | * | | | | | | | | | | ftrace: irqsoff tracer incorrect resetSteven Rostedt2008-11-081-1/+0
| | * | | | | | | | | | | ftrace: fix sched_switch APISteven Rostedt2008-11-083-14/+46
| | * | | | | | | | | | | ftrace: fix boot trace sched startupSteven Rostedt2008-11-083-4/+22
| | * | | | | | | | | | | ftrace: fix set_ftrace_filterSteven Rostedt2008-11-081-0/+3
| | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-082-19/+78
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ring-buffer: convert to raw spinlocksSteven Rostedt2008-11-061-11/+20
| | * | | | | | | | | | | | | ftrace: restructure tracing start/stop infrastructureSteven Rostedt2008-11-066-48/+120
| | * | | | | | | | | | | | | ftrace: soft tracing stop and startSteven Rostedt2008-11-061-2/+79
| | * | | | | | | | | | | | | ftrace: add quick function trace stopSteven Rostedt2008-11-062-10/+44
| | * | | | | | | | | | | | | Merge branch 'tracing/fastboot' into tracing/ftraceIngo Molnar2008-11-064-35/+41
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker2008-11-042-3/+3
| | | * | | | | | | | | | | | | tracing/ftrace: types and naming corrections for sched tracerFrederic Weisbecker2008-11-041-17/+13
| | | * | | | | | | | | | | | | tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker2008-11-044-3/+12
| | | * | | | | | | | | | | | | tracing/ftrace: remove unused code in sched_switch tracerFrederic Weisbecker2008-11-041-8/+0
| | | * | | | | | | | | | | | | tracing/ftrace: fix a race condition in sched_switch tracerFrederic Weisbecker2008-11-041-0/+5
| | | * | | | | | | | | | | | | tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker2008-11-041-12/+16
| | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | ftrace: function tracer with irqs disabledSteven Rostedt2008-11-042-1/+40
| | * | | | | | | | | | | | | ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt2008-11-044-41/+15
| | * | | | | | | | | | | | | ftrace: introduce ftrace_preempt_disable()/enable()Steven Rostedt2008-11-041-0/+48
| | |/ / / / / / / / / / / /
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra...Ingo Molnar2008-11-032-8/+26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | ftrace: nmi safe code clean upsSteven Rostedt2008-10-311-5/+4
| | | | * | | | | | | | | | | | | | ftrace: nmi update statisticsSteven Rostedt2008-10-301-7/+24
OpenPOWER on IntegriCloud