Searched defs:Record (Results 1 – 12 of 12) sorted by relevance
| /system/security/keystore2/watchdog/src/ |
| D | lib.rs | 61 struct Record { struct 67 impl Record { argument 243 fn arm(&mut self, index: Index, record: Record) { in arm()
|
| /system/core/init/libprefetch/prefetch/src/ |
| D | format.rs | 166 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()
|
| D | replay.rs | 63 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/ |
| D | record.h | 229 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 …]
|
| D | cmd_boot_record.cpp | 162 bool BootRecordCommand::Record() { in Record() function in simpleperf::__anondb43fbcb0111::BootRecordCommand
|
| D | cmd_report_sample.proto | 156 message Record { message
|
| D | record.cpp | 201 Record::Record(Record&& other) noexcept { in Record() function in simpleperf::Record
|
| /system/extras/perf_tools/ |
| D | report.proto | 13 message Record { message
|
| /system/core/init/libprefetch/prefetch/src/args/ |
| D | args_argh.rs | 38 Record(RecordArgs), enumerator
|
| /system/bpf/loader/ |
| D | bpfloader.rs | 79 fn log(&self, record: &Record) { in log()
|
| /system/core/init/libprefetch/prefetch/src/tracer/ |
| D | mem.rs | 826 fn new_record(file: u64, offset: u64, length: u64, timestamp: u64) -> Record { in new_record()
|
| /system/extras/libatrace_rust/src/ |
| D | tracing_subscriber.rs | 111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record()
|