Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dftrace.c407 } while_for_each_ftrace_op(op); in ftrace_update_pid_func()
1098 } while_for_each_ftrace_op(op); in ftrace_ops_trampoline()
1910 } while_for_each_ftrace_op(op); in ftrace_hash_rec_update_modify()
2391 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_any()
2409 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_any_other()
2420 while_for_each_ftrace_op(op) { in ftrace_find_tramp_ops_next()
2497 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_curr()
2512 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_new()
2531 } while_for_each_ftrace_op(op); in ftrace_find_unique_ops()
4374 } while_for_each_ftrace_op(op); in ftrace_ops_update_code()
[all …]
Dfgraph.c516 } while_for_each_ftrace_op(op); in update_function_graph_func()
/linux-6.6.21/arch/x86/kernel/
Dftrace.c455 } while_for_each_ftrace_op(ops); in set_ftrace_ops_ro()
/linux-6.6.21/
D.clang-format621 - 'while_for_each_ftrace_op'
/linux-6.6.21/include/linux/
Dftrace.h364 #define while_for_each_ftrace_op(op) \ macro