summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt
2009-04-10tracing: fix splice return too largeLai Jiangshan
2009-04-10tracing: update file->f_pos when splice(2) itLai Jiangshan
2009-04-10tracing: allocate page when neededLai Jiangshan
2009-04-10tracing: disable seeking for trace_pipe_rawLai Jiangshan
2009-04-07Update /debug/tracing/READMENikanth Karthikesan
2009-04-07tracing/ftrace: alloc the started cpumask for the trace fileFrederic Weisbecker
2009-04-07tracing/ftrace: fix missing include string.hFrederic Weisbecker
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar
2009-03-24function-graph: add option for include sleep timesSteven Rostedt
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev
2009-03-22tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker
2009-03-20Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt
2009-03-18tracing: give easy way to clear trace bufferSteven Rostedt
2009-03-18tracing: fix command line to pid reverse mapCarsten Emde
2009-03-18tracing: fix trace_find_cmdline()Thomas Gleixner
2009-03-18tracing: replace the crude (unsigned) -1 hackeryThomas Gleixner
2009-03-18tracing: stop command line recording when tracing is disabledThomas Gleixner
2009-03-18Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-17tracing: add global-clock option to provide cross CPU clock to tracesSteven Rostedt
2009-03-17ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt
2009-03-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-16tracing: stop comm recording on tracing offSteven Rostedt
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt
2009-03-16tracing/core: fix early free of cpumasksFrederic Weisbecker
2009-03-16tracing/core: fix missing mutex unlock on tracing_set_tracer()Frederic Weisbecker
2009-03-13tracing: move binary buffers into per cpu directorySteven Rostedt
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker
2009-03-12tracing: show that buffer size is not expandedSteven Rostedt
2009-03-12tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt
2009-03-12tracing: fix comments about trace buffer resizingSteven Rostedt
2009-03-12Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Steven Rostedt
2009-03-11ring-buffer: only allocate buffers for online cpusSteven Rostedt
2009-03-11tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt
2009-03-11tracing: expand the ring buffers when an event is activatedSteven Rostedt
2009-03-11tracing: keep ring buffer to minimum size till usedSteven Rostedt
2009-03-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-10tracing: use raw spinlocks for trace_vprintkSteven Rostedt
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker
2009-03-06tracing: add trace_bprintk()Lai Jiangshan