| /tools/testing/selftests/powerpc/pmu/ |
| A 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()
|
| A D | count_instructions.c | 99 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test_body()
|
| A D | count_stcx_fail.c | 110 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, PERF_TYPE_HARDWARE, "instructions"); in test_body()
|
| /tools/testing/selftests/powerpc/pmu/event_code_tests/ |
| A D | generic_events_valid_test.c | 40 event_init_opts(&event, PERF_COUNT_HW_INSTRUCTIONS, in generic_events_valid_test() 86 event_init_opts(&event, PERF_COUNT_HW_INSTRUCTIONS, PERF_TYPE_HARDWARE, "event"); in generic_events_valid_test()
|
| /tools/perf/arch/x86/tests/ |
| A D | amd-ibs-via-core-pmu.c | 18 { PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS, false },
|
| /tools/perf/tests/ |
| A D | mmap-basic.c | 378 return test_stat_user_read(PERF_COUNT_HW_INSTRUCTIONS, USER_READ_ENABLED); in test__mmap_user_read_instr() 390 return test_stat_user_read(PERF_COUNT_HW_INSTRUCTIONS, USER_READ_DISABLED); in test__mmap_user_read_instr_disabled()
|
| A D | parse-events.c | 185 int ret = assert_hw(evsel, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__checkevent_symbolic_name() 870 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__group1() 1058 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__group3() 1106 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__group4() 1154 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__group5() 1189 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__group5() 1480 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions"); in test__leader_sample2()
|
| /tools/testing/selftests/perf_events/ |
| A D | remove_on_exec.c | 42 .config = PERF_COUNT_HW_INSTRUCTIONS, in make_event_attr()
|
| /tools/perf/tests/shell/attr/ |
| A D | test-stat-default | 50 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
| A D | test-stat-detailed-1 | 52 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
| A D | test-stat-detailed-2 | 52 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
| A D | test-stat-detailed-3 | 52 # PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
| /tools/perf/util/ |
| A D | parse-events.l | 342 instructions { return hw_term(yyscanner, PERF_COUNT_HW_INSTRUCTIONS); } 397 instructions { return sym(yyscanner, PERF_COUNT_HW_INSTRUCTIONS); }
|
| A D | perf_event_attr_fprintf.c | 99 ENUM_ID_TO_STR_CASE(PERF_COUNT_HW_INSTRUCTIONS) in stringify_perf_hw_id()
|
| A D | arm-spe.c | 1756 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in arm_spe_synth_events()
|
| A D | intel-pt.c | 4021 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in intel_pt_synth_events() 4056 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in intel_pt_synth_events()
|
| A D | parse-events.c | 49 [PERF_COUNT_HW_INSTRUCTIONS] = {
|
| A D | cs-etm.c | 1758 attr.config = PERF_COUNT_HW_INSTRUCTIONS; in cs_etm__synth_events()
|
| /tools/lib/perf/tests/ |
| A D | test-evsel.c | 361 test_stat_user_read(PERF_COUNT_HW_INSTRUCTIONS); in test_evsel()
|
| A D | test-evlist.c | 448 .config = PERF_COUNT_HW_INSTRUCTIONS, in test_stat_multiplexing()
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 68 PERF_COUNT_HW_INSTRUCTIONS = 1, enumerator
|
| /tools/bpf/bpftool/ |
| A D | link.c | 36 [PERF_COUNT_HW_INSTRUCTIONS] = "instructions",
|
| A D | prog.c | 2061 .config = PERF_COUNT_HW_INSTRUCTIONS,
|
| /tools/perf/ |
| A D | design.txt | 103 PERF_COUNT_HW_INSTRUCTIONS = 1,
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 2469 …fd_instr_count_percpu[cpu] = open_perf_counter(cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS… in get_instr_count_fd() 8308 fd = open_perf_counter(base_cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS, -1, 0); in has_instr_count_access()
|