Searched defs:op_buffer_head (Results 1 – 1 of 1) sorted by relevance
50 struct op_buffer_head { struct51 int cpu_nr; /**< the CPU number of this buffer */52 size_t count; /**< number of samples in this buffer */53 enum oprof_state state; /**< current profiler state */54 struct op_sample buffer[0]; /**< the sample buffer */