aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-10trace_clock: fix preemption bugPeter Zijlstra
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt
2009-03-10tracing: update comments to match event code macrosSteven Rostedt
2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt
2009-03-10tracing: add back the available_events fileSteven Rostedt
2009-03-10tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt
2009-03-10tracing: fix printk format specifierSteven Rostedt
2009-03-10tracing: Don't assume possible cpu list have continuous numbersKOSAKI Motohiro
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt
2009-03-10tracing: use generic __stringifySteven Rostedt
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt
2009-03-09tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro
2009-03-08Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar
2009-03-06tracing: trace_bprintk() cleanupsIngo Molnar
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
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro
2009-03-06tracing: current tip/master can't enable ftraceKOSAKI Motohiro
2009-03-06Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-06Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar
2009-03-05tracing: add format files for ftrace default entriesSteven Rostedt
2009-03-05tracing: move print of event format to separate fileSteven Rostedt
2009-03-05tracing: make all file_operations constSteven Rostedt
2009-03-05tracing: clean up menuIngo Molnar
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt
2009-03-04tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt
2009-03-04tracing: add latency output format optionSteven Rostedt
2009-03-04tracing: fix seq read from trace filesSteven Rostedt
2009-03-04tracing: do not return EFAULT if read copied anythingSteven Rostedt
2009-03-04ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra