summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_filter.c
AgeCommit message (Expand)Author
2009-10-22tracing/filters: Fix memory leak when setting a filterLi Zefan
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi
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
2009-04-14tracing/events: add export symbols for trace events in modulesSteven Rostedt
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt
2009-04-14tracing/filters: allow on-the-fly filter switchingTom Zanussi
2009-04-14Merge branch 'linus' into tracing/coreIngo Molnar
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi
2009-04-12tracing/filters: return proper error code when writing filter fileLi Zefan
2009-04-12tracing/filters: allow user input integer to be oct or hexLi Zefan
2009-04-12tracing/filters: fix NULL pointer dereferenceLi Zefan
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi
2009-03-22tracing: add per-subsystem filteringTom Zanussi
2009-03-22tracing: add per-event filteringTom Zanussi