Searched defs:sample_buf (Results 1 – 1 of 1) sorted by relevance
54 struct sample_buf { struct55 uint32_t nsamples; /* Size of @samples array in uint16_t */56 uint32_t offset; /* Passed from user mode */57 uint32_t scale; /* Passed from user mode */58 uint32_t count; /* Number of samples taken */59 bool enabled; /* Sampling enabled? */60 uint16_t *samples;61 uint64_t usr; /* Total user CPU time for this session */62 uint64_t usr_entered; /* When this session last entered user mode */63 uint32_t freq; /* @usr divided by @freq is in seconds */
Completed in 3 milliseconds