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