Skip to content

Commit

Permalink
refactor: Remove obsolete function add_trigger
Browse files Browse the repository at this point in the history
The function add_trigger has been replaced with update_trigger,
rendering it unnecessary. This commit removes the now-unused
add_trigger function.

Signed-off-by: Soyeon Park <sypark9646@gmail.com>
  • Loading branch information
sypark9646 committed Aug 25, 2023
1 parent 4dd5dc0 commit 3b985f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/filter.h
Expand Up @@ -172,7 +172,6 @@ const char *get_filter_pattern(enum uftrace_pattern_type ptype);

char *uftrace_clear_kernel(char *filter_str);

void add_trigger(struct uftrace_filter *filter, struct uftrace_trigger *tr, bool exact_match);
int setup_trigger_action(char *str, struct uftrace_trigger *tr, char **module,
unsigned long orig_flags, struct uftrace_filter_setting *setting);

Expand Down

0 comments on commit 3b985f4

Please sign in to comment.