Searched refs:msnap (Results 1 – 1 of 1) sorted by relevance
744 struct micro_snapshot *msnap; in telemetry_process_sample() local885 …msnap = (struct micro_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posi… in telemetry_process_sample()886 msnap->snapshot_magic = STACKSHOT_MICRO_SNAPSHOT_MAGIC; in telemetry_process_sample()887 msnap->ms_flags = (uint8_t)microsnapshot_flags; in telemetry_process_sample()888 msnap->ms_opaque_flags = 0; /* namespace managed by userspace */ in telemetry_process_sample()889 msnap->ms_cpu = cpu_number(); in telemetry_process_sample()890 msnap->ms_time = secs; in telemetry_process_sample()891 msnap->ms_time_microsecs = usecs; in telemetry_process_sample()