Home
last modified time | relevance | path

Searched refs:func_g (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/kernel/trace/
Dftrace.c3940 add_rec_by_index(struct ftrace_hash *hash, struct ftrace_glob *func_g, in add_rec_by_index() argument
3943 long index = simple_strtoul(func_g->search, NULL, 0); in add_rec_by_index()
3965 ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g, in ftrace_match_record() argument
3995 if (!func_g->len) in ftrace_match_record()
3999 return ftrace_match(str, func_g); in ftrace_match_record()
4007 struct ftrace_glob func_g = { .type = MATCH_FULL }; in match_records() local
4016 func_g.type = filter_parse_regex(func, len, &func_g.search, in match_records()
4018 func_g.len = strlen(func_g.search); in match_records()
4032 if (func_g.type == MATCH_INDEX) { in match_records()
4033 found = add_rec_by_index(hash, &func_g, clear_filter); in match_records()
[all …]