summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_filter.c
AgeCommit message (Expand)Author
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)
2018-06-21tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-29tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria
2018-04-11tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)
2018-04-11tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)
2018-03-10tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)
2018-03-10tracing: Only add filter list when neededSteven Rostedt (VMware)
2018-03-10tracing: Remove filter allocator helperSteven Rostedt (VMware)
2018-03-10tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)
2018-03-10tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2016-11-14tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)
2016-11-14tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-05-02tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)
2016-03-08tracing: Make ftrace_event_field checking functions availableTom Zanussi
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2015-11-02tracing: is_legal_op() can return booleanYaowei Bai
2015-08-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-26Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-06-25kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes
2015-06-25tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-06-25tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt
2015-05-13tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##callSteven Rostedt (Red Hat)
2015-05-13tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*Steven Rostedt (Red Hat)
2015-05-13tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dirSteven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)