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

/linux-master/kernel/trace/
H A Dftrace.c4288 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) function
4346 return match_records(hash, buff, len, NULL);
4515 match_records(new_hash, func, strlen(func), mod);
4568 /* match_records() modifies func, and we need the original */
4580 ret = match_records(hash, func, strlen(func), module);

Completed in 117 milliseconds