Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c4946 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) in match_records() function
4998 return match_records(hash, buff, len, NULL); in ftrace_match_records()
5155 match_records(new_hash, func, strlen(func), mod); in process_mod_list()
5223 ret = match_records(hash, func, strlen(func), module); in ftrace_mod_callback()
5928 if (buf && !match_records(hash, buf, len, mod)) { in ftrace_set_hash()