Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace.h1944 int tracing_alloc_snapshot_instance(struct trace_array *tr);
1947 static inline int tracing_alloc_snapshot_instance(struct trace_array *tr) in tracing_alloc_snapshot_instance() function
Dtrace.c1028 int tracing_alloc_snapshot_instance(struct trace_array *tr) in tracing_alloc_snapshot_instance() function
1074 ret = tracing_alloc_snapshot_instance(tr); in tracing_alloc_snapshot()
1132 ret = tracing_alloc_snapshot_instance(tr); in tracing_snapshot_cond_enable()
5720 ret = tracing_alloc_snapshot_instance(tr); in tracing_set_tracer()
6776 ret = tracing_alloc_snapshot_instance(tr); in tracing_snapshot_write()
7750 ret = tracing_alloc_snapshot_instance(tr); in ftrace_trace_snapshot_callback()
Dtrace_events_trigger.c1092 if (ret > 0 && tracing_alloc_snapshot_instance(file->tr) != 0) { in register_snapshot_trigger()