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

/linux-master/kernel/trace/
H A Dtrace_recursion_record.c11 struct recursed_functions { struct
16 static struct recursed_functions recursed_functions[CONFIG_FTRACE_RECORD_RECURSION_SIZE]; variable in typeref:struct:recursed_functions
55 * recursed_functions, and it will update the nr_records
64 if (recursed_functions[i].ip == ip) {
78 old = cmpxchg(&recursed_functions[index].ip, 0, ip);
88 recursed_functions[index].parent_ip = parent_ip;
96 * recursed_functions[0] = 0;
101 * recursed_functions[0] = func
102 * cmpxchg(recursed_functions[
[all...]

Completed in 125 milliseconds