summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22tracing: Fix off-by-one in trace_get_user()Li Zefan
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton
2009-09-19tracing: remove max_tracer_type_lenLi Zefan
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde
2009-09-11tracing: create generic trace parserjolsa@redhat.com
2009-09-11tracing: add lock depth to entriesSteven Rostedt
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar
2009-09-04tracing: report error in trace if we fail to swap latency bufferSteven Rostedt
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt
2009-09-04tracing: make tracing_reset safe for external useSteven Rostedt
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt
2009-09-04tracing: remove users of tracing_resetSteven Rostedt
2009-09-04tracing: disable buffers and synchronize_sched before resettingSteven Rostedt
2009-09-04tracing: disable update max tracer while reading traceSteven Rostedt
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei
2009-08-11tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the grap...Frederic Weisbecker
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt
2009-07-20tracing: cleanup for tracing_trace_options_read()Xiao Guangrong
2009-07-18tracing: Remove unused fields/variablesjolsa@redhat.com
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-07ring-buffer: make locklessSteven Rostedt
2009-07-01tracing/events: Add trace_event boot optionLi Zefan
2009-06-24tracing: Fix trace_buf_size boot optionLi Zefan
2009-06-24tracing: Reset iterator in t_start()Li Zefan
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim
2009-06-15tracing: replace a GFP_ATOMIC with GFP_KERNEL allocationLi Zefan
2009-06-15tracing: fix a typo in tracing_cpumask_write()Li Zefan
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-01tracing: make trace pipe recognize latency format flagSteven Rostedt
2009-05-28trace: disable preemption before taking raw spinlocksHeiko Carstens