Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_REGS_INTR (Results 1 – 11 of 11) sorted by relevance

/tools/perf/tests/
Dsample-parsing.c138 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()
258 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()
373 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
/tools/perf/ui/browsers/
Dscripts.c41 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script()
/tools/perf/arch/powerpc/util/
Dperf_regs.c191 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/tools/perf/arch/x86/util/
Dperf_regs.c283 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/tools/include/uapi/linux/
Dperf_event.h158 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/tools/perf/util/
Dsynthetic-events.c1492 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()
1678 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
Devsel.c2492 if (type & PERF_SAMPLE_REGS_INTR) { in evsel__parse_sample()
Dsession.c1326 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
Dintel-pt.c2074 if (sample_type & PERF_SAMPLE_REGS_INTR && in intel_pt_synth_pebs_sample()
/tools/perf/
Dbuiltin-script.c509 … evsel__do_check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS, allow_user_set)) in evsel__check_attr()
/tools/perf/Documentation/
Dperf-intel-pt.txt1039 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |