Searched defs:Record (Results 1 – 7 of 7) sorted by relevance
58 struct Record { struct68 records: HashMap<Index, Record>, argument183 fn arm(&mut self, index: Index, record: Record) { in arm()
13 message Record { message
227 struct Record { struct228 RecordHeader header; argument231 Record() : binary_(nullptr), own_binary_(false) {} in Record() function234 virtual ~Record() { in ~Record() argument242 void OwnBinary() { own_binary_ = true; } in OwnBinary()244 uint32_t type() const { return header.type; } in type()246 uint16_t misc() const { return header.misc; } in misc()248 uint32_t size() const { return header.size; } in size()250 static uint32_t header_size() { return sizeof(perf_event_header); } in header_size()252 bool InKernel() const { in InKernel()[all …]
55 bool Record(const char* event_name, const char* output, float duration, const char* binary_filter) { in Record() function
162 bool BootRecordCommand::Record() { in Record() function in simpleperf::__anon80e1831a0111::BootRecordCommand
156 message Record { message
200 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record