Lines Matching defs:to
119 * Bits that can be set in attr.sample_type to request information
147 * values to program into branch_sample_type when PERF_SAMPLE_BRANCH is set
151 * not have to match. Branch priv level is checked for permissions.
204 * Values to determine ABI of the registers dump.
272 * Hardware event_id to monitor via a performance monitoring event:
319 * 2 - SAMPLE_IP requested to have 0 skid
334 comm_exec : 1, /* flag comm events that are due to an exec */
356 * Defines set of user regs to dump on samples.
362 * Defines size of the user stack to dump on samples.
368 * Defines set of regs to dump for each sample
381 __u32 __reserved_2; /* align to __u64 */
411 * Bits needed to read the hw events in user-space.
447 __s64 offset; /* add to hardware event value */
456 cap_user_rdpmc : 1, /* The RDPMC instruction can be used to read counts */
466 * to sign extend the result like:
475 * If cap_usr_time the below fields can be used to compute the time
487 * seqcount loop described above. This delta can then be added to
518 __u32 size; /* Header size up to __reserved[] fields. */
524 __u8 __reserved[118*8+4]; /* align to 1k. */
533 * written by userspace to reflect the last read data, after issueing
534 * an smp_mb() to separate the data read from the ->data_tail store.
553 * prior to mmap()ing it. Size of the mmap()ed area should be aux_size.
585 * Indicates that the content of PERF_SAMPLE_IP points to
591 * Reserve the last bit to indicate some extended misc field
605 * have the sample_type selected fields related to where/when
624 * relative to header.size.
629 * correlate userspace IPs to code. They have the following structure:
717 * # is fixed relative to header.
738 * # That is, the ABI doesn't make any promises wrt to
750 * { u64 from, to, flags } lbr[nr];} && PERF_SAMPLE_BRANCH_STACK
770 * maj, min, ino numbers to be used to uniquely identify each mapping
873 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */
948 * to: branch target
961 __u64 to;
966 cycles:16, /* cycle count to last branch */