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