Searched refs:trace_array_destroy (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtrace.h55 int trace_array_destroy(struct trace_array *tr);
91 static inline int trace_array_destroy(struct trace_array *tr) function
/linux-master/samples/ftrace/
H A Dsample-trace-array.c92 * trace_array_destroy().
120 trace_array_destroy(tr);
133 * Remove/destroy "tr" using trace_array_destroy()
135 trace_array_destroy(tr);
/linux-master/kernel/trace/
H A Dtrace.c9370 * If the trace_array is to be freed, trace_array_destroy() needs to
9442 int trace_array_destroy(struct trace_array *this_tr) function
9468 EXPORT_SYMBOL_GPL(trace_array_destroy); variable

Completed in 225 milliseconds