Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c129 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()
216 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()
306 if (PERF_SAMPLE_MAX > PERF_SAMPLE_REGS_INTR << 1) { in test__sample_parsing()
328 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h141 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/linux-4.4.14/tools/perf/util/
Devsel.c1832 if (type & PERF_SAMPLE_REGS_INTR) { in perf_evsel__parse_sample()
1943 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()
2131 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
Dsession.c936 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c1048 if (sample_type & PERF_SAMPLE_REGS_INTR) { in setup_pebs_sample_data()
/linux-4.4.14/tools/perf/
Dbuiltin-script.c269 perf_evsel__check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", in perf_evsel__check_attr()
/linux-4.4.14/kernel/events/
Dcore.c5452 if (sample_type & PERF_SAMPLE_REGS_INTR) { in perf_output_sample()
5574 if (sample_type & PERF_SAMPLE_REGS_INTR) { in perf_prepare_sample()
8114 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in perf_copy_attr()