aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_filter.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01tracing: Have trace_event_file have ref countersGravatar Steven Rostedt (Google) 1-0/+3
2023-09-01tracing/filters: Fix coding style issuesGravatar Valentin Schneider 1-2/+4
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockGravatar Valentin Schneider 1-2/+6
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskGravatar Valentin Schneider 1-0/+1
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferGravatar Valentin Schneider 1-2/+8
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonGravatar Valentin Schneider 1-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Gravatar Valentin Schneider 1-2/+7
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Gravatar Valentin Schneider 1-1/+6
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Gravatar Valentin Schneider 1-1/+34
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskGravatar Valentin Schneider 1-0/+14
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskGravatar Valentin Schneider 1-11/+81
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskGravatar Valentin Schneider 1-2/+95
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexGravatar Valentin Schneider 1-25/+39
2023-01-25tracing: Add a way to filter function addresses to function namesGravatar Steven Rostedt (Google) 1-1/+92
2023-01-25tracing/filter: fix kernel-doc warningsGravatar Randy Dunlap 1-4/+4
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementGravatar Steven Rostedt (Google) 1-73/+157
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cGravatar Steven Rostedt (Google) 1-0/+13
2022-05-26tracing: Fix comments of create_filter()Gravatar sunliming 1-1/+1
2022-01-14tracing: Add ustring operation to filtering string pointersGravatar Steven Rostedt 1-24/+57
2022-01-13tracing: Add test for user space strings when filtering on string pointersGravatar Steven Rostedt 1-3/+63
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeGravatar Masami Hiramatsu 1-2/+30
2021-03-25tracing: Update create_system_filter() kernel-doc commentGravatar Qiujun Huang 1-2/+3
2021-03-25tracing: A minor cleanup for create_system_filter()Gravatar Qiujun Huang 1-4/+3
2021-03-24kernel: trace: Mundane typo fixes in the file trace_events_filter.cGravatar Bhaskar Chowdhury 1-1/+1
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2020-11-16tracing: Clean up after filter logic rewritingGravatar Lukas Bulwahn 1-21/+0
2020-11-10tracing: Fix some typos in commentsGravatar Qiujun Huang 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2019-12-19tracing: Avoid memory leak in process_system_preds()Gravatar Keita Suzuki 1-1/+1
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryGravatar Navid Emamdoost 1-2/+4
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+3
2019-07-16tracing: Let filter_assign_type() detect FILTER_PTR_STRINGGravatar Cong Wang 1-0/+3
2019-05-28tracing: Avoid memory leak in predicate_parse()Gravatar Tomas Bortoli 1-2/+6
2019-05-08tracing: Fix white space issues in parse_pred() functionGravatar Colin Ian King 1-24/+24
2019-04-08tracing: Have the error logs show up in the proper instancesGravatar Steven Rostedt (VMware) 1-2/+2
2019-04-08tracing: Add trace_array parameter to create_event_filter()Gravatar Steven Rostedt (VMware) 1-11/+14
2019-04-02tracing: Use tracing error_log with trace event filtersGravatar Tom Zanussi 1-2/+9
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+7
2019-03-01tracing: Fix event filters and triggers to handle negative numbersGravatar Pavel Tikhomirov 1-1/+4
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsGravatar Steven Rostedt (VMware) 1-0/+5
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Gravatar Steven Rostedt (VMware) 1-0/+1
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Gravatar Mathieu Malaterre 1-0/+1
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2018-12-11tracing: Fix memory leak in create_filter()Gravatar Steven Rostedt (VMware) 1-1/+4
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Gravatar Paul E. McKenney 1-2/+2
2018-08-16tracing: Add SPDX License format tags to tracing filesGravatar Steven Rostedt (VMware) 1-14/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Gravatar Steven Rostedt (VMware) 1-7/+8
2018-07-03tracing: Make create_filter() code match the commentsGravatar Steven Rostedt (VMware) 1-0/+5
2018-06-21tracing: Check for no filter when processing event filtersGravatar Steven Rostedt (VMware) 1-1/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+3