summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-235-21/+213
|\ \ \
| | | * function tracing: fix wrong position computing of stack_traceLiming Wang2008-11-211-9/+15
| | * | tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2008-11-183-6/+34
| | * | tracing/ftrace: make nop tracer using tracer flagsFrederic Weisbecker2008-11-181-0/+52
| | * | tracing/ftrace: implement a set_flag callback for tracersFrederic Weisbecker2008-11-182-6/+112
| | | |
| \ \ \
*-. \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-192-4/+15
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/ | | |/|
| | * | Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Ingo Molnar2008-11-191-59/+54
| | |\ \
| | | * | ftrace: fix dyn ftrace filter selectionSteven Rostedt2008-11-191-58/+50
| | | * | ftrace: make filtered functions effective on settingSteven Rostedt2008-11-191-1/+1
| | | * | ftrace: fix set_ftrace_filterSteven Rostedt2008-11-191-0/+3
| | * | | trace: introduce missing mutex_unlock()Vegard Nossum2008-11-181-0/+1
| | * | | tracing: kernel/trace/trace.c: introduce missing kfree()Julia Lawall2008-11-181-0/+1
| | | |/ | | |/|
| * | | ftrace: fix selftest lockingIngo Molnar2008-11-191-12/+13
| * | | ftrace: preemptoff selftest not workingHeiko Carstens2008-11-181-0/+8
| | | |
| \ \ \
*-. \ \ \ Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-182-4/+0
|\ \ \ \ \ | | | |/ / | | |/| |
| * | | | tracing: branch tracer, fix writing to trace/trace_optionsAneesh Kumar K.V2008-11-172-4/+0
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-1715-175/+275
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | | |/ / /
| | | * | | function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis2008-11-161-11/+15
| * | | | | tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2008-11-163-19/+55
| | |_|/ / | |/| | |
| * | | | tracing/ftrace: change the type of the init() callbackFrederic Weisbecker2008-11-1613-24/+88
| * | | | tracing/ftrace: fix unexpected -EINVAL when longest tracer name is setFrederic Weisbecker2008-11-161-5/+7
| * | | | ftrace: make filtered functions effective on settingSteven Rostedt2008-11-161-1/+1
| * | | | ftrace: fix dyn ftrace filterSteven Rostedt2008-11-161-47/+36
| * | | | ftrace: allow NULL pointers in mcount_locSteven Rostedt2008-11-161-0/+8
| * | | | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-161-38/+24
| * | | | ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-11-162-4/+4
| * | | | ftrace: do not process freed recordsSteven Rostedt2008-11-161-2/+6
| * | | | ftrace: disable ftrace on anomalies in trace start and stopSteven Rostedt2008-11-161-37/+44
| * | | | ftrace: remove condition from ftrace_record_ipSteven Rostedt2008-11-161-1/+1
| |/ / /
* / / / tracing/branch-tracer: fix a trace recursion on branch tracerFrederic Weisbecker2008-11-161-2/+2
|/ / /
| | |
| \ \
*-. | | Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into...Ingo Molnar2008-11-164-15/+38
|\ \| |
| | * | tracing: fix mmiotrace resizing crashIngo Molnar2008-11-131-0/+6
| * | | ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis2008-11-131-2/+1
| * | | ftrace: CPU buffer start annotation clean upsSteven Rostedt2008-11-132-1/+16
| * | | ftrace: rename iter_ctrl to trace_optionsSteven Rostedt2008-11-131-9/+9
| * | | 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
|\ \| |
| | * | ring-buffer: no preempt for sched_clock()Steven Rostedt2008-11-121-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