Searched refs:PERF_SAMPLE_REGS_USER (Results 1 – 12 of 12) 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
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) && in callchain_param_setup()
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()
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()
1141 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |
Completed in 55 milliseconds