Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c132 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()
223 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()
335 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h142 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h142 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/Linux-v4.19/arch/x86/events/
Dperf_event.h96 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
/Linux-v4.19/tools/perf/util/
Devsel.c2342 if (type & PERF_SAMPLE_REGS_INTR) { in perf_evsel__parse_sample()
2503 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()
2669 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
Dsession.c1106 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
/Linux-v4.19/arch/x86/events/intel/
Dds.c1224 if (sample_type & PERF_SAMPLE_REGS_INTR) { in setup_pebs_sample_data()
Dcore.c2985 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
/Linux-v4.19/kernel/events/
Dcore.c6282 if (sample_type & PERF_SAMPLE_REGS_INTR) { in perf_output_sample()
6473 if (sample_type & PERF_SAMPLE_REGS_INTR) { in perf_prepare_sample()
10227 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in perf_copy_attr()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c454 perf_evsel__check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", in perf_evsel__check_attr()