Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c1180 if (!tr->allocated_snapshot) { in tracing_snapshot_instance_cond()
1291 if (!tr->allocated_snapshot) { in tracing_alloc_snapshot_instance()
1305 tr->allocated_snapshot = true; in tracing_alloc_snapshot_instance()
1322 tr->allocated_snapshot = false; in free_snapshot()
1949 if (!tr->allocated_snapshot) { in update_max_tr()
1996 if (!tr->allocated_snapshot) { in update_max_tr_single()
5975 if (!tr->allocated_snapshot) in __tracing_resize_ring_buffer()
7292 if (tr->allocated_snapshot) in tracing_snapshot_write()
7303 if (tr->allocated_snapshot) in tracing_snapshot_write()
9151 if (!tr->allocated_snapshot) in buffer_subbuf_size_write()
[all …]
H A Dtrace.h336 bool allocated_snapshot; member