aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-1/+1
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-1/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+1
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt1-0/+1
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-7/+2
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-2/+7
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-1/+10
2009-10-15tracing/profile: Add filter supportLi Zefan1-1/+10
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-3/+9
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker1-0/+6
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker1-2/+2
2009-09-12tracing: allow filter predicates to handle ksym symbolsSteven Rostedt1-2/+2
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-0/+1
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-1/+0
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker1-6/+10
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-5/+10
2009-08-31tracing/filters: Defer pred allocationLi Zefan1-1/+0
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker1-3/+3
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu1-9/+10
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan1-0/+1
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-1/+8
2009-08-19tracing/syscalls: Add filtering supportLi Zefan1-2/+3
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan1-7/+1
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan1-1/+1
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker1-1/+2
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+3
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-6/+6
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-1/+3
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra1-5/+3
2009-07-20tracing/filters: improve subsystem filterLi Zefan1-1/+3
2009-06-01tracing: make trace pipe recognize latency format flagSteven Rostedt1-1/+1
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt1-0/+3
2009-05-26tracing: add __print_flags for eventsSteven Rostedt1-1/+12
2009-05-08tracing: add trace_set_clr_event to export event enabling functionSteven Rostedt1-0/+2
2009-05-06tracing/events: fix memory leak when unloading moduleLi Zefan1-0/+1
2009-04-29tracing/filters: a better event parserTom Zanussi1-1/+1
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi1-3/+4
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi1-2/+2
2009-04-24tracing/events: reuse trace event ids after overflowSteven Rostedt1-0/+1
2009-04-23tracing: increase size of number of possible eventsSteven Rostedt1-1/+4
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan1-2/+2
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt1-0/+3
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt1-0/+1
2009-04-14tracing/events: move declarations from trace directory to core includeSteven Rostedt1-0/+146