Lines Matching refs:snapshot
64 bool snapshot;
371 if (!buf->snapshot)
384 * the limit to half of the buffer size in snapshot mode
511 limit = buf->snapshot ? arm_spe_pmu_next_snapshot_off(handle)
532 if (buf->snapshot)
836 int nr_pages, bool snapshot)
847 * We require an even number of pages for snapshot mode, so that
852 if (snapshot && (nr_pages & 1))
874 buf->snapshot = snapshot;