Searched refs:PERF_SAMPLE_REGS_INTR (Results 1 – 14 of 14) sorted by relevance
40 event.attr.sample_type = PERF_SAMPLE_REGS_INTR; in intr_regs_no_crash_wo_pmu_test()
115 event.attr.sample_type = PERF_SAMPLE_REGS_INTR; in check_extended_regs_support()281 if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) && in get_intr_regs()282 (type ^ PERF_SAMPLE_REGS_INTR)) in get_intr_regs()
167 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()295 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()430 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts()
195 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
43 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script()
289 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
161 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
1546 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()1759 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
1092 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
3279 if (type & PERF_SAMPLE_REGS_INTR) { in evsel__parse_sample()
2472 if (sample_type & PERF_SAMPLE_REGS_INTR && in intel_pt_do_synth_pebs_sample()
565 … evsel__do_check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS, allow_user_set)) in evsel__check_attr()
1141 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |
Completed in 49 milliseconds