Searched defs:cpu_sample (Results 1 – 2 of 2) sorted by relevance
142 struct cpu_sample { struct143 struct cpu_sample *next; argument145 u64 start_time;146 u64 end_time;147 int type;148 int cpu;149 const char *backtrace;
109 def __init__(self, time, state, cpu_sample): argument