Searched defs:DataType (Results 1 – 2 of 2) sorted by relevance
422 struct DataType { struct423 uint64_t aux_offset;424 uint64_t aux_size;425 uint64_t flags;466 struct DataType { struct467 uint32_t aux_type;468 uint32_t reserved;469 uint64_t version;470 uint32_t nr_cpu;471 uint32_t pmu_type;[all …]
59 operator DataType() const { in DataType() function