DOKK / manpages / debian 13 / libnvme-dev / nvme_perf_characteristics.2.en
libnvme(2) API Manual libnvme(2)

struct nvme_perf_characteristics - Performance attribute structure

struct nvme_perf_characteristics {
union {
struct nvme_std_perf_attr std_perf[0];
struct nvme_perf_attr_id_list id_list[0];
struct nvme_vs_perf_attr vs_perf[0];
__u8 attr_buf[4096];
};
};

{unnamed_union}
anonymous
Standard performance attribute
Performance attribute identifier list
Vendor specific performance attribute
Attribute buffer
struct nvme_perf_characteristics May 2025