summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1015-57/+417
|\
| * tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCKLi Zefan2009-06-101-2/+2
| * tracing: add trace_seq_vprint interfaceSteven Rostedt2009-06-091-0/+2
| * tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-0/+13
| * ring-buffer: pass in lockdep class key for reader_lockPeter Zijlstra2009-06-081-1/+13
| * tracing: make trace pipe recognize latency format flagSteven Rostedt2009-06-011-1/+1
| * tracing: add __print_symbolic to trace eventsSteven Rostedt2009-05-261-0/+3
| * tracing: add __print_flags for eventsSteven Rostedt2009-05-261-1/+12
| * Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-1815-21/+67
| |\
| * | 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-2470-302/+2027
| | |\ \
| | * | | 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-0758-131/+652
| |\ \ \ \
| * | | | | blktrace: correct remap namesAlan D. Brunelle2009-05-061-2/+2
| * | | | | 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/filters: a better event parserTom Zanussi2009-04-291-1/+1
| * | | | | tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi2009-04-291-3/+4
| * | | | | 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-241-0/+1
| * | | | | tracing: remove deprecated TRACE_FORMATSteven Rostedt2009-04-241-5/+0
| * | | | | ring_buffer: compressed event headerLai Jiangshan2009-04-241-7/+9
| * | | | | tracing: increase size of number of possible eventsSteven Rostedt2009-04-231-1/+4
| * | | | | tracing/events: make struct trace_entry->type to be int typeLi Zefan2009-04-221-2/+2
| * | | | | 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/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-141-1/+1
| * | | | | tracing/events: add support for modules to TRACE_EVENTSteven Rostedt2009-04-143-0/+9
| * | | | | tracing/events: convert event call sites to use a link listSteven Rostedt2009-04-141-0/+1
| * | | | | tracing/events: move declarations from trace directory to core includeSteven Rostedt2009-04-141-0/+146
| * | | | | tracing: make trace_seq operations available for core kernelSteven Rostedt2009-04-141-0/+89
| * | | | | tracing: consolidate trace and trace_event headersSteven Rostedt2009-04-141-1/+8
| * | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-04-148-101/+186
| |\ \ \ \ \
| * | | | | | ring-buffer: add ring_buffer_discard_commitSteven Rostedt2009-04-141-0/+29
| * | | | | | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-123-2/+27
| * | | | | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-04-1033-98/+1367
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-04-072-2/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into tracing/coreIngo Molnar2009-04-07362-4587/+8862
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
OpenPOWER on IntegriCloud