index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_filter.c
Age
Commit message (
Expand
)
Author
2025-06-27
tracing: Fix filter logic error
Edward Adam Davis
2025-06-10
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
2025-06-07
tracing: Add rcu annotation around file->filter accesses
Steven Rostedt
2025-06-06
tracing: Fix regression of filter waiting a long time on RCU synchronization
Steven Rostedt
2025-04-17
tracing: Fix filter string testing
Steven Rostedt
2024-12-26
tracing: Switch trace_events_filter.c code over to use guard()
Steven Rostedt
2024-10-30
tracing: Replace multiple deprecated strncpy with memcpy
Justin Stitt
2023-11-01
tracing: Have trace_event_file have ref counters
Steven Rostedt (Google)
2023-09-01
tracing/filters: Fix coding style issues
Valentin Schneider
2023-09-01
tracing/filters: Change parse_pred() cpulist ternary into an if block
Valentin Schneider
2023-09-01
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
2023-09-01
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
2023-08-22
tracing/filters: Further optimise scalar vs cpumask comparison
Valentin Schneider
2023-08-22
tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...
Valentin Schneider
2023-08-22
tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...
Valentin Schneider
2023-08-22
tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...
Valentin Schneider
2023-08-22
tracing/filters: Enable filtering the CPU common field by a cpumask
Valentin Schneider
2023-08-22
tracing/filters: Enable filtering a scalar field by a cpumask
Valentin Schneider
2023-08-22
tracing/filters: Enable filtering a cpumask field by another cpumask
Valentin Schneider
2023-08-22
tracing/filters: Dynamically allocate filter_pred.regex
Valentin Schneider
2023-01-25
tracing: Add a way to filter function addresses to function names
Steven Rostedt (Google)
2023-01-25
tracing/filter: fix kernel-doc warnings
Randy Dunlap
2022-09-26
tracing/filter: Call filter predicate functions directly via a switch statement
Steven Rostedt (Google)
2022-09-26
tracing: Move struct filter_pred into trace_events_filter.c
Steven Rostedt (Google)
2022-05-26
tracing: Fix comments of create_filter()
sunliming
2022-01-14
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-01-13
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2021-12-06
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
2021-03-25
tracing: Update create_system_filter() kernel-doc comment
Qiujun Huang
2021-03-25
tracing: A minor cleanup for create_system_filter()
Qiujun Huang
2021-03-24
kernel: trace: Mundane typo fixes in the file trace_events_filter.c
Bhaskar Chowdhury
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2020-11-16
tracing: Clean up after filter logic rewriting
Lukas Bulwahn
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-12-19
tracing: Avoid memory leak in process_system_preds()
Keita Suzuki
2019-09-28
tracing: Have error path in predicate_parse() free its allocated memory
Navid Emamdoost
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-16
tracing: Let filter_assign_type() detect FILTER_PTR_STRING
Cong Wang
2019-05-28
tracing: Avoid memory leak in predicate_parse()
Tomas Bortoli
2019-05-08
tracing: Fix white space issues in parse_pred() function
Colin Ian King
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
2019-04-08
tracing: Add trace_array parameter to create_event_filter()
Steven Rostedt (VMware)
2019-04-02
tracing: Use tracing error_log with trace event filters
Tom Zanussi
2019-03-11
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-03-01
tracing: Fix event filters and triggers to handle negative numbers
Pavel Tikhomirov
2019-02-15
ftrace: Allow enabling of filters via index of available_filter_functions
Steven Rostedt (VMware)
2019-02-06
tracing: Add comment to predicate_parse() about "&&" or "||"
Steven Rostedt (VMware)
2019-02-06
tracing: Annotate implicit fall through in predicate_parse()
Mathieu Malaterre
2018-12-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
[next]