aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-07tracing/filter: Have no filter return a matchSteven Rostedt1-1/+6
2010-06-28tracing: Remove test of NULL define_fields callbackLi Zefan1-9/+0
2010-06-28tracing: Don't allocate common fields for every trace eventsLi Zefan1-3/+15
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6Steven Rostedt1-1/+1
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt1-5/+5
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-1/+1
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-4/+6
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-3/+3
2010-05-06perf: Fix check at end of event searchDan Carpenter1-1/+1