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
228 struct Record { struct229 RecordHeader header; argument232 Record() : binary_(nullptr), own_binary_(false) {} in Record() function235 virtual ~Record() { in ~Record() argument243 void OwnBinary() { own_binary_ = true; } in OwnBinary()245 uint32_t type() const { return header.type; } in type()247 uint16_t misc() const { return header.misc; } in misc()249 uint32_t size() const { return header.size; } in size()251 static uint32_t header_size() { return sizeof(perf_event_header); } in header_size()253 bool InKernel() const { in InKernel()[all …]
162 bool BootRecordCommand::Record() { in Record() function in simpleperf::__anonfe7e6d150111::BootRecordCommand
156 message Record { message
201 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record
111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record()