Lines Matching defs:perf_event_attr
1463 struct perf_event_attr { struct
1464 __u32 type;
1465 __u32 size;
1466 __u64 config;
1467 union {
1471 __u64 sample_type;
1472 __u64 read_format;
1473 __u64 disabled: 1;
1474 __u64 inherit: 1;
1475 __u64 pinned: 1;
1476 __u64 exclusive: 1;
1477 __u64 exclude_user: 1;
1478 __u64 exclude_kernel: 1;
1479 __u64 exclude_hv: 1;
1480 __u64 exclude_idle: 1;
1481 __u64 mmap: 1;
1482 __u64 comm: 1;
1483 __u64 freq: 1;
1484 __u64 inherit_stat: 1;
1485 __u64 enable_on_exec: 1;
1486 __u64 task: 1;
1487 __u64 watermark: 1;
1488 __u64 precise_ip: 2;
1489 __u64 mmap_data: 1;
1490 __u64 sample_id_all: 1;
1491 __u64 exclude_host: 1;
1492 __u64 exclude_guest: 1;
1493 __u64 exclude_callchain_kernel: 1;
1494 __u64 exclude_callchain_user: 1;
1495 __u64 mmap2: 1;
1496 __u64 comm_exec: 1;
1497 __u64 use_clockid: 1;
1498 __u64 context_switch: 1;
1499 __u64 write_backward: 1;
1500 __u64 namespaces: 1;
1501 __u64 ksymbol: 1;
1502 __u64 bpf_event: 1;
1503 __u64 aux_output: 1;
1504 __u64 cgroup: 1;
1505 __u64 text_poke: 1;
1506 __u64 build_id: 1;
1507 __u64 inherit_thread: 1;
1508 __u64 remove_on_exec: 1;
1509 __u64 sigtrap: 1;
1510 __u64 __reserved_1: 26;
1511 union {
1515 __u32 bp_type;
1516 union {
1522 union {
1528 __u64 branch_sample_type;
1529 __u64 sample_regs_user;
1530 __u32 sample_stack_user;
1531 __s32 clockid;
1532 __u64 sample_regs_intr;
1533 __u32 aux_watermark;
1534 __u16 sample_max_stack;
1535 __u16 __reserved_2;
1536 __u32 aux_sample_size;
1537 __u32 __reserved_3;
1538 __u64 sig_data;