Searched defs:DataType (Results 1 – 2 of 2) sorted by relevance
437 struct DataType { struct438 uint64_t aux_offset;439 uint64_t aux_size;440 uint64_t flags;514 struct DataType { struct515 uint32_t aux_type;516 uint32_t reserved;517 uint64_t version;518 uint32_t nr_cpu;519 uint32_t pmu_type;[all …]
59 operator DataType() const { in DataType() function