aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-03tracing: Allow NOT to filter AND and OR clausesSteven Rostedt (Red Hat)1-4/+5
2014-12-03tracing: Add NOT to filtering logicSteven Rostedt (Red Hat)1-2/+18
2014-07-16tracing: Kill "filter_string" arg of replace_preds()Oleg Nesterov1-6/+3
2014-07-16tracing: Change apply_subsystem_event_filter() paths to check file->system == dirOleg Nesterov1-23/+16
2014-07-16tracing: Kill call_filter_disable()Oleg Nesterov1-6/+1
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov1-6/+0
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov1-20/+0
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi1-0/+12
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-39/+179
2013-07-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov1-11/+6
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)1-2/+2
2013-06-19tracing: Add binary '&' filter for eventsSteven Rostedt1-0/+6
2013-05-15tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)1-0/+4
2013-03-15tracing: Move find_event_field() into trace_events.czhangwei(Jovi)1-28/+1
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt1-2/+3
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter1-2/+2
2012-08-07tracing/filter: Add missing initializationJiri Olsa1-1/+1
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa1-6/+159
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa1-1/+6
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-4/+3
2011-12-21tracing: Factorize filter creationTejun Heo1-141/+142
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+3
2011-12-05tracing: Restore system filter behaviorLi Zefan1-1/+6
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filterTejun Heo1-3/+3
2011-11-04tracing: Add boiler plate for subsystem filterSteven Rostedt1-7/+19
2011-11-02tracing: Restore system filter behaviorLi Zefan1-1/+6
2011-08-30tracing: Add preempt disable for filter self testSteven Rostedt1-0/+6
2011-08-19tracing/filter: Add startup tests for events filterJiri Olsa1-0/+209
2011-08-19tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa1-66/+58
2011-08-19tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa1-35/+33
2011-08-19tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa1-45/+20
2011-08-19tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa1-33/+14
2011-08-19tracing/filter: Unify predicate tree walking, change check_pred_tree function to use itJiri Olsa1-51/+86
2011-08-19tracing/filter: Simplify tracepoint event lookupJiri Olsa1-6/+3
2011-08-19tracing/filter: Remove field_name from filter_pred structJiri Olsa1-41/+12
2011-08-19tracing/filter: Separate predicate init and filter additionJiri Olsa1-33/+23
2011-08-19tracing/filter: Use static allocation for filter predicatesJiri Olsa1-41/+16
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt1-0/+6
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar1-1/+1
2011-02-07tracing/filter: Remove synchronize_sched() from __alloc_preds()Steven Rostedt1-23/+7
2011-02-07tracing/filter: Swap entire filter of eventsSteven Rostedt1-105/+146
2011-02-07tracing/filter: Optimize filter by folding the treeSteven Rostedt1-9/+224
2011-02-07tracing/filter: Check the created pred treeSteven Rostedt1-1/+71
2011-02-07tracing/filter: Optimize short ciruit checkSteven Rostedt1-3/+9
2011-02-07tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt1-45/+186
2011-02-07tracing/filter: Free pred array on disabling of filterSteven Rostedt1-0/+4
2011-02-07tracing/filter: Allocate the preds in an arraySteven Rostedt1-22/+9
2011-02-07tracing/filter: Call synchronize_sched() just once for system filtersSteven Rostedt1-17/+63
2011-02-07tracing/filter: Dynamically allocate predsSteven Rostedt1-35/+108
2011-02-07tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt1-32/+19