aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-01cpumask: convert kernel trace functions furtherRusty Russell6-10/+16
2009-01-01cpumask: convert kernel trace functionsRusty Russell3-51/+64
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell3-5/+37
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 Torvalds2-3/+37
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell20-803/+4401
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-802/+4400
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/coreIngo Molnar1-1/+0
2008-12-25Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/ring-buffer'; commit 'v2.6.28' into tracing/coreIngo Molnar10-67/+39
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra2-2/+2
2008-12-23ring-buffer: prevent false positive warningSteven Rostedt1-2/+5
2008-12-23ring-buffer: fix dangling commit raceSteven Rostedt1-0/+12
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg8-63/+20
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/coreIngo Molnar2-25/+18
2008-12-19tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar1-0/+1
2008-12-19tracing: fix warning in kernel/trace/trace.cIngo Molnar1-1/+0
2008-12-18tracing/ring-buffer: remove unused ring_buffer sizeLai Jiangshan1-3/+1
2008-12-18trace: fix task state printoutThomas Gleixner1-22/+17
2008-12-18ftrace: add not to regex on filtering functionsSteven Rostedt1-2/+13
2008-12-18trace: better use of stack_trace_enabled for boot up codeSteven Rostedt1-7/+4
2008-12-18trace: add a way to enable or disable the stack tracerSteven Rostedt2-8/+57
2008-12-17tracing/ftrace: add the printk-msg-only optionFrederic Weisbecker2-1/+27
2008-12-17tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_stamp()Frederic Weisbecker1-1/+1
2008-12-16Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar6-133/+118
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-12-12tracing/function-graph-tracer: Output arrows signal on hardirq call/returnFrederic Weisbecker1-4/+62
2008-12-12x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interfaceMarkus Metzger5-129/+56
2008-12-12ring_buffer: adding EXPORT_SYMBOLsRobert Richter1-0/+34
2008-12-10ftrace: remove unused function arg in trace_iterator_increment()Robert Richter1-2/+2
2008-12-10ring_buffer: update description for ring_buffer_alloc()Robert Richter1-1/+1
2008-12-08tracing/function-graph-tracer: fix 'flags' variable mismatchIngo Molnar1-3/+3
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker2-13/+7
2008-12-08tracing/function-graph-tracer: turn tracing_selftest_running into an intFrederic Weisbecker1-5/+7
2008-12-08tracing/function-graph-tracer: implement a print_headers functionFrederic Weisbecker1-4/+29
2008-12-05ftrace: use init_struct_pid as swapper pidSteven Rostedt1-1/+1
2008-12-05tracing/ftrace: provide the macro task_curr_ret_stack()Frederic Weisbecker1-7/+1
2008-12-05tracing/ftrace: fix the check of ftrace_trace_taskFrederic Weisbecker1-1/+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 Molnar4-9/+97
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker4-9/+97
2008-12-04ftrace: avoid duplicated function when writing set_graph_functionLiming Wang1-2/+8
2008-12-04tracing: fix typo and missing inline functionIngo Molnar1-1/+5
2008-12-04ftrace: add ability to only trace swapper tasksSteven Rostedt1-11/+63
2008-12-04ftrace: use struct pidSteven Rostedt2-34/+46
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt3-1/+14
2008-12-04ftrace: use task struct trace flag to filter on pidSteven Rostedt1-3/+25
2008-12-04ftrace: graph of a single functionSteven Rostedt3-1/+264
2008-12-04Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar8-112/+418
2008-12-04Merge branch 'master' into nextJames Morris5-96/+210