aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-11-17tracing: Fix trace_marker outputCarsten Emde1-25/+14
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin1-1/+1
2009-10-29Merge branch 'tracing/urgent' into tracing/coreIngo Molnar1-4/+4
2009-10-24tracing: Update *ppos instead of filp->f_posJiri Olsa1-4/+4
2009-10-14ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker1-2/+2
2009-10-13Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-2/+2
2009-10-13tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker1-2/+2
2009-10-09tracing: fix trace_vprintk callSteven Rostedt1-1/+1
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-5/+2
2009-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-09-22tracing: Fix off-by-one in trace_get_user()Li Zefan1-1/+1
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+7
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton1-1/+7
2009-09-19tracing: remove max_tracer_type_lenLi Zefan1-33/+16
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt1-1/+4
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde1-0/+5
2009-09-11tracing: create generic trace parserjolsa@redhat.com1-0/+106
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-4/+5
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-1/+1
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar1-10/+2
2009-09-04tracing: report error in trace if we fail to swap latency bufferSteven Rostedt1-1/+12
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt1-2/+22
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-50/+67
2009-09-04tracing: make tracing_reset safe for external useSteven Rostedt1-2/+15
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt1-17/+63
2009-09-04tracing: remove users of tracing_resetSteven Rostedt1-5/+2
2009-09-04tracing: disable buffers and synchronize_sched before resettingSteven Rostedt1-0/+8
2009-09-04tracing: disable update max tracer while reading traceSteven Rostedt1-3/+9
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt1-8/+11
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt1-42/+50
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei1-17/+75
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei1-10/+2
2009-08-11tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei1-7/+7
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-4/+9
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-0/+1
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer fileFrederic Weisbecker1-110/+0
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker1-56/+0
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker1-16/+8
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker1-1/+1
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar1-3/+7
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan1-3/+7
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt1-1/+1
2009-07-20tracing: cleanup for tracing_trace_options_read()Xiao Guangrong1-3/+3
2009-07-18tracing: Remove unused fields/variablesjolsa@redhat.com1-2/+1
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-07ring-buffer: make locklessSteven Rostedt1-3/+0
2009-07-01tracing/events: Add trace_event boot optionLi Zefan1-2/+2