aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tracing/filters: allow user-input to be integer-like stringLi Zefan2009-04-211-14/+12
* tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi2009-04-171-20/+70
* tracing/events: add export symbols for trace events in modulesSteven Rostedt2009-04-141-0/+2
* tracing/events: convert event call sites to use a link listSteven Rostedt2009-04-141-4/+4
* tracing/filters: allow on-the-fly filter switchingTom Zanussi2009-04-141-120/+132
* Merge branch 'linus' into tracing/coreIngo Molnar2009-04-141-4/+10
|\
| * tracing/filters: return proper error code when writing filter fileLi Zefan2009-04-121-2/+2
| * tracing/filters: allow user input integer to be oct or hexLi Zefan2009-04-121-2/+3
| * tracing/filters: fix NULL pointer dereferenceLi Zefan2009-04-121-0/+5
* | tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi2009-04-141-2/+2
|/
* tracing/filters: disallow integer values for string filters and vice versaTom Zanussi2009-03-241-0/+5
* tracing/filters: use trace_seq_printf() to print filtersTom Zanussi2009-03-241-16/+9
* tracing/filters: use list_for_each_entryTom Zanussi2009-03-241-2/+2
* tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi2009-03-231-7/+24
* tracing/filters: fix bug in copy_pred()Tom Zanussi2009-03-231-2/+10
* tracing/filters: use list_for_each_entry_safeTom Zanussi2009-03-231-4/+2
* tracing: add per-subsystem filteringTom Zanussi2009-03-221-0/+80
* tracing: add per-event filteringTom Zanussi2009-03-221-0/+326