aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven1-3/+0
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt1-5/+7
2009-09-12tracing: show details of structures within the ftrace structuresSteven Rostedt1-0/+9
2009-09-12tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt1-133/+27
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde1-0/+1
2009-09-11tracing: create generic trace parserjolsa@redhat.com1-0/+35
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-0/+1
2009-09-09tracing: move PRED macros to trace_events_filter.cLi Zefan1-41/+0
2009-09-09tracing: remove stats from struct tracerLi Zefan1-1/+0
2009-09-09tracing: format clean upsLi Zefan1-11/+11
2009-09-09tracing: remove dead codeLi Zefan1-22/+0
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt1-0/+5
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-8/+9
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt1-0/+1
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt1-3/+0
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt1-0/+2
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei1-3/+4
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan1-0/+2
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron1-6/+0
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-4/+0
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-4/+0
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer fileFrederic Weisbecker1-0/+1
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker1-3/+25
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker1-0/+1
2009-07-20tracing/filters: improve subsystem filterLi Zefan1-1/+2
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong1-0/+1
2009-07-01tracing/events: Add trace_event boot optionLi Zefan1-0/+3
2009-06-25ring-buffer: Make it generally availablePaul Mundt1-0/+7
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar1-0/+2
2009-05-06tracing: reset ring buffer when removing modules with eventsSteven Rostedt1-0/+2
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan1-0/+1
2009-04-29tracing/filters: a better event parserTom Zanussi1-14/+52
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi1-0/+1
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi1-3/+7
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-1/+1
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan1-1/+1
2009-04-17tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi1-1/+3
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt1-12/+1
2009-04-14tracing/events: move declarations from trace directory to core includeSteven Rostedt1-119/+1
2009-04-14tracing: make trace_seq operations available for core kernelSteven Rostedt1-13/+2
2009-04-14tracing/filters: allow on-the-fly filter switchingTom Zanussi1-5/+9
2009-04-14tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi1-3/+11
2009-04-14tracing/filters: use ring_buffer_discard_commit for discarded eventsSteven Rostedt1-0/+1
2009-04-14tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macroTom Zanussi1-0/+2
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi1-0/+20
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint partZhaolei1-1/+1
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker1-0/+6
2009-04-07Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar1-1/+1
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan1-1/+1