Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/ftrace/
H A Dsample-trace-array.c92 * trace_array_destroy(). in simple_thread()
120 trace_array_destroy(tr); in sample_trace_array_init()
133 * Remove/destroy "tr" using trace_array_destroy() in sample_trace_array_exit()
135 trace_array_destroy(tr); in sample_trace_array_exit()
/kernel/linux/linux-6.6/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) in trace_array_destroy() function
/kernel/linux/linux-6.6/samples/ftrace/
H A Dsample-trace-array.c92 * trace_array_destroy(). in simple_thread()
120 trace_array_destroy(tr); in sample_trace_array_init()
133 * Remove/destroy "tr" using trace_array_destroy() in sample_trace_array_exit()
135 trace_array_destroy(tr); in sample_trace_array_exit()
/kernel/linux/linux-5.10/include/linux/
H A Dtrace.h42 int trace_array_destroy(struct trace_array *tr);
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c9024 * If the trace_array is to be freed, trace_array_destroy() needs to
9094 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() function
9120 EXPORT_SYMBOL_GPL(trace_array_destroy); variable
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c9617 * If the trace_array is to be freed, trace_array_destroy() needs to
9688 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() function
9714 EXPORT_SYMBOL_GPL(trace_array_destroy); variable

Completed in 26 milliseconds