summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
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-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi
2009-03-23tracing/events: don't use wake up for eventsFrederic Weisbecker
2009-03-22tracing: add per-subsystem filteringTom Zanussi
2009-03-22tracing: add per-event filteringTom Zanussi
2009-03-22tracing: add run-time field descriptions for event filteringTom Zanussi
2009-03-20ftrace: event profile hooksPeter Zijlstra
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt
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-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt
2009-03-16Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker
2009-03-13Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...Ingo Molnar
2009-03-13tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker
2009-03-13tracing: add comment for use of double __builtin_consant_pSteven Rostedt
2009-03-12tracing: have event_trace_printk use static tracerSteven Rostedt
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker
2009-03-11tracing: expand the ring buffers when an event is activatedSteven Rostedt
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt
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: infrastructure for supporting binary recordLai Jiangshan
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar
2009-03-04tracing: add latency output format optionSteven Rostedt
2009-03-03tracing: add binary buffer files for use with spliceSteven Rostedt
2009-03-02tracing: add format file to describe event struct fieldsSteven Rostedt
2009-03-02tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt
2009-02-28tracing: add raw fast tracing interface for trace eventsSteven Rostedt
2009-02-28tracing: add raw trace point recording infrastructureSteven Rostedt
2009-02-28tracing: add interface to write into current tracer bufferSteven Rostedt
2009-02-25tracing/core: make the read callbacks reentrantsFrederic Weisbecker
2009-02-25tracing/core: introduce per cpu tracing filesFrederic Weisbecker
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker
2009-02-09tracing: splice support for tracing_pipeEduard - Gabriel Munteanu
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker
2009-02-09tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker
2009-02-09tracing/function-graph-tracer: provide a selftest for the function graph tracerFrederic Weisbecker
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar
2009-02-07trace: trivial fixes in comment typos.Wenji Huang
2009-02-07trace: remove deprecated entry->cpuSteven Rostedt
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker