aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller21-321/+1790
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-17/+12
2009-06-10tracing: do not translate event helper macros in print formatSteven Rostedt1-77/+81
2009-06-09tracing: fix the block trace points print sizeSteven Rostedt1-15/+30
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2-76/+483
2009-06-05Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-0/+2
2009-06-04Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar2-48/+102
2009-06-03tracing: fix multiple use of __print_flags and __print_symbolicSteven Whitehouse1-0/+2
2009-06-01tracing: remove redundant SOFTIRQ from softirq event tracesSteven Rostedt1-12/+12
2009-06-01tracing/events: introduce __dynamic_array()Li Zefan1-34/+88
2009-06-01tracing/events: put TP_fast_assign into bracesLi Zefan1-1/+1
2009-06-01tracing/events: fix a typo in __string() format outputLi Zefan1-2/+2
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei2-25/+100
2009-05-28ftrace: don't convert function's local variable name in macroZhaolei1-10/+10
2009-05-26tracing: convert irq events to use __print_symbolicSteven Rostedt1-6/+17
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt1-0/+8
2009-05-26tracing: add flag output for kmem eventsSteven Rostedt1-8/+45
2009-05-26tracing: add previous task state info to sched switch eventSteven Rostedt1-1/+8
2009-05-26tracing: add __print_flags for eventsSteven Rostedt1-0/+14
2009-05-26tracing/events: change the type of __str_loc_item to unsigned shortLi Zefan1-1/+1
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman1-0/+11
2009-05-11blktrace: from-sector redundant in trace_block_remap, cleanupLi Zefan1-2/+2
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-2/+2
2009-05-06blktrace: correct remap namesAlan D. Brunelle1-2/+2
2009-05-06tracepoint: trace_sched_migrate_task(): remove parameterMathieu Desnoyers1-3/+3
2009-05-01tracing: add irq tracepoint documentationJason Baron1-4/+42
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi1-8/+8
2009-04-24tracing: remove deprecated TRACE_FORMATSteven Rostedt2-70/+0
2009-04-24tracing/irq: convert irq traces to use TRACE_EVENT macroSteven Rostedt1-9/+48
2009-04-24tracing/lockdep: convert lockdep to use TRACE_EVENT macroSteven Rostedt1-10/+46
2009-04-23tracing: fix cut and paste macro errorSteven Rostedt1-4/+4
2009-04-22tracing/events: protect __get_str()Frederic Weisbecker1-1/+1
2009-04-22tracing/lock: provide lock_acquired event support for dynamic size stringFrederic Weisbecker1-3/+3
2009-04-22tracing/events: provide string with undefined size supportFrederic Weisbecker1-3/+85
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan1-1/+1
2009-04-17tracing/events: enable code with EVENT_TRACING not EVENT_TRACERSteven Rostedt1-1/+1
2009-04-17tracing: Remove include/trace/kmem_event_types.hZhaolei1-193/+0
2009-04-17tracing: avoid warnings from zero-arg tracepointsJeremy Fitzhardinge1-2/+2
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt6-1/+1
2009-04-14tracing/events: fix lockdep system nameSteven Rostedt1-1/+1
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt1-0/+1
2009-04-14tracing/events: move the ftrace event tracing code to coreSteven Rostedt3-7/+496
2009-04-14tracing: create automated trace definesSteven Rostedt6-2/+91
2009-04-14tracing: consolidate trace and trace_event headersSteven Rostedt10-509/+646
2009-04-12tracing, kmemtrace: Make kmem tracepoints use TRACE_EVENT macroZhaolei4-37/+197
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint partZhaolei1-22/+3
2009-04-10tracing, net, skb tracepoint: make skb tracepoint use the TRACE_EVENT() macroZhaolei4-3/+41
2009-04-10tracing/lockdep: report the time waited for a lockFrederic Weisbecker1-5/+18
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker1-0/+35
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu1-52/+40