Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h437 struct DataType { struct
438 uint64_t aux_offset;
439 uint64_t aux_size;
440 uint64_t flags;
514 struct DataType { struct
515 uint32_t aux_type;
516 uint32_t reserved;
517 uint64_t version;
518 uint32_t nr_cpu;
519 uint32_t pmu_type;
[all …]
/system/chre/util/include/chre/util/
Dnested_data_ptr.h59 operator DataType() const { in DataType() function