Home
last modified time | relevance | path

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

/system/security/keystore2/watchdog/src/
Dlib.rs61 struct Record { struct
67 impl Record { argument
243 fn arm(&mut self, index: Index, record: Record) { in arm()
/system/core/init/libprefetch/prefetch/src/
Dformat.rs166 pub struct Record { struct
182 impl Record { impl
206 fn group_record_by_file_id(records: Vec<Record>) -> Vec<Record> { in group_record_by_file_id()
229 pub(crate) fn coalesce_records(records: Vec<Record>, group_by_file_id: bool) -> Vec<Record> { in coalesce_records()
388 pub fn insert_record(&mut self, records: Record) { in insert_record()
662 fn new_record(file: u64, offset: u64, length: u64, timestamp: u64) -> Record { in new_record()
Dreplay.rs63 record: &Record, in readahead()
618 fn has_record(records: &[Record], key: &Record) -> bool { in has_record()
627 fn compare_records(old: &[Record], new: &[Record]) { in compare_records()
/system/extras/simpleperf/
Drecord.h229 struct Record { struct
230 RecordHeader header; argument
233 Record() : binary_(nullptr), own_binary_(false) {} in Record() argument
236 virtual ~Record() { in ~Record() argument
244 void OwnBinary() { own_binary_ = true; } in OwnBinary()
246 uint32_t type() const { return header.type; } in type()
248 uint16_t misc() const { return header.misc; } in misc()
250 uint32_t size() const { return header.size; } in size()
252 static uint32_t header_size() { return sizeof(perf_event_header); } in header_size()
254 bool InKernel() const { in InKernel()
[all …]
Dcmd_boot_record.cpp162 bool BootRecordCommand::Record() { in Record() function in simpleperf::__anondb43fbcb0111::BootRecordCommand
Dcmd_report_sample.proto156 message Record { message
Drecord.cpp201 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record
/system/extras/perf_tools/
Dreport.proto13 message Record { message
/system/core/init/libprefetch/prefetch/src/args/
Dargs_argh.rs38 Record(RecordArgs), enumerator
/system/bpf/loader/
Dbpfloader.rs79 fn log(&self, record: &Record) { in log()
/system/core/init/libprefetch/prefetch/src/tracer/
Dmem.rs826 fn new_record(file: u64, offset: u64, length: u64, timestamp: u64) -> Record { in new_record()
/system/extras/libatrace_rust/src/
Dtracing_subscriber.rs111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record()