summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2008-11-187-9/+51
* 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/branch-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-183-5/+1Star
|\ \
| | * kernel/profile.c: fix section mismatch warningRakib Mullick2008-11-181-1/+1
| * | tracing: branch tracer, fix writing to trace/trace_optionsAneesh Kumar K.V2008-11-172-4/+0Star
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-1739-429/+841
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/
| | | * function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis2008-11-161-11/+15
| | * | markers/tracpoints: fix non-modular buildIngo Molnar2008-11-162-0/+8
| | * | tracepoints: format documentationIngo Molnar2008-11-161-40/+47
| | * | tracepoints, docs: marker_synchronize_unregister->tracepoint_synchronize_unre...Mathieu Desnoyers2008-11-161-1/+1
| | * | tracepoints: documentation fix for teardownMathieu Desnoyers2008-11-161-4/+6
| | * | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-1611-25/+66
| | * | tracepoints: use modules notifiersMathieu Desnoyers2008-11-162-5/+29
| | * | tracepoints: do not put arguments in nameMathieu Desnoyers2008-11-161-5/+3Star
| | * | tracepoints: use unregister return valueMathieu Desnoyers2008-11-161-4/+6
| | * | tracepoints: use rcu_*_sched_notraceMathieu Desnoyers2008-11-161-2/+2
| | * | tracepoints: fix disableMathieu Desnoyers2008-11-161-0/+1
| | * | tracepoints: samples, fix teardownMathieu Desnoyers2008-11-162-0/+2
| | * | markers: create DEFINE_MARKER and GET_MARKER (new API)Mathieu Desnoyers2008-11-162-16/+37
| | * | markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-163-3/+96
| | * | markers: use module notifierMathieu Desnoyers2008-11-162-4/+29
| | * | markers: use rcu_*_sched_notrace and notraceMathieu Desnoyers2008-11-161-7/+9
| | * | markers: add missing stdargs.h include, needed due to va_list usageArnaldo Carvalho de Melo2008-11-161-0/+1
| | * | markers: fix unregisterMathieu Desnoyers2008-11-161-5/+7
| | * | rcu: add rcu_read_*_sched_notrace()Mathieu Desnoyers2008-11-161-0/+2
| * | | tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2008-11-166-155/+211
| * | | tracing/function-return-tracer: add a barrier to ensure return stack index is...Frederic Weisbecker2008-11-161-0/+1
| * | | Merge branch 'tracing/ftrace' into tracing/function-return-tracerIngo Molnar2008-11-1618-164/+284
| |\ \ \ | | |/ / | |/| |
| | * | 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/+36Star
| | * | ftrace: allow NULL pointers in mcount_locSteven Rostedt2008-11-161-0/+8
| | * | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-165-54/+100
| | * | 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-165-44/+55
|\ \|
| | * tracing: fix mmiotrace resizing crashIngo Molnar2008-11-131-0/+6
| * | ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis2008-11-131-2/+1Star
| * | ftrace: CPU buffer start annotation clean upsSteven Rostedt2008-11-132-1/+16
| * | ftrace: rename iter_ctrl to trace_optionsSteven Rostedt2008-11-132-16/+16
| * | ftrace: show buffer size in kilobytesSteven Rostedt2008-11-132-18/+9Star
| * | ftrace: rename trace_entries to buffer_size_kbSteven Rostedt2008-11-132-11/+11
* | | tracing/fastboot: put error message on stderrStephen Hemminger2008-11-131-5/+7
|/ /
| |
| \
| \
| \
*---. | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar2008-11-134-46/+15Star
|\ \ \|
| | | * ring-buffer: no preempt for sched_clock()Steven Rostedt2008-11-121-1/+7