Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtracing_map.h164 struct tracing_map_array { struct
189 struct tracing_map_array *elts; argument
190 struct tracing_map_array *map;
H A Dtracing_map.c287 static void tracing_map_array_clear(struct tracing_map_array *a) in tracing_map_array_clear()
298 static void tracing_map_array_free(struct tracing_map_array *a) in tracing_map_array_free()
321 static struct tracing_map_array *tracing_map_array_alloc(unsigned int n_elts, in tracing_map_array_alloc()
324 struct tracing_map_array *a; in tracing_map_array_alloc()