summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-011-0/+3
* tracing/filters: Fix coding style issuesValentin Schneider2023-09-011-2/+4
* tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider2023-09-011-2/+6
* tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider2023-09-011-0/+1
* tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider2023-09-011-2/+8
* tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider2023-08-221-6/+20
* tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider2023-08-221-2/+7
* tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider2023-08-221-1/+6
* tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider2023-08-221-1/+34
* tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider2023-08-221-0/+14
* tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider2023-08-221-11/+81
* tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider2023-08-221-2/+95
* tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider2023-08-221-25/+39
* tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)2023-01-251-1/+92
* tracing/filter: fix kernel-doc warningsRandy Dunlap2023-01-251-4/+4
* tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)2022-09-261-73/+157
* tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)2022-09-261-0/+13
* tracing: Fix comments of create_filter()sunliming2022-05-261-1/+1
* tracing: Add ustring operation to filtering string pointersSteven Rostedt2022-01-141-24/+57
* tracing: Add test for user space strings when filtering on string pointersSteven Rostedt2022-01-131-3/+63
* tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-061-2/+30
* tracing: Update create_system_filter() kernel-doc commentQiujun Huang2021-03-251-2/+3
* tracing: A minor cleanup for create_system_filter()Qiujun Huang2021-03-251-4/+3
* kernel: trace: Mundane typo fixes in the file trace_events_filter.cBhaskar Chowdhury2021-03-241-1/+1
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* tracing: Clean up after filter logic rewritingLukas Bulwahn2020-11-161-21/+0
* tracing: Fix some typos in commentsQiujun Huang2020-11-101-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-191-1/+1
* tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2019-09-281-2/+4
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-0/+3
|\
| * tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang2019-07-161-0/+3
* | tracing: Avoid memory leak in predicate_parse()Tomas Bortoli2019-05-281-2/+6
|/
* tracing: Fix white space issues in parse_pred() functionColin Ian King2019-05-081-24/+24
* tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-081-2/+2
* tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-081-11/+14
* tracing: Use tracing error_log with trace event filtersTom Zanussi2019-04-021-2/+9
* Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-111-0/+7
|\
| * ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)2019-02-151-0/+5
| * tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)2019-02-061-0/+1
| * tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre2019-02-061-0/+1
* | tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov2019-03-011-1/+4
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-2/+2
|\
| * tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-2/+2
* | tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)2018-12-111-1/+4
|/
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-14/+1
* tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-101-7/+8
* tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)2018-07-031-0/+5
* tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-06-211-1/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3