Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dftrace.c3528 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) in match_records() function
3576 return match_records(hash, buff, len, NULL); in ftrace_match_records()
3598 ret = match_records(hash, func, strlen(func), module); in ftrace_mod_callback()