aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-28tracing: Remove test of NULL define_fields callbackLi Zefan1-9/+0
2010-06-28tracing: Don't allocate common fields for every trace eventsLi Zefan1-3/+15
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6Steven Rostedt1-1/+1
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt1-5/+5
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-1/+1
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-4/+6
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-3/+3
2010-05-06perf: Fix check at end of event searchDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-9/+20
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan1-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan1-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan1-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan1-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan1-1/+1
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-2/+2
2009-10-29tracing/filters: Fix to make system filter workLi Zefan1-1/+1
2009-10-15tracing/events: Fix locking imbalance in the filter codeIngo Molnar1-11/+15
2009-10-15tracing/profile: Add filter supportLi Zefan1-26/+107
2009-10-15tracing/filters: Use a different op for glob matchLi Zefan1-31/+28
2009-10-15tracing/filters: Refactor subsystem filter codeLi Zefan1-79/+45
2009-10-13Merge branch 'tracing/urgent' into tracing/coreIngo Molnar1-1/+2
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-09-24tracing/filters: Unify the regex parsing helpersFrederic Weisbecker1-11/+9
2009-09-24tracing/filters: Provide basic regex supportFrederic Weisbecker1-16/+139
2009-09-24tracing/filters: Cleanup useless headersFrederic Weisbecker1-2/+0
2009-09-09tracing: move PRED macros to trace_events_filter.cLi Zefan1-0/+41
2009-09-04tracing/filters: Defer pred allocation, fix memory leakLi Zefan1-5/+6
2009-08-31tracing/filters: Defer pred allocationLi Zefan1-9/+41
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan1-3/+23
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-6/+0
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan1-9/+14
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+2
2009-07-20tracing/filters: improve subsystem filterLi Zefan1-42/+82
2009-07-20tracing/events: record the size of dynamic arraysLi Zefan1-2/+4
2009-07-10tracing/filter: Remove preds from struct event_subsystemXiao Guangrong1-33/+6
2009-06-16tracing/filters: fix race between filter setting and module unloadLi Zefan1-17/+10
2009-06-16tracing/filters: free filter_string in destroy_preds()Li Zefan1-0/+1
2009-06-15tracing/filters: strloc should be unsigned shortLi Zefan1-1/+1
2009-06-15tracing/filters: operand can be negativeLi Zefan1-1/+6
2009-06-01tracing/events: introduce __dynamic_array()Li Zefan1-3/+3
2009-05-14tracing/filters: fix off-by-one bugLi Zefan1-1/+1
2009-05-14tracing/filters: add missing unlock in a failure pathLi Zefan1-4/+6
2009-05-07tracing/events: fix concurrent access to ftrace_events list, fixLi Zefan1-2/+3
2009-05-07tracing/filters: support for operator reserved characters in stringsFrederic Weisbecker1-0/+10
2009-05-07tracing/filters: support for filters of dynamic sized arraysFrederic Weisbecker1-3/+41
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan1-3/+7
2009-05-06tracing/events: fix memory leak when unloading moduleLi Zefan1-7/+15
2009-04-29tracing/filters: a better event parserTom Zanussi1-224/+796
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi1-41/+66