aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-21tracing/filters: allow user-input to be integer-like stringLi Zefan1-14/+12
2009-04-17tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi1-20/+70
2009-04-14tracing/events: add export symbols for trace events in modulesSteven Rostedt1-0/+2
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt1-4/+4
2009-04-14tracing/filters: allow on-the-fly filter switchingTom Zanussi1-120/+132
2009-04-14Merge branch 'linus' into tracing/coreIngo Molnar1-4/+10
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi1-2/+2
2009-04-12tracing/filters: return proper error code when writing filter fileLi Zefan1-2/+2
2009-04-12tracing/filters: allow user input integer to be oct or hexLi Zefan1-2/+3
2009-04-12tracing/filters: fix NULL pointer dereferenceLi Zefan1-0/+5
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi1-0/+5
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi1-16/+9
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi1-2/+2
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi1-7/+24
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi1-2/+10
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi1-4/+2