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