Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtracing_map.h235 void (*elt_free)(struct tracing_map_elt *elt); member
H A Dtracing_map.c394 if (elt->map->ops && elt->map->ops->elt_free) in tracing_map_elt_free()
395 elt->map->ops->elt_free(elt); in tracing_map_elt_free()
H A Dtrace_events_hist.c1688 .elt_free = hist_trigger_elt_data_free,