Home
last modified time | relevance | path

Searched defs:DataType (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.h432 struct DataType { struct
433 uint64_t aux_offset;
434 uint64_t aux_size;
435 uint64_t flags;
509 struct DataType { struct
510 uint32_t aux_type;
511 uint32_t reserved;
512 uint64_t version;
513 uint32_t nr_cpu;
514 uint32_t pmu_type;
[all …]
/system/chre/util/include/chre/util/
Dnested_data_ptr.h59 operator DataType() const { in DataType() function