Home
last modified time | relevance | path

Searched refs:tracing_map_init (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dtracing_map.h83 * failure, they're allocated individually, by tracing_map_init().
85 * The pool of tracing_map_elts are allocated by tracing_map_init()
93 * calls tracing_map_init() to finish up the tracing map setup. The
220 * tracing_map_init() call is made by client code.
245 extern int tracing_map_init(struct tracing_map *map);
H A Dtrace_events_hist.c6872 ret = tracing_map_init(hist_data->map); in event_hist_trigger_parse()