summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-151-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-141-0/+20
* | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-116-45/+311
|\ \ \
| * | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-051-5/+10
| * | | tracing/filters: Defer pred allocationLi Zefan2009-08-311-1/+0Star
| * | | tracing: Fix double CPP substitution in TRACE_EVENT_FNFrederic Weisbecker2009-08-281-6/+7
| * | | tracing: Undef TRACE_EVENT_FN between trace events headers inclusionFrederic Weisbecker2009-08-271-0/+1
| * | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-264-17/+84
| |\ \ \
| | * | | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-262-17/+70
| | * | | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-263-8/+18
| | * | | tracing: Make syscall tracepoints conditionalJosh Stone2009-08-261-0/+4
| * | | | tracing/events: fix the include file dependenciesXiao Guangrong2009-08-261-0/+1
| * | | | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-7/+24
| * | | | tracing/sched: show CPU task wakes up on in trace eventSteven Rostedt2009-08-261-4/+8
| |/ / /
| * | | tracing/syscalls: Add filtering supportLi Zefan2009-08-191-0/+7
| * | | tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-5/+3Star
| * | | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-2/+1Star
| * | | tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-191-2/+4
| * | | tracing/events: Add module tracepointsLi Zefan2009-08-171-0/+126
| * | | tracing: Add fields format definition for syscall eventsFrederic Weisbecker2009-08-111-0/+2
| * | | tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-1/+2
| * | | tracing: Add perf counter support for syscalls tracingJason Baron2009-08-111-0/+7
| * | | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-0/+8
| * | | tracing: Add trace events for each syscall entry/exitJason Baron2009-08-111-9/+9
| * | | tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-111-2/+2
| * | | tracing: Add syscall tracepointsJason Baron2009-08-111-0/+20
| * | | tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-111-1/+0Star
| * | | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-25/+158
| |\ \ \ | | | |/ | | |/|
| * | | tracing/events: record the size of dynamic arraysLi Zefan2009-07-201-6/+8
| * | | tracing/events: add missing type info of dynamic arraysLai Jiangshan2009-07-201-2/+2
* | | | sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra2009-09-021-0/+95
| |/ / |/| |
* | | perf_counter: Zero dead bytes from ftrace raw samples size alignmentFrederic Weisbecker2009-08-101-0/+4
* | | perf_counter: Subtract the buffer size field from the event record sizeFrederic Weisbecker2009-08-101-1/+7
* | | perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra2009-08-101-1/+2
| |/ |/|
* | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-091-34/+96
* | perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra2009-08-091-25/+85
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-159-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/+1Star
* | ext4: Fix type warning on 64-bit platforms in tracing events headerTheodore Ts'o2009-06-211-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-1521-321/+1790
|\
| * Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-17/+12Star
| |\
| * | tracing: do not translate event helper macros in print formatSteven Rostedt2009-06-101-77/+81