Searched refs:match_records (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | ftrace.c | 4851 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) in match_records() function 4903 return match_records(hash, buff, len, NULL); in ftrace_match_records() 5060 match_records(new_hash, func, strlen(func), mod); in process_mod_list() 5128 ret = match_records(hash, func, strlen(func), module); in ftrace_mod_callback() 5828 if (buf && !match_records(hash, buf, len, mod)) { in ftrace_set_hash()
|