Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtracing_map.h234 int (*elt_alloc)(struct tracing_map_elt *elt); member
H A Dtracing_map.c440 if (map->ops && map->ops->elt_alloc) { in tracing_map_elt_alloc()
441 err = map->ops->elt_alloc(elt); in tracing_map_elt_alloc()
H A Dtrace_events_hist.c1697 .elt_alloc = hist_trigger_elt_data_alloc,