Home
last modified time | relevance | path

Searched refs:PERF_COUNT_HW_INSTRUCTIONS (Results 1 – 20 of 20) sorted by relevance

/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c35 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, in per_event_excludes()
40 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, in per_event_excludes()
47 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, in per_event_excludes()
54 event_init_opts(e, PERF_COUNT_HW_INSTRUCTIONS, in per_event_excludes()
Dcount_instructions.c99 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test_body()
Dcount_stcx_fail.c110 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, PERF_TYPE_HARDWARE, "instructions"); in test_body()
/tools/perf/tests/attr/
Dtest-stat-default51 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
Dtest-stat-detailed-152 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
Dtest-stat-detailed-352 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
Dtest-stat-detailed-252 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
/tools/perf/arch/x86/tests/
Drdpmc.c104 .config = PERF_COUNT_HW_INSTRUCTIONS, in __test__rdpmc()
/tools/lib/perf/tests/
Dtest-evsel.c198 test_stat_user_read(PERF_COUNT_HW_INSTRUCTIONS); in test_evsel()
/tools/testing/selftests/perf_events/
Dremove_on_exec.c42 .config = PERF_COUNT_HW_INSTRUCTIONS, in make_event_attr()
/tools/perf/tests/
Dparse-events.c107 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__checkevent_symbolic_name()
679 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__group1()
844 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__group3()
886 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__group4()
929 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__group5()
961 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__group5()
1210 PERF_COUNT_HW_INSTRUCTIONS == evsel->core.attr.config); in test__leader_sample2()
/tools/include/uapi/linux/
Dperf_event.h65 PERF_COUNT_HW_INSTRUCTIONS = 1, enumerator
/tools/perf/util/
Dparse-events.l331 instructions { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS); }
Dintel-pt.c3322 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in intel_pt_synth_events()
3341 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in intel_pt_synth_events()
Dcs-etm.c1386 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in cs_etm__synth_events()
Dparse-events.c70 [PERF_COUNT_HW_INSTRUCTIONS] = {
/tools/perf/
Ddesign.txt103 PERF_COUNT_HW_INSTRUCTIONS = 1,
Dbuiltin-stat.c1634 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_INSTRUCTIONS }, in add_default_attributes()
/tools/bpf/bpftool/
Dprog.c1808 .config = PERF_COUNT_HW_INSTRUCTIONS,
/tools/power/x86/turbostat/
Dturbostat.c521 pea.config = PERF_COUNT_HW_INSTRUCTIONS; in perf_instr_count_open()