aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* perf_events: Undo some recursion damagePeter Zijlstra2009-11-231-8/+9
* tracing: Use the perf recursion protection from trace eventFrederic Weisbecker2009-11-221-11/+12
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-171-4/+4
|\
| * tracing: Rename 'lockdep' event subsystem into 'lock'Frederic Weisbecker2009-11-131-4/+4
* | tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-081-9/+30
* | Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-237-75/+136
|\ \ | |/
| * events: Harmonize event field names and print output namesIngo Molnar2009-10-155-77/+74
| * Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-152-1/+62
| |\
| | * tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker2009-10-141-1/+1
| | * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-018-94/+1044
| | |\
| | * | tracing/bkl: Add bkl ftrace eventsFrederic Weisbecker2009-09-241-0/+61
| * | | Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar2009-10-133-4/+285
| |\ \ \
| * | | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-061-6/+9
* | | | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-174-6/+287
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-041-0/+33
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-0/+33
| | |/ /
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-09-302-4/+252
| |\ \ \ | | |/ / | |/| |
| | * | ext4: Add a stub for mpage_da_data in the trace headerJosh Stone2009-09-301-0/+1
| | * | jbd2: Use tracepoints for history fileTheodore Ts'o2009-09-301-0/+78
| | * | ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-301-0/+163
| | * | ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o2009-09-291-4/+10
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-261-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | tracing/workqueue: Use %pf in workqueue trace eventsAnton Blanchard2009-09-221-2/+2
* | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-2311-107/+1076
|\ \ \ \ | |/ / /
| * | | 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-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-5/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-5/+5
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-211-48/+63
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2009-09-181-28/+55
| | * | | tracing: Factorize the events profile accountingFrederic Weisbecker2009-09-181-20/+8
| | | |/ | | |/|
| * | | 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-196-19/+191
| | |\ \ \ | | | |/ /
| | * | | 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
| | |\ \ \