summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove test of NULL define_fields callbackLi Zefan2010-06-281-9/+0
* tracing: Don't allocate common fields for every trace eventsLi Zefan2010-06-281-3/+15
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-181-1/+1
|\
| * perf: Fix check at end of event searchDan Carpenter2010-05-061-1/+1
* | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-5/+5
* | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-1/+1
* | tracing: Move fields from event to class structureSteven Rostedt2010-05-141-4/+6
* | tracing: Create class struct for eventsSteven Rostedt2010-05-141-3/+3
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-291-9/+20
|\
| * tracing/filters: Add comment for match callbacksLi Zefan2010-01-141-1/+12
| * tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-141-4/+3
| * tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan2010-01-141-1/+1
| * tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan2010-01-141-2/+3
| * tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan2010-01-141-1/+1
* | perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-281-2/+2
|/
* tracing/filters: Fix to make system filter workLi Zefan2009-10-291-1/+1
* tracing/events: Fix locking imbalance in the filter codeIngo Molnar2009-10-151-11/+15
* tracing/profile: Add filter supportLi Zefan2009-10-151-26/+107
* tracing/filters: Use a different op for glob matchLi Zefan2009-10-151-31/+28
* tracing/filters: Refactor subsystem filter codeLi Zefan2009-10-151-79/+45
* Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-131-1/+2
|\
| * tracing/filters: Fix memory leak when setting a filterLi Zefan2009-10-131-1/+2
* | tracing/filters: Unify the regex parsing helpersFrederic Weisbecker2009-09-241-11/+9
* | tracing/filters: Provide basic regex supportFrederic Weisbecker2009-09-241-16/+139
* | tracing/filters: Cleanup useless headersFrederic Weisbecker2009-09-241-2/+0
|/
* tracing: move PRED macros to trace_events_filter.cLi Zefan2009-09-091-0/+41
* tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-041-5/+6
* tracing/filters: Defer pred allocationLi Zefan2009-08-311-9/+41
* tracing/filters: Support filtering for char * stringsLi Zefan2009-08-261-3/+23
* tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-6/+0
* tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan2009-08-261-9/+14
* tracing/filters: Don't use pred on alloc failureTom Zanussi2009-08-081-0/+2
* tracing/filters: improve subsystem filterLi Zefan2009-07-201-42/+82
* tracing/events: record the size of dynamic arraysLi Zefan2009-07-201-2/+4
* tracing/filter: Remove preds from struct event_subsystemXiao Guangrong2009-07-101-33/+6
* tracing/filters: fix race between filter setting and module unloadLi Zefan2009-06-161-17/+10
* tracing/filters: free filter_string in destroy_preds()Li Zefan2009-06-161-0/+1
* tracing/filters: strloc should be unsigned shortLi Zefan2009-06-151-1/+1
* tracing/filters: operand can be negativeLi Zefan2009-06-151-1/+6
* tracing/events: introduce __dynamic_array()Li Zefan2009-06-011-3/+3
* tracing/filters: fix off-by-one bugLi Zefan2009-05-141-1/+1
* tracing/filters: add missing unlock in a failure pathLi Zefan2009-05-141-4/+6
* tracing/events: fix concurrent access to ftrace_events list, fixLi Zefan2009-05-071-2/+3
* tracing/filters: support for operator reserved characters in stringsFrederic Weisbecker2009-05-071-0/+10
* tracing/filters: support for filters of dynamic sized arraysFrederic Weisbecker2009-05-071-3/+41
* tracing/events: fix concurrent access to ftrace_events listLi Zefan2009-05-061-3/+7
* tracing/events: fix memory leak when unloading moduleLi Zefan2009-05-061-7/+15
* tracing/filters: a better event parserTom Zanussi2009-04-291-224/+796
* tracing/filters: move preds into event_filter objectTom Zanussi2009-04-291-41/+66
OpenPOWER on IntegriCloud