Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_trace_sched.cpp40 struct SampleInfo { struct
41 uint64_t timestamp; // the time when the kernel generates the sample
42 uint64_t runtime_in_ns; // the runtime of the thread in the sample
43 SampleInfo(uint64_t timestamp = 0, uint64_t runtime_in_ns = 0) in SampleInfo() argument