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

/linux-master/arch/x86/kernel/
H A Dftrace.c207 switch (ftrace_test_record(rec, enable)) {
234 switch (ftrace_test_record(rec, enable)) {
/linux-master/include/linux/
H A Dftrace.h620 * from the ftrace_update_record() and ftrace_test_record()
666 int ftrace_test_record(struct dyn_ftrace *rec, bool enable);
/linux-master/kernel/trace/
H A Dftrace.c1869 update |= ftrace_test_record(rec, true) != FTRACE_UPDATE_IGNORE;
2366 * ftrace_test_record - check if the record has been enabled or not
2374 int ftrace_test_record(struct dyn_ftrace *rec, bool enable) function

Completed in 137 milliseconds