summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | tracing: convert irq events to use __print_symbolicSteven Rostedt2009-05-261-6/+17
| * | | | | | | | | tracing: add __print_symbolic to trace eventsSteven Rostedt2009-05-262-0/+11
| * | | | | | | | | tracing: add flag output for kmem eventsSteven Rostedt2009-05-261-8/+45
| * | | | | | | | | tracing: add previous task state info to sched switch eventSteven Rostedt2009-05-261-1/+8
| * | | | | | | | | tracing: add __print_flags for eventsSteven Rostedt2009-05-262-1/+26
| * | | | | | | | | tracing/events: change the type of __str_loc_item to unsigned shortLi Zefan2009-05-261-1/+1
| * | | | | | | | | Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-1818-25/+82
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | blktrace: from-sector redundant in trace_block_remap, cleanupLi Zefan2009-05-111-2/+2
| * | | | | | | | | | tracing: add trace_set_clr_event to export event enabling functionSteven Rostedt2009-05-081-0/+2
| * | | | | | | | | | Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-073-22/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-241-2/+4
| | * | | | | | | | | | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24440-28063/+2302
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar2009-04-081-1/+0
| | * | | | | | | | | | | mm, x86, ptrace, bts: defer branch trace stopping, cleanupIngo Molnar2009-04-081-1/+0
| | * | | | | | | | | | | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-072-12/+0
| | * | | | | | | | | | | mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-072-8/+4
| | * | | | | | | | | | | sched, hw-branch-tracer: add wait_task_context_switch() function to sched.hMarkus Metzger2009-04-071-0/+2
| * | | | | | | | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-07193-9853/+793
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle2009-05-061-2/+2
| * | | | | | | | | | | | | blktrace: correct remap namesAlan D. Brunelle2009-05-062-4/+4
| * | | | | | | | | | | | | tracepoint: trace_sched_migrate_task(): remove parameterMathieu Desnoyers2009-05-061-3/+3
| * | | | | | | | | | | | | tracing/events: fix memory leak when unloading moduleLi Zefan2009-05-061-0/+1
| * | | | | | | | | | | | | ring-buffer: add counters for commit overrun and nmi dropped entriesSteven Rostedt2009-05-051-0/+2
| * | | | | | | | | | | | | tracing: add irq tracepoint documentationJason Baron2009-05-011-4/+42
| * | | | | | | | | | | | | tracing/filters: a better event parserTom Zanussi2009-04-291-1/+1
| * | | | | | | | | | | | | tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi2009-04-292-11/+12
| * | | | | | | | | | | | | tracing/filters: move preds into event_filter objectTom Zanussi2009-04-291-2/+2
| * | | | | | | | | | | | | tracing: x86, mmiotrace: only register for die notifier when tracer activeStuart Bennett2009-04-291-0/+2
| * | | | | | | | | | | | | tracing/events: reuse trace event ids after overflowSteven Rostedt2009-04-251-0/+1
| * | | | | | | | | | | | | tracing: remove deprecated TRACE_FORMATSteven Rostedt2009-04-243-75/+0
| * | | | | | | | | | | | | tracing/irq: convert irq traces to use TRACE_EVENT macroSteven Rostedt2009-04-241-9/+48
| * | | | | | | | | | | | | tracing/lockdep: convert lockdep to use TRACE_EVENT macroSteven Rostedt2009-04-241-10/+46
| * | | | | | | | | | | | | ring_buffer: compressed event headerLai Jiangshan2009-04-241-7/+9
| * | | | | | | | | | | | | tracing: fix cut and paste macro errorSteven Rostedt2009-04-241-4/+4
| * | | | | | | | | | | | | tracing: increase size of number of possible eventsSteven Rostedt2009-04-241-1/+4
| * | | | | | | | | | | | | tracing/events: protect __get_str()Frederic Weisbecker2009-04-221-1/+1
| * | | | | | | | | | | | | tracing/lock: provide lock_acquired event support for dynamic size stringFrederic Weisbecker2009-04-221-3/+3
| * | | | | | | | | | | | | tracing/events: provide string with undefined size supportFrederic Weisbecker2009-04-221-3/+85
| * | | | | | | | | | | | | tracing/events: make struct trace_entry->type to be int typeLi Zefan2009-04-222-3/+3
| * | | | | | | | | | | | | tracing: remove dangling semicolonSteven Rostedt2009-04-201-1/+1
| * | | | | | | | | | | | | tracing: remove format attribute of inline functionSteven Rostedt2009-04-181-1/+0
| * | | | | | | | | | | | | tracing: add same level recursion detectionSteven Rostedt2009-04-173-1/+11
| * | | | | | | | | | | | | tracing/events: enable code with EVENT_TRACING not EVENT_TRACERSteven Rostedt2009-04-171-1/+1
| * | | | | | | | | | | | | tracing: Remove include/trace/kmem_event_types.hZhaolei2009-04-171-193/+0
| * | | | | | | | | | | | | tracing: avoid warnings from zero-arg tracepointsJeremy Fitzhardinge2009-04-171-2/+2
| * | | | | | | | | | | | | tracing/events/ring-buffer: expose format of ring buffer headers to usersSteven Rostedt2009-04-171-0/+5
| * | | | | | | | | | | | | ftrace: use module notifier for function tracerSteven Rostedt2009-04-172-7/+4
| * | | | | | | | | | | | | blktrace: add trace/ to /sys/block/sdaLi Zefan2009-04-161-0/+6
| * | | | | | | | | | | | | blktrace: support per-partition tracingShawn Du2009-04-161-11/+13
| * | | | | | | | | | | | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-157-2/+2