summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_filter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)2018-05-291-11/+12
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-111-0/+3
* tracing: Fix kernel crash while using empty filter with perfRavi Bangoria2018-04-251-7/+7
* tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)2018-04-111-14/+10
* tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure2018-04-111-1/+1
* tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)2018-04-061-1/+6
* tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)2018-04-061-1/+2
* tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2018-03-141-1187/+974
* tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)2018-03-141-14/+32
* tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)2018-03-141-64/+48
* tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)2018-03-101-18/+9
* tracing: Only add filter list when neededSteven Rostedt (VMware)2018-03-101-13/+14
* tracing: Remove filter allocator helperSteven Rostedt (VMware)2018-03-101-10/+2
* tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)2018-03-101-34/+23
* tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)2018-03-101-1/+2
* tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-241-0/+4
* tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)2016-11-141-10/+12
* tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)2016-11-141-32/+48
* ftrace: Support full glob matchingMasami Hiramatsu2016-11-141-1/+16