Searched refs:PERF_SAMPLE_REGS_USER (Results 1 – 12 of 12) sorted by relevance
101 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()220 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()332 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
136 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
96 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
2286 if (type & PERF_SAMPLE_REGS_USER) { in perf_evsel__parse_sample()2475 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()2633 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
1103 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
2344 if (!((evsel->attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind()
371 if ((sample_type & PERF_SAMPLE_REGS_USER) && in report__setup_sample_type()
459 perf_evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", in perf_evsel__check_attr()2955 if ((sample_type & PERF_SAMPLE_REGS_USER) && in script__setup_sample_type()
2570 if ((sample_type & PERF_SAMPLE_REGS_USER) && in setup_callchain()
2983 flags &= ~PERF_SAMPLE_REGS_USER; in intel_pmu_large_pebs_flags()2985 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
6250 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()6432 if (sample_type & (PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER)) in perf_prepare_sample()6436 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()10203 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()