Searched defs:DataType (Results 1 – 2 of 2) sorted by relevance
432 struct DataType { struct433 uint64_t aux_offset;434 uint64_t aux_size;435 uint64_t flags;509 struct DataType { struct510 uint32_t aux_type;511 uint32_t reserved;512 uint64_t version;513 uint32_t nr_cpu;514 uint32_t pmu_type;[all …]
59 operator DataType() const { in DataType() function