Searched defs:SampleInfo (Results 1 – 1 of 1) sorted by relevance
40 struct SampleInfo { struct41 uint64_t timestamp; // the time when the kernel generates the sample42 uint64_t runtime_in_ns; // the runtime of the thread in the sample43 SampleInfo(uint64_t timestamp = 0, uint64_t runtime_in_ns = 0) in SampleInfo() argument