Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtracing_map.h235 void (*elt_free)(struct tracing_map_elt *elt); member
Dtracing_map.c391 if (elt->map->ops && elt->map->ops->elt_free) in tracing_map_elt_free()
392 elt->map->ops->elt_free(elt); in tracing_map_elt_free()
Dtrace_events_hist.c1436 .elt_free = hist_trigger_elt_data_free,