summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-1/+1
* sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell2008-11-241-4/+7
* sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell2008-11-241-0/+10
*-. Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar2008-11-2421-80/+480
|\ \
| | *---------. Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar2008-11-245-12/+31
| | |\ \ \ \ \ \
| | | | | | | | * tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin2008-11-231-1/+1
| | | | | | | | * tracing/stack-tracer: fix style issuesTörök Edwin2008-11-231-1/+1
| | | | | | | | * vfs, seqfile: make mangle_path() globalTörök Edwin2008-11-231-0/+1
| | | | | | | | * tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin2008-11-231-0/+8
| | | | |_|_|_|/ | | | |/| | | |
| | | | | | | * ring-buffer: add tracing_off_permanentSteven Rostedt2008-11-231-0/+1
| | | | |_|_|/ | | | |/| | |
| | | | | * | tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar2008-11-231-0/+3
| | | | | * | tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-232-12/+16
| | | | |/ / | | | |/| |
| | | | * | ftrace: add ftrace_off_permanentSteven Rostedt2008-11-231-0/+2
| | | |/ /
| | * | | trace: profile all if conditionalsSteven Rostedt2008-11-232-3/+46
| | * | | trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-232-25/+8
| | * | | trace: remove extra assign in branch checkSteven Rostedt2008-11-231-2/+0
| | |/ /
| | | |
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-237-60/+6
| | |\ \ \ \ | | | | | |/
| | | | * | tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2008-11-182-0/+3
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-1919-47/+210
| | |\ \ \ \ \ | | | | |/ / / | | | |_| / / | | |/| | /
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-176-52/+164
| | |\ \ \ \ \ \
| | | | * | | | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-163-22/+38
| | | | * | | | | tracepoints: do not put arguments in nameMathieu Desnoyers2008-11-161-5/+3
| | | | * | | | | tracepoints: use unregister return valueMathieu Desnoyers2008-11-161-4/+6
| | | | * | | | | tracepoints: use rcu_*_sched_notraceMathieu Desnoyers2008-11-161-2/+2
| | | | * | | | | markers: create DEFINE_MARKER and GET_MARKER (new API)Mathieu Desnoyers2008-11-161-16/+23
| | | | * | | | | markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-161-1/+44
| | | | * | | | | markers: add missing stdargs.h include, needed due to va_list usageArnaldo Carvalho de Melo2008-11-161-0/+1
| | | | * | | | | 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-161-1/+15
| | | | |/ / / | | | |/| | |
| | | * | | | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-161-12/+41
| | |/ / / /
| | * | | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-122-10/+11
| | * | | | tracing: branch tracer, fix vdso crashIngo Molnar2008-11-121-1/+5
| | * | | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-122-3/+72
| | * | | | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-121-9/+22
| | * | | | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-122-41/+43
| | * | | | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-123-1/+32
| | |\ \ \ \
| | | * | | | tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-113-1/+32
| | * | | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-126-36/+63
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | * | | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-1121-306/+654
| | |\ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-086-3/+182
| | |\ \ \ \ \ \
| | | * | | | | | ftrace: split out hardirq ftrace code into own headerSteven Rostedt2008-11-063-6/+14
| | | * | | | | | ftrace: fix hardirq header for non ftrace archsSteven Rostedt2008-11-032-2/+5
| | * | | | | | | ftrace: soft tracing stop and startSteven Rostedt2008-11-061-0/+5
| | * | | | | | | ftrace: add quick function trace stopSteven Rostedt2008-11-061-0/+30
| | * | | | | | | tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker2008-11-041-2/+22
| | |/ / / / / /
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-------. \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra...Ingo Molnar2008-11-034-4/+20
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | tracepoint: introduce *_noupdate APIs.Lai Jiangshan2008-11-031-0/+4
| | | | | | |/ / / / / /
| | | | | * | | | | | | ftrace: nmi safe code clean upsSteven Rostedt2008-10-311-0/+3
| | | | | * | | | | | | ftrace: nmi safe code modificationSteven Rostedt2008-10-301-2/+13
| | | * | | | | | | | | markers: remove exported symbol marker_probe_cb_noarg()Lai Jiangshan2008-10-271-2/+0
| | | |/ / / / / / / /
OpenPOWER on IntegriCloud