Skip to content
Commit 9f4801e3 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

ftrace: break up ftrace_match_records into smaller components



Impact: clean up

ftrace_match_records does a lot of things that other features
can use. This patch breaks up ftrace_match_records and pulls
out ftrace_setup_glob and ftrace_match_record.

ftrace_setup_glob prepares a simple glob expression for use with
ftrace_match_record. ftrace_match_record compares a single record
with a glob type.

Breaking this up will allow for more features to run on individual
records.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent 7f24b31b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment