Home
last modified time | relevance | path

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

/system/security/keystore2/watchdog/src/
Dlib.rs58 struct Record { struct
68 records: HashMap<Index, Record>, argument
183 fn arm(&mut self, index: Index, record: Record) { in arm()
/system/extras/perf_tools/
Dreport.proto13 message Record { message
/system/extras/simpleperf/
Drecord.h228 struct Record { struct
229 RecordHeader header; argument
232 Record() : binary_(nullptr), own_binary_(false) {} in Record() function
235 virtual ~Record() { in ~Record() argument
243 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 …]
Dcmd_boot_record.cpp162 bool BootRecordCommand::Record() { in Record() function in simpleperf::__anonfe7e6d150111::BootRecordCommand
Dcmd_report_sample.proto156 message Record { message
Drecord.cpp201 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record
/system/extras/libatrace_rust/src/
Dtracing_subscriber.rs111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record()