Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c436 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument
443 if (tr == this_tr) { in trace_array_get()
454 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument
456 WARN_ON(!this_tr->ref); in __trace_array_put()
457 this_tr->ref--; in __trace_array_put()
468 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument
470 if (!this_tr) in trace_array_put()
474 __trace_array_put(this_tr); in trace_array_put()
8900 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument
8905 if (!this_tr) in trace_array_destroy()
[all …]