aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_filter.c
AgeCommit message (Expand)Author
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt
2010-05-14tracing: Move fields from event to class structureSteven Rostedt
2010-05-14tracing: Create class struct for eventsSteven Rostedt
2010-05-06perf: Fix check at end of event searchDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan
2009-10-29tracing/filters: Fix to make system filter workLi Zefan
2009-10-15tracing/events: Fix locking imbalance in the filter codeIngo Molnar
2009-10-15tracing/profile: Add filter supportLi Zefan
2009-10-15tracing/filters: Use a different op for glob matchLi Zefan
2009-10-15tracing/filters: Refactor subsystem filter codeLi Zefan
2009-10-13Merge branch 'tracing/urgent' into tracing/coreIngo Molnar
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan
2009-09-24tracing/filters: Unify the regex parsing helpersFrederic Weisbecker
2009-09-24tracing/filters: Provide basic regex supportFrederic Weisbecker
2009-09-24tracing/filters: Cleanup useless headersFrederic Weisbecker
2009-09-09tracing: move PRED macros to trace_events_filter.cLi Zefan
2009-09-04tracing/filters: Defer pred allocation, fix memory leakLi Zefan
2009-08-31tracing/filters: Defer pred allocationLi Zefan
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi
2009-07-20tracing/filters: improve subsystem filterLi Zefan
2009-07-20tracing/events: record the size of dynamic arraysLi Zefan
2009-07-10tracing/filter: Remove preds from struct event_subsystemXiao Guangrong
2009-06-16tracing/filters: fix race between filter setting and module unloadLi Zefan
2009-06-16tracing/filters: free filter_string in destroy_preds()Li Zefan
2009-06-15tracing/filters: strloc should be unsigned shortLi Zefan
2009-06-15tracing/filters: operand can be negativeLi Zefan
2009-06-01tracing/events: introduce __dynamic_array()Li Zefan
2009-05-14tracing/filters: fix off-by-one bugLi Zefan
2009-05-14tracing/filters: add missing unlock in a failure pathLi Zefan
2009-05-07tracing/events: fix concurrent access to ftrace_events list, fixLi Zefan
2009-05-07tracing/filters: support for operator reserved characters in stringsFrederic Weisbecker
2009-05-07tracing/filters: support for filters of dynamic sized arraysFrederic Weisbecker
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan
2009-05-06tracing/events: fix memory leak when unloading moduleLi Zefan
2009-04-29tracing/filters: a better event parserTom Zanussi
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi
2009-04-21tracing/filters: allow user-input to be integer-like stringLi Zefan
2009-04-17tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi