Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.h2288 void trace_event_update_all(struct trace_eval_map **map, int len, struct module *mod);
2294 static inline void trace_event_update_all(struct trace_eval_map **map, int len, struct module *mod)… in trace_event_update_all() function
H A Dtrace_events.c3665 void trace_event_update_all(struct trace_eval_map **map, int len, struct module *mod) in trace_event_update_all() function
H A Dtrace.c4674 trace_event_update_all(map, len, mod); in trace_event_update_with_eval_map()