Home
last modified time | relevance | path

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

/linux-5.15/include/linux/
H A Dmodule.h488 struct trace_eval_map **trace_evals; member
/linux-5.15/kernel/
H A Dmodule.c3331 mod->trace_evals = section_objs(info, "_ftrace_eval_map", in find_module_sections()
3332 sizeof(*mod->trace_evals), in find_module_sections()
/linux-5.15/kernel/trace/
H A Dtrace.c9605 trace_insert_eval_map(mod, mod->trace_evals, mod->num_trace_evals); in trace_module_add_evals()