aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-25tracing: Update create_system_filter() kernel-doc commentQiujun Huang1-2/+3
2021-03-25tracing: A minor cleanup for create_system_filter()Qiujun Huang1-4/+3
2021-03-24kernel: trace: Mundane typo fixes in the file trace_events_filter.cBhaskar Chowdhury1-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-2/+2
2020-11-16tracing: Clean up after filter logic rewritingLukas Bulwahn1-21/+0
2020-11-10tracing: Fix some typos in commentsQiujun Huang1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-12-19tracing: Avoid memory leak in process_system_preds()Keita Suzuki1-1/+1
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost1-2/+4
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+3
2019-07-16tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang1-0/+3
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli1-2/+6
2019-05-08tracing: Fix white space issues in parse_pred() functionColin Ian King1-24/+24
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)1-2/+2
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)1-11/+14
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi1-2/+9
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+7
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov1-1/+4
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)1-0/+5
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)1-0/+1
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre1-0/+1
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)1-1/+4
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney1-2/+2
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-14/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister()Steven Rostedt (VMware)1-7/+8
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)1-0/+5
2018-06-21tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)1-1/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-05-29tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)1-11/+12
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria1-7/+7
2018-04-11tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)1-14/+10
2018-04-11tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure1-1/+1
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)1-1/+6
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)1-1/+2
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)1-1187/+974
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)1-14/+32
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)1-64/+48
2018-03-10tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)1-18/+9
2018-03-10tracing: Only add filter list when neededSteven Rostedt (VMware)1-13/+14
2018-03-10tracing: Remove filter allocator helperSteven Rostedt (VMware)1-10/+2
2018-03-10tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)1-34/+23
2018-03-10tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)1-1/+2
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)1-5/+4
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2016-11-14tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)1-10/+12
2016-11-14tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)1-32/+48
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu1-1/+16