blob: 1cd7db633bf049fa4460de00fb733b8f90a83b4a [file] [log] [blame]
// bindgen-flags: --impl-debug
struct perf_event_attr {
/*
* Major type: hardware/software/tracepoint/etc.
*/
unsigned int type;
float a;
union {
int b;
int c;
};
};