Searched refs:msnap (Results 1 – 1 of 1) sorted by relevance
808 struct micro_snapshot *msnap; in telemetry_process_sample() local949 …msnap = (struct micro_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posi… in telemetry_process_sample()950 msnap->snapshot_magic = STACKSHOT_MICRO_SNAPSHOT_MAGIC; in telemetry_process_sample()951 msnap->ms_flags = (uint8_t)microsnapshot_flags; in telemetry_process_sample()952 msnap->ms_opaque_flags = 0; /* namespace managed by userspace */ in telemetry_process_sample()953 msnap->ms_cpu = cpu_number(); in telemetry_process_sample()954 msnap->ms_time = secs; in telemetry_process_sample()955 msnap->ms_time_microsecs = usecs; in telemetry_process_sample()