Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c525 static tstat_data_t *tstat_buffer; /* staging buffer for outgoing data */ variable
805 bcopy(tcpu->tcpu_data, tstat_buffer, TSTAT_DATA_SIZE); in trapstat_probe()
807 bcopy(tcpu->tcpu_data, tstat_buffer, tstat_data_t_size); in trapstat_probe()
821 bcopy(tstat_buffer, tcpu->tcpu_data, TSTAT_DATA_SIZE); in trapstat_probe()
824 bcopy(tstat_buffer, tcpu->tcpu_data, tstat_data_t_size); in trapstat_probe()
1021 bcopy(data, tstat_buffer, tstat_data_t_size); in trapstat_snapshot()
1030 tstat_buffer->tdata_cpuid = CPU->cpu_id; in trapstat_snapshot()
1031 tstat_buffer->tdata_peffect = tcpu->tcpu_tdata_peffect; in trapstat_snapshot()
1032 tstat_buffer->tdata_snapts = gethrtime(); in trapstat_snapshot()
1033 tstat_buffer->tdata_snaptick = rdtick(); in trapstat_snapshot()
[all …]