aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-01cpumask: convert kernel trace functions furtherRusty Russell1-3/+9
2009-01-01cpumask: convert kernel trace functionsRusty Russell1-24/+36
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-3/+2
2008-12-30tracing: removed duplicated #includeHuang Weiyi1-1/+0
2008-12-30Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-166/+812
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-165/+811
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg1-0/+10
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/coreIngo Molnar1-22/+17
2008-12-19tracing: fix warning in kernel/trace/trace.cIngo Molnar1-1/+0
2008-12-18trace: fix task state printoutThomas Gleixner1-22/+17
2008-12-17tracing/ftrace: add the printk-msg-only optionFrederic Weisbecker1-0/+25
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-12-12x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interfaceMarkus Metzger1-1/+1
2008-12-10ftrace: remove unused function arg in trace_iterator_increment()Robert Richter1-2/+2
2008-12-08tracing/function-graph-tracer: fix 'flags' variable mismatchIngo Molnar1-3/+3
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker1-13/+5
2008-12-08tracing/function-graph-tracer: turn tracing_selftest_running into an intFrederic Weisbecker1-5/+7
2008-12-05tracing/ftrace: provide the macro task_curr_ret_stack()Frederic Weisbecker1-7/+1
2008-12-05tracing/ftrace: don't insert TRACE_PRINT during selftestsFrederic Weisbecker1-1/+12
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-6/+22
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker1-6/+22
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt1-0/+3
2008-12-04ftrace: graph of a single functionSteven Rostedt1-0/+8
2008-12-04Merge branch 'master' into nextJames Morris1-0/+1
2008-12-03ftrace: function graph return for function entrySteven Rostedt1-1/+3
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt1-6/+6
2008-11-28tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACETörök Edwin1-0/+2
2008-11-26ftrace: add thread comm to function graph tracerSteven Rostedt1-1/+1
2008-11-26tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker1-12/+55
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker1-9/+9
2008-11-25x86, ftrace: call trace->open() before stopping tracing; add trace->print_header()Markus Metzger1-4/+7
2008-11-24Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-0/+182
2008-11-23tracing/stack-tracer: avoid races accessing fileTörök Edwin1-5/+5
2008-11-23tracing/stack-tracer: fix locking and refcountsTörök Edwin1-3/+6
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin1-4/+3
2008-11-23ftrace: add ftrace_off_permanentSteven Rostedt1-0/+15
2008-11-23tracing: identify which executable object the userspace address belongs toTörök Edwin1-7/+79
2008-11-23tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin1-0/+93
2008-11-23Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/coreIngo Molnar1-6/+87
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-4/+14
2008-11-19ftrace: fix selftest lockingIngo Molnar1-12/+13
2008-11-18ftrace: preemptoff selftest not workingHeiko Carstens1-0/+8
2008-11-18tracing: kernel/trace/trace.c: introduce missing kfree()Julia Lawall1-0/+1
2008-11-18tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker1-0/+1
2008-11-18tracing/ftrace: implement a set_flag callback for tracersFrederic Weisbecker1-6/+86
2008-11-18Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-2/+0
2008-11-17tracing: branch tracer, fix writing to trace/trace_optionsAneesh Kumar K.V1-2/+0
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker1-2/+5
2008-11-16tracing/ftrace: fix unexpected -EINVAL when longest tracer name is setFrederic Weisbecker1-5/+7