summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo1-8/+5
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo1-1/+1
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo1-41/+34
2009-02-04Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'li...Ingo Molnar1-10/+55
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo1-5/+5
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker1-114/+35
2009-02-03trace: let boot trace be chosen by command lineSteven Rostedt1-4/+1
2009-02-03trace: fix default boot up tracerSteven Rostedt1-6/+54
2009-01-26ftrace: add ftrace_vprintkArnaldo Carvalho de Melo1-0/+9
2009-01-23trace: fix logic to start/stop countingSteven Rostedt1-7/+6
2009-01-22ring-buffer: do not swap if recording is disabledSteven Rostedt1-1/+1
2009-01-21trace: set max latency variable to zero on defaultSteven Rostedt1-1/+1
2009-01-21trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt1-0/+1
2009-01-21trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt1-1/+1
2009-01-16trace: set max latency variable to zero on defaultSteven Rostedt1-1/+1
2009-01-16ftrace: remove static from function tracer functionsSteven Rostedt1-3/+0
2009-01-16ftrace: move function tracer functions out of trace.cSteven Rostedt1-84/+0
2009-01-16ftrace: add stack trace to function tracerSteven Rostedt1-9/+17
2009-01-15trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt1-0/+1
2009-01-15trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt1-1/+1
2009-01-14tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker1-2/+0
2009-01-06Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar1-700/+41
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/torval...Rusty 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/kerne...Linus Torvalds1-2/+2
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-166/+812
2008-12-29tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker1-1/+2
2008-12-29ftrace: change trace.c to use registered eventsSteven Rostedt1-364/+38
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt1-274/+1
2008-12-29ftrace: remove obsolete print continue functionalitySteven Rostedt1-61/+0
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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' i...Ingo 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 cpu...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...Ingo 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