Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmodule.h526 unsigned int num_trace_evals; member
/openbmc/linux/kernel/trace/
H A Dtrace.c9845 if (!mod->num_trace_evals) in trace_module_add_evals()
9855 trace_insert_eval_map(mod, mod->trace_evals, mod->num_trace_evals); in trace_module_add_evals()
9864 if (!mod->num_trace_evals) in trace_module_remove_evals()
/openbmc/linux/kernel/module/
H A Dmain.c2163 &mod->num_trace_evals); in find_module_sections()