Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c49 OFFSETOF(cyc_cpu_t, cyp_trace); in cyccpu_vread()
56 bzero(cpu->cyp_trace, sizeof (cpu->cyp_trace)); in cyccpu_vread()
479 cyc_tracebuf_t *tr = &cpu->cyp_trace[0]; in cyctrace_walk_init()
494 wsp->walk_addr = addr - offsetof(cyc_cpu_t, cyp_trace[0]); in cyctrace_walk_init()
504 if (cpu->cyp_trace[i].cyt_ndx-- == 0) in cyctrace_walk_init()
505 cpu->cyp_trace[i].cyt_ndx = CY_NTRACEREC - 1; in cyctrace_walk_init()
517 cyc_tracebuf_t *buf = cpu->cyp_trace; in cyctrace_walk_step()
579 if (addr < (uintptr_t)&cpu->cyp_trace[i + 1].cyt_buf[0]) in cyctrace_walk()
/titanic_50/usr/src/uts/common/sys/
H A Dcyclic_impl.h504 cyc_tracebuf_t cyp_trace[CY_LEVELS]; member
/titanic_50/usr/src/uts/common/os/
H A Dcyclic.c689 CYC_TRACE_IMPL(&cpu->cyp_trace[level], level, why, arg0, arg1)