Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.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.h227 struct Record { struct
228 RecordHeader header; argument
231 Record() : binary_(nullptr), own_binary_(false) {} in Record() function
234 virtual ~Record() { in ~Record() argument
242 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 …]
Dprofcollect.cpp55 bool Record(const char* event_name, const char* output, float duration, const char* binary_filter) { in Record() function
Dcmd_boot_record.cpp162 bool BootRecordCommand::Record() { in Record() function in simpleperf::__anon80e1831a0111::BootRecordCommand
Dcmd_report_sample.proto156 message Record { message
Drecord.cpp200 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record