summaryrefslogtreecommitdiffstats
path: root/include/trace/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+342
|\
| * itimers: Add tracepoints for itimerXiao Guangrong2009-08-291-0/+66
| * hrtimer: Add tracepoint for hrtimersXiao Guangrong2009-08-291-0/+139
| * timers: Add tracepoints for timer_list timersXiao Guangrong2009-08-291-0/+137
* | tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman2009-09-221-0/+51
* | tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman2009-09-221-0/+38
* | tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman2009-09-221-0/+74
* | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-202-0/+114
|\ \
| * | tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-191-0/+81
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-09-195-15/+187
| |\ \
| * | | perf_counter, sched: Add sched_stat_runtime tracepointIngo Molnar2009-09-131-0/+33
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-09-182-38/+106
|\ \ \ \ | |_|/ / |/| | |
| * | | ext4: Add a tracepoint for ext4_alloc_da_blocks()Theodore Ts'o2009-09-161-0/+27
| * | | ext4: Fix include/trace/events/ext4.h to work with SystemtapTheodore Ts'o2009-09-141-2/+4
| * | | ext4: fix tracepoint format string warningsTheodore Ts'o2009-09-172-36/+41
| * | | ext4: Add new tracepoint: trace_ext4_da_write_pages()Theodore Ts'o2009-08-311-0/+34
| * | | ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()Theodore Ts'o2009-09-171-1/+1
* | | | softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan2009-09-171-10/+11
* | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-09-174-4/+268
|\ \ \ \ | |/ / /
| * | | writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-4/+2
| * | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-141-0/+151
| |\ \ \
| | * | | KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+56
| | * | | KVM: Trace mmioAvi Kivity2009-09-101-0/+33
| | * | | KVM: Trace irq level and source idAvi Kivity2009-09-101-3/+8
| | * | | KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-0/+57
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-0/+20
| |\ \ \ | | |_|/ | |/| |
| | * | net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman2009-08-131-0/+20
| | |/
| * | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-113-4/+204
| |\ \
| * | | sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra2009-09-021-0/+95
| | |/ | |/|
* | | tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde2009-09-121-1/+3
| |/ |/|
* | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-261-0/+70
|\ \
| * | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-261-0/+70
* | | tracing/sched: show CPU task wakes up on in trace eventSteven Rostedt2009-08-261-4/+8
|/ /
* | tracing/events: Add module tracepointsLi Zefan2009-08-171-0/+126
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-149-27/+27
|\
| * tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan2009-07-139-27/+27
* | ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaocAneesh Kumar K.V2009-06-141-44/+1
* | ext4: Fix type warning on 64-bit platforms in tracing events headerTheodore Ts'o2009-06-201-1/+2
|/
* ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-0/+719
* jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-0/+168
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-0/+11
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-17/+12
* tracing: fix the block trace points print sizeSteven Rostedt2009-06-091-15/+30
* tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-0/+483
* Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar2009-06-041-12/+12
|\
| * tracing: remove redundant SOFTIRQ from softirq event tracesSteven Rostedt2009-06-011-12/+12
* | ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei2009-06-021-0/+100
|/
* tracing: convert irq events to use __print_symbolicSteven Rostedt2009-05-261-6/+17
* 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
OpenPOWER on IntegriCloud