Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h422 struct DataType { struct
423 uint64_t aux_offset;
424 uint64_t aux_size;
425 uint64_t flags;
466 struct DataType { struct
467 uint32_t aux_type;
468 uint32_t reserved;
469 uint64_t version;
470 uint32_t nr_cpu;
471 uint32_t pmu_type;
[all …]
/system/chre/util/include/chre/util/
Dnested_data_ptr.h59 operator DataType() const { in DataType() function