summaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2009-09-14tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt1-2/+2
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt1-2/+2
2009-09-13perf_counter, sched: Add sched_stat_runtime tracepointIngo Molnar1-0/+33
2009-09-12tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde1-1/+3
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-45/+311
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2-12/+18
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov1-0/+56
2009-09-10KVM: Trace mmioAvi Kivity1-0/+33
2009-09-10KVM: Trace irq level and source idAvi Kivity1-3/+8
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-0/+57
2009-09-17ext4: fix tracepoint format string warningsTheodore Ts'o2-36/+41
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-5/+10
2009-09-02sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra1-0/+95
2009-08-31ext4: Add new tracepoint: trace_ext4_da_write_pages()Theodore Ts'o1-0/+34
2009-09-17ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()Theodore Ts'o1-1/+1
2009-08-31tracing/filters: Defer pred allocationLi Zefan1-1/+0
2009-08-29itimers: Add tracepoints for itimerXiao Guangrong1-0/+66
2009-08-29hrtimer: Add tracepoint for hrtimersXiao Guangrong1-0/+139
2009-08-29timers: Add tracepoints for timer_list timersXiao Guangrong1-0/+137
2009-08-28tracing: Fix double CPP substitution in TRACE_EVENT_FNFrederic Weisbecker1-6/+7
2009-08-27tracing: Undef TRACE_EVENT_FN between trace events headers inclusionFrederic Weisbecker1-0/+1
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2-12/+15
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar4-17/+84
2009-08-26tracing/events: fix the include file dependenciesXiao Guangrong1-0/+1
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-7/+24
2009-08-26tracing/sched: show CPU task wakes up on in trace eventSteven Rostedt1-4/+8
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone2-17/+70
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone3-8/+18
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone1-0/+4
2009-08-19tracing/syscalls: Add filtering supportLi Zefan1-0/+7
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan1-5/+3
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan1-2/+1
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan1-2/+4
2009-08-17tracing/events: Add module tracepointsLi Zefan1-0/+126
2009-08-13net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman1-0/+20
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker1-0/+2
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker1-1/+2
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron1-0/+7
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron1-0/+8
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron1-9/+9
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+2
2009-08-11tracing: Add syscall tracepointsJason Baron1-0/+20
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron1-1/+0
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-25/+158
2009-08-10perf_counter: Zero dead bytes from ftrace raw samples size alignmentFrederic Weisbecker1-0/+4
2009-08-10perf_counter: Subtract the buffer size field from the event record sizeFrederic Weisbecker1-1/+7
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra1-1/+2
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-34/+96
2009-08-09perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra1-25/+85
2009-07-20tracing/events: record the size of dynamic arraysLi Zefan1-6/+8