summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | | tracing/function-graph-tracer: enhancements for the trace outputFrederic Weisbecker2008-11-271-9/+159
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | ftrace: improve seq_operation of ftraceLiming Wang2008-11-281-17/+10
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker2008-11-291-0/+1
| |/ / / / / / / / / / / / /
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar2008-11-2711-227/+693
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven2008-11-264-0/+198
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | ftrace: add cpu annotation for function graph tracerSteven Rostedt2008-11-261-12/+22
| | * | | | | | | | | | | | | ftrace: add thread comm to function graph tracerSteven Rostedt2008-11-263-6/+18
| | * | | | | | | | | | | | | ftrace: let function tracing and function return run togetherSteven Rostedt2008-11-261-20/+2
| | * | | | | | | | | | | | | ftrace: use code patching for ftrace graph tracerSteven Rostedt2008-11-261-19/+16
| | * | | | | | | | | | | | | ftrace: add function tracing to single threadSteven Rostedt2008-11-261-26/+183
| | * | | | | | | | | | | | | tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker2008-11-265-159/+168
| | * | | | | | | | | | | | | tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-269-41/+142
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | x86, bts, ftrace: a BTS ftrace plug-in prototypeMarkus Metzger2008-11-254-0/+300
| * | | | | | | | | | | | | x86, ftrace: call trace->open() before stopping tracing; add trace->print_hea...Markus Metzger2008-11-252-4/+8
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-------------. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar2008-11-2411-38/+376
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|/ / / / / / / / / / / / | | | | | | |/| | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | tracing/stack-tracer: avoid races accessing fileTörök Edwin2008-11-231-5/+5
| | | | | | | | * | | | | | | | | | | | | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin2008-11-231-0/+3
| | | | | | | | * | | | | | | | | | | | | tracing/stack-tracer: fix locking and refcountsTörök Edwin2008-11-231-3/+6
| | | | | | | | * | | | | | | | | | | | | tracing/stack-tracer: fix style issuesTörök Edwin2008-11-231-4/+3
| | | | | | | | * | | | | | | | | | | | | tracing: identify which executable object the userspace address belongs toTörök Edwin2008-11-232-8/+81
| | | | | | | | * | | | | | | | | | | | | tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin2008-11-232-0/+102
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | ring-buffer: add tracing_off_permanentSteven Rostedt2008-11-231-13/+66
| | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | tracing: allow tracing of suspend/resume & hibernation code againIngo Molnar2008-11-232-14/+4
| | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | tracing/function-return-tracer: free the return stack on free_task()Frederic Weisbecker2008-11-232-2/+1
| | | | * | | | | | | | | | | | | | tracing/function-return-tracer: don't trace kfree while it frees the return s...Frederic Weisbecker2008-11-231-1/+6
| | | | * | | | | | | | | | | | | | tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar2008-11-233-6/+0
| | | | * | | | | | | | | | | | | | tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-234-2/+106
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | ftrace: add ftrace_off_permanentSteven Rostedt2008-11-231-0/+15
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | trace: fix compiler warning in branch profilerSteven Rostedt2008-11-231-5/+5
| * | | | | | | | | | | | | | | trace: profile all if conditionalsSteven Rostedt2008-11-232-2/+47
| * | | | | | | | | | | | | | | trace: branch profiling should not print percent without dataSteven Rostedt2008-11-231-3/+7
| * | | | | | | | | | | | | | | trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-232-28/+14
| |/ / / / / / / / / / / / / /
| | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-2310-38/+257
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | profiling: clean up profile_nop()Andrew Morton2008-11-191-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-1918-103/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | 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-183-5/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | 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-1723-199/+427
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | markers/tracpoints: fix non-modular buildIngo Molnar2008-11-162-0/+8
| | | * | | | | | | | | | | | | | | | | | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-165-0/+17
| | | * | | | | | | | | | | | | | | | | | | tracepoints: use modules notifiersMathieu Desnoyers2008-11-162-5/+29
| | | * | | | | | | | | | | | | | | | | | | tracepoints: fix disableMathieu Desnoyers2008-11-161-0/+1
| | | * | | | | | | | | | | | | | | | | | | markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-161-2/+51
| | | * | | | | | | | | | | | | | | | | | | markers: use module notifierMathieu Desnoyers2008-11-162-4/+29
| | | * | | | | | | | | | | | | | | | | | | markers: use rcu_*_sched_notrace and notraceMathieu Desnoyers2008-11-161-7/+9
OpenPOWER on IntegriCloud