Searched refs:PERF_COUNT_HW_INSTRUCTIONS (Results 1 – 20 of 20) sorted by relevance
/tools/testing/selftests/powerpc/pmu/ |
D | per_event_excludes.c | 35 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()
|
D | count_instructions.c | 99 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test_body()
|
D | count_stcx_fail.c | 110 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, PERF_TYPE_HARDWARE, "instructions"); in test_body()
|
/tools/perf/tests/attr/ |
D | test-stat-default | 51 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
D | test-stat-detailed-1 | 52 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
D | test-stat-detailed-3 | 52 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
D | test-stat-detailed-2 | 52 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 104 .config = PERF_COUNT_HW_INSTRUCTIONS, in __test__rdpmc()
|
/tools/lib/perf/tests/ |
D | test-evsel.c | 198 test_stat_user_read(PERF_COUNT_HW_INSTRUCTIONS); in test_evsel()
|
/tools/testing/selftests/perf_events/ |
D | remove_on_exec.c | 42 .config = PERF_COUNT_HW_INSTRUCTIONS, in make_event_attr()
|
/tools/perf/tests/ |
D | parse-events.c | 107 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/ |
D | perf_event.h | 65 PERF_COUNT_HW_INSTRUCTIONS = 1, enumerator
|
/tools/perf/util/ |
D | parse-events.l | 331 instructions { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS); }
|
D | intel-pt.c | 3322 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in intel_pt_synth_events() 3341 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in intel_pt_synth_events()
|
D | cs-etm.c | 1386 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in cs_etm__synth_events()
|
D | parse-events.c | 70 [PERF_COUNT_HW_INSTRUCTIONS] = {
|
/tools/perf/ |
D | design.txt | 103 PERF_COUNT_HW_INSTRUCTIONS = 1,
|
D | builtin-stat.c | 1634 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_INSTRUCTIONS }, in add_default_attributes()
|
/tools/bpf/bpftool/ |
D | prog.c | 1808 .config = PERF_COUNT_HW_INSTRUCTIONS,
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 521 pea.config = PERF_COUNT_HW_INSTRUCTIONS; in perf_instr_count_open()
|