aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+33
2009-10-01Add a tracepoint for block request remappingGravatar Jun'ichi Nomura 1-0/+33
2009-09-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 2-4/+252
2009-09-30ext4: Add a stub for mpage_da_data in the trace headerGravatar Josh Stone 1-0/+1
2009-09-30jbd2: Use tracepoints for history fileGravatar Theodore Ts'o 1-0/+78
2009-09-30ext4: Use tracepoints for mb_history trace fileGravatar Theodore Ts'o 1-0/+163
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksGravatar Theodore Ts'o 1-4/+10
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+342
2009-09-22tracing/workqueue: Use %pf in workqueue trace eventsGravatar Anton Blanchard 1-2/+2
2009-09-22tracing, page-allocator: add trace event for page traffic related to the budd...Gravatar Mel Gorman 1-0/+51
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back...Gravatar Mel Gorman 1-0/+38
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingGravatar Mel Gorman 1-0/+74
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-5/+5
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-48/+63
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-5/+5
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 2-0/+114
2009-09-19tracing, perf: Convert the power tracer into an event tracerGravatar Arjan van de Ven 1-0/+81
2009-09-19Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 6-19/+191
2009-09-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 2-38/+106
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyGravatar Frederic Weisbecker 1-28/+55
2009-09-18tracing: Factorize the events profile accountingGravatar Frederic Weisbecker 1-20/+8
2009-09-17softirq: add BLOCK_IOPOLL to softirq_to_nameGravatar Li Zefan 1-10/+11
2009-09-17Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 4-4/+268
2009-09-16ext4: Add a tracepoint for ext4_alloc_da_blocks()Gravatar Theodore Ts'o 1-0/+27
2009-09-16writeback: get rid of wbc->for_writepagesGravatar Jens Axboe 1-4/+2
2009-09-14ext4: Fix include/trace/events/ext4.h to work with SystemtapGravatar Theodore Ts'o 1-2/+4
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+151
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+20
2009-09-14tracing: have TRACE_EVENT macro use __flags to not shadow parameterGravatar Steven Rostedt 1-2/+2
2009-09-14tracing: add static to generated TRACE_EVENT functionsGravatar Steven Rostedt 1-2/+2
2009-09-13perf_counter, sched: Add sched_stat_runtime tracepointGravatar Ingo Molnar 1-0/+33
2009-09-12tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceGravatar Carsten Emde 1-1/+3
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-45/+311
2009-09-10KVM: Add trace points in irqchip codeGravatar Gleb Natapov 1-0/+56
2009-09-10KVM: Trace mmioGravatar Avi Kivity 1-0/+33
2009-09-10KVM: Trace irq level and source idGravatar Avi Kivity 1-3/+8
2009-09-10KVM: convert custom marker based tracing to event tracesGravatar Marcelo Tosatti 1-0/+57
2009-09-17ext4: fix tracepoint format string warningsGravatar Theodore Ts'o 2-36/+41
2009-09-04tracing: pass around ring buffer instead of tracerGravatar Steven Rostedt 1-5/+10
2009-09-02sched: Add wait, sleep and iowait accounting tracepointsGravatar Peter Zijlstra 1-0/+95
2009-08-31ext4: Add new tracepoint: trace_ext4_da_write_pages()Gravatar Theodore Ts'o 1-0/+34
2009-09-17ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()Gravatar Theodore Ts'o 1-1/+1
2009-08-31tracing/filters: Defer pred allocationGravatar Li Zefan 1-1/+0
2009-08-29itimers: Add tracepoints for itimerGravatar Xiao Guangrong 1-0/+66
2009-08-29hrtimer: Add tracepoint for hrtimersGravatar Xiao Guangrong 1-0/+139
2009-08-29timers: Add tracepoints for timer_list timersGravatar Xiao Guangrong 1-0/+137
2009-08-28tracing: Fix double CPP substitution in TRACE_EVENT_FNGravatar Frederic Weisbecker 1-6/+7
2009-08-27tracing: Undef TRACE_EVENT_FN between trace events headers inclusionGravatar Frederic Weisbecker 1-0/+1
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Ingo Molnar 4-17/+84