Searched refs:PERF_SAMPLE_REGS_USER (Results 1 – 19 of 19) sorted by relevance
107 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()247 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()362 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
43 if (attr->sample_type & PERF_SAMPLE_REGS_USER) in attr_to_script()
136 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
134 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
1369 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()1535 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
1606 if ((sample_type & PERF_SAMPLE_REGS_USER) && in callchain_param_setup()
2293 if (type & PERF_SAMPLE_REGS_USER) { in evsel__parse_sample()
1296 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
2875 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind()
495 evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", PERF_OUTPUT_UREGS)) in evsel__check_attr()2206 (sample_type & PERF_SAMPLE_REGS_USER && in process_attr()3266 if ((sample_type & PERF_SAMPLE_REGS_USER) && in script__setup_sample_type()
2540 if ((sample_type & PERF_SAMPLE_REGS_USER) && in setup_callchain()
888 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | in is_callchain_event()
2092 PERF_SAMPLE_REGS_USER | in intel_ds_init()
3516 flags &= ~PERF_SAMPLE_REGS_USER; in intel_pmu_large_pebs_flags()3518 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
6956 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()7154 if (sample_type & (PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER)) in perf_prepare_sample()7157 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()11504 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()
1000 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |