Searched refs:PERF_SAMPLE_REGS_USER (Results 1 – 16 of 16) sorted by relevance
128 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()292 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()427 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
153 .sample_type = PERF_SAMPLE_REGS_USER, in arch__user_reg_mask()
45 if (attr->sample_type & PERF_SAMPLE_REGS_USER) in attr_to_script()
155 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
1408 ((sample_type & PERF_SAMPLE_REGS_USER) && in pebs_update_adaptive_cfg()2129 if (sample_type & (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER)) in setup_pebs_adaptive_sample_data()2764 PERF_SAMPLE_REGS_USER | in intel_pebs_init()
4033 flags &= ~PERF_SAMPLE_REGS_USER; in intel_pmu_large_pebs_flags()4035 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
1518 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()1723 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
1675 if ((sample_type & PERF_SAMPLE_REGS_USER) &&
1089 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
2964 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind()
3222 if (type & PERF_SAMPLE_REGS_USER) { in evsel__parse_sample()
162 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
844 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | in is_callchain_event()
7980 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()8234 PERF_SAMPLE_REGS_USER); in perf_prepare_sample()8265 if (filtered_sample_type & PERF_SAMPLE_REGS_USER) in perf_prepare_sample()8273 if ((sample_type & ~data->sample_flags) & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()8283 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()13132 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()
569 evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", PERF_OUTPUT_UREGS)) in evsel__check_attr()2543 (sample_type & PERF_SAMPLE_REGS_USER && in process_attr()
2841 if ((sample_type & PERF_SAMPLE_REGS_USER) && in setup_callchain()