Searched defs:pmc_samplebuffer (Results 1 – 1 of 1) sorted by relevance
959 struct pmc_samplebuffer { struct960 volatile uint64_t ps_prodidx; /* producer index */961 volatile uint64_t ps_considx; /* consumer index */962 uintptr_t *ps_callchains; /* all saved call chains */963 struct pmc_sample ps_samples[]; /* array of sample entries */