Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace.c1204 if (!tr->allocated_snapshot) { in tracing_snapshot_instance_cond()
1315 if (!tr->allocated_snapshot) { in tracing_alloc_snapshot_instance()
1329 tr->allocated_snapshot = true; in tracing_alloc_snapshot_instance()
1346 tr->allocated_snapshot = false; in free_snapshot()
1962 if (!tr->allocated_snapshot) { in update_max_tr()
2009 if (!tr->allocated_snapshot) { in update_max_tr_single()
5948 if (!tr->allocated_snapshot) in __tracing_resize_ring_buffer()
7495 if (tr->allocated_snapshot) in tracing_snapshot_write()
7504 if (tr->allocated_snapshot) in tracing_snapshot_write()
9380 if (!tr->allocated_snapshot) in buffer_subbuf_size_write()
[all …]
H A Dtrace.h343 bool allocated_snapshot; member