Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmodule.h525 struct trace_eval_map **trace_evals; member
/Linux-v6.6/kernel/module/
Dmain.c2161 mod->trace_evals = section_objs(info, "_ftrace_eval_map", in find_module_sections()
2162 sizeof(*mod->trace_evals), in find_module_sections()
/Linux-v6.6/kernel/trace/
Dtrace.c9955 trace_insert_eval_map(mod, mod->trace_evals, mod->num_trace_evals); in trace_module_add_evals()