Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dftrace.c4233 add_rec_by_index(struct ftrace_hash *hash, struct ftrace_glob *func_g, in add_rec_by_index() argument
4236 long index = simple_strtoul(func_g->search, NULL, 0); in add_rec_by_index()
4276 ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g, in ftrace_match_record() argument
4311 if (!func_g->len) in ftrace_match_record()
4315 return ftrace_match(str, func_g); in ftrace_match_record()
4323 struct ftrace_glob func_g = { .type = MATCH_FULL }; in match_records() local
4332 func_g.type = filter_parse_regex(func, len, &func_g.search, in match_records()
4334 func_g.len = strlen(func_g.search); in match_records()
4348 if (func_g.type == MATCH_INDEX) { in match_records()
4349 found = add_rec_by_index(hash, &func_g, clear_filter); in match_records()
[all …]