Home | History | Annotate | Download | only in simpleperf

Lines Matching full:misc

138   uint16_t misc;
141 RecordHeader() : type(0), misc(0), size(0) {}
147 misc = pheader->misc;
152 misc = 0;
161 pheader->misc = misc;
167 CHECK_EQ(misc, 0u);
230 uint16_t misc() const { return header.misc; }
237 return (header.misc & PERF_RECORD_MISC_CPUMODE_MASK) ==
241 void SetTypeAndMisc(uint32_t type, uint16_t misc) {
243 header.misc = misc;