aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| | | | | | | | | | * | | | | | | | | tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin2008-11-23
| | | | | |_|_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | ring-buffer: add tracing_off_permanentSteven Rostedt2008-11-23
| | | | | |_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | | | | | * | | | | | | | | | tracing: allow tracing of suspend/resume & hibernation code againIngo Molnar2008-11-23
| | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | | | | * | | | | | | | | | tracing/function-return-tracer: free the return stack on free_task()Frederic Weisbecker2008-11-23
| | | | | | * | | | | | | | | | tracing/function-return-tracer: don't trace kfree while it frees the return s...Frederic Weisbecker2008-11-23
| | | | | | * | | | | | | | | | tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar2008-11-23
| | | | | | * | | | | | | | | | tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-23
| | | | | |/ / / / / / / / / / | | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | | ftrace: add ftrace_off_permanentSteven Rostedt2008-11-23
| | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | trace: fix compiler warning in branch profilerSteven Rostedt2008-11-23
| | | * | | | | | | | | | | trace: profile all if conditionalsSteven Rostedt2008-11-23
| | | * | | | | | | | | | | trace: branch profiling should not print percent without dataSteven Rostedt2008-11-23
| | | * | | | | | | | | | | trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-23
| | | |/ / / / / / / / / /
| | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \
| | | *---. \ \ \ \ \ \ \ \ \ Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-23
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2008-11-18
| | | | | * | | | | | | | | | | tracing/ftrace: make nop tracer using tracer flagsFrederic Weisbecker2008-11-18
| | | | | * | | | | | | | | | | tracing/ftrace: implement a set_flag callback for tracersFrederic Weisbecker2008-11-18
| | | | * | | | | | | | | | | | profiling: clean up profile_nop()Andrew Morton2008-11-19
| | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-19
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | ftrace: fix selftest lockingIngo Molnar2008-11-19
| | | | * | | | | | | | | | | | | ftrace: preemptoff selftest not workingHeiko Carstens2008-11-18
| | | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-18
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | tracing: branch tracer, fix writing to trace/trace_optionsAneesh Kumar K.V2008-11-17
| | | | | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-17
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | markers/tracpoints: fix non-modular buildIngo Molnar2008-11-16
| | | | | * | | | | | | | | | | | | | | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-16
| | | | | * | | | | | | | | | | | | | | | tracepoints: use modules notifiersMathieu Desnoyers2008-11-16
| | | | | * | | | | | | | | | | | | | | | tracepoints: fix disableMathieu Desnoyers2008-11-16
| | | | | * | | | | | | | | | | | | | | | markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-16
| | | | | * | | | | | | | | | | | | | | | markers: use module notifierMathieu Desnoyers2008-11-16
| | | | | * | | | | | | | | | | | | | | | markers: use rcu_*_sched_notrace and notraceMathieu Desnoyers2008-11-16
| | | | | * | | | | | | | | | | | | | | | markers: fix unregisterMathieu Desnoyers2008-11-16
| | | | * | | | | | | | | | | | | | | | | tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2008-11-16
| | | | | |_|_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | tracing/ftrace: change the type of the init() callbackFrederic Weisbecker2008-11-16
| | | | * | | | | | | | | | | | | | | | tracing/ftrace: fix unexpected -EINVAL when longest tracer name is setFrederic Weisbecker2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: make filtered functions effective on settingSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: fix dyn ftrace filterSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: allow NULL pointers in mcount_locSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: do not process freed recordsSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: disable ftrace on anomalies in trace start and stopSteven Rostedt2008-11-16
| | | | * | | | | | | | | | | | | | | | ftrace: remove condition from ftrace_record_ipSteven Rostedt2008-11-16
| | | | |/ / / / / / / / / / / / / / /
| | | * / / / / / / / / / / / / / / / tracing/branch-tracer: fix a trace recursion on branch tracerFrederic Weisbecker2008-11-16
| | | |/ / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into...Ingo Molnar2008-11-16
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis2008-11-13
| | | | * | | | | | | | | | | | | | | | ftrace: CPU buffer start annotation clean upsSteven Rostedt2008-11-13
| | | | * | | | | | | | | | | | | | | | ftrace: rename iter_ctrl to trace_optionsSteven Rostedt2008-11-13
| | | | * | | | | | | | | | | | | | | | ftrace: show buffer size in kilobytesSteven Rostedt2008-11-13
| | | | * | | | | | | | | | | | | | | | ftrace: rename trace_entries to buffer_size_kbSteven Rostedt2008-11-13
| | | |/ / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar2008-11-13
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \