summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2009-09-12tracing: show details of structures within the ftrace structuresSteven Rostedt
2009-09-12tracing: use macros to create internal ftrace entry ring buffer structuresSteven 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: move tgid out of generic entry and into userstackSteven Rostedt
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker
2009-09-09tracing: move PRED macros to trace_events_filter.cLi Zefan
2009-09-09tracing: remove stats from struct tracerLi Zefan
2009-09-09tracing: format clean upsLi Zefan
2009-09-09tracing: remove dead codeLi Zefan
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar
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: use timestamp to determine start of latency tracesSteven 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-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron
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/core: Make the stack entry helpers globalFrederic Weisbecker
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker
2009-07-20tracing/filters: improve subsystem filterLi Zefan
2009-07-10ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong
2009-07-01tracing/events: Add trace_event boot optionLi Zefan
2009-06-25ring-buffer: Make it generally availablePaul Mundt
2009-06-02hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar
2009-05-06tracing: reset ring buffer when removing modules with eventsSteven Rostedt
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan
2009-04-29tracing/filters: a better event parserTom Zanussi
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan
2009-04-17tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt
2009-04-14tracing/events: move declarations from trace directory to core includeSteven Rostedt
2009-04-14tracing: make trace_seq operations available for core kernelSteven Rostedt
2009-04-14tracing/filters: allow on-the-fly filter switchingTom Zanussi
2009-04-14tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi
2009-04-14tracing/filters: use ring_buffer_discard_commit for discarded eventsSteven Rostedt
2009-04-14tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macroTom Zanussi
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei