/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-stat-default | 71 # PERF_TYPE_RAW / slots (0x400) 80 # PERF_TYPE_RAW / topdown-retiring (0x8000) 91 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 102 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 113 # PERF_TYPE_RAW / topdown-bad-spec (0x8100) 124 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 138 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 152 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 159 # PERF_TYPE_RAW / IDQ_UOPS_NOT_DELIVERED.CORE 173 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
H A D | test-stat-detailed-1 | 73 # PERF_TYPE_RAW / slots (0x400) 82 # PERF_TYPE_RAW / topdown-retiring (0x8000) 93 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 104 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 115 # PERF_TYPE_RAW / topdown-bad-spec (0x8100) 126 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 140 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 154 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 161 # PERF_TYPE_RAW / IDQ_UOPS_NOT_DELIVERED.CORE 175 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
H A D | test-stat-detailed-2 | 73 # PERF_TYPE_RAW / slots (0x400) 82 # PERF_TYPE_RAW / topdown-retiring (0x8000) 93 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 104 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 115 # PERF_TYPE_RAW / topdown-bad-spec (0x8100) 126 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 140 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 154 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 161 # PERF_TYPE_RAW / IDQ_UOPS_NOT_DELIVERED.CORE 175 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
H A D | test-stat-detailed-3 | 73 # PERF_TYPE_RAW / slots (0x400) 82 # PERF_TYPE_RAW / topdown-retiring (0x8000) 93 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 104 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 115 # PERF_TYPE_RAW / topdown-bad-spec (0x8100) 126 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 140 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 154 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 161 # PERF_TYPE_RAW / IDQ_UOPS_NOT_DELIVERED.CORE 175 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 31 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_event_with_pmu() 43 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_group_event() 49 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_group_event() 66 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_sw_hw_group_event() 79 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_sw_group_event() 96 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_group_modifier1() 104 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_group_modifier1() 131 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__hybrid_raw2() 152 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu()
|
H A D | amd-ibs-via-core-pmu.c | 19 { PERF_TYPE_RAW, 0x076, true }, 20 { PERF_TYPE_RAW, 0x0C1, true }, 21 { PERF_TYPE_RAW, 0x012, false },
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 51 event_init_opts(e, config, PERF_TYPE_RAW, name); in event_init_named() 56 event_init_opts(e, config, PERF_TYPE_RAW, "event"); in event_init() 61 __event_init_opts(e, config, PERF_TYPE_RAW, "event", true); in event_init_sampling()
|
H A D | count_stcx_fail.c | 112 setup_event(&events[2], PM_STCX_FAIL, PERF_TYPE_RAW, "stcx_fail"); in test_body()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | perf_event.c | 134 case PERF_TYPE_RAW: in __hw_perf_event_init() 289 case PERF_TYPE_RAW: in sh_pmu_event_init() 359 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in register_sh_pmu()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | 8xx-pmu.c | 64 case PERF_TYPE_RAW: in event_type() 194 return perf_pmu_register(&mpc8xx_pmu, "cpu", PERF_TYPE_RAW); in init_mpc8xx_pmu()
|
H A D | core-fsl-emb.c | 498 case PERF_TYPE_RAW: in fsl_emb_pmu_event_init() 691 perf_pmu_register(&fsl_emb_pmu, "cpu", PERF_TYPE_RAW); in register_fsl_emb_pmu()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | topdown.c | 26 pmu = perf_pmus__find_by_type(PERF_TYPE_RAW); in topdown_sys_has_perf_metrics()
|
H A D | evsel.c | 34 if ((evsel->core.attr.type == PERF_TYPE_RAW) && in evsel__sys_has_perf_metrics()
|
H A D | perf_regs.c | 298 __u64 type = PERF_TYPE_RAW; in arch__intr_reg_mask()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | perf_event.c | 551 case PERF_TYPE_RAW: in loongarch_pmu_event_init() 761 } else if (PERF_TYPE_RAW == event->attr.type) { in __hw_perf_event_init() 771 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init() 783 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init() 883 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
|
/openbmc/linux/samples/bpf/ |
H A D | trace_event_user.c | 251 .type = PERF_TYPE_RAW, in test_bpf_perf_event() 258 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
|
H A D | tracex6_user.c | 124 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
|
/openbmc/linux/tools/perf/util/ |
H A D | print-events.c | 427 event_type_descriptors[PERF_TYPE_RAW], in print_events() 439 event_type_descriptors[PERF_TYPE_RAW], in print_events()
|
H A D | perf_event_attr_fprintf.c | 89 ENUM_ID_TO_STR_CASE(PERF_TYPE_RAW) in stringify_perf_type_id() 243 case PERF_TYPE_RAW: in __p_config_id()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | perf_event.c | 621 } else if (attr->type == PERF_TYPE_RAW) { in __hw_perf_event_init() 697 case PERF_TYPE_RAW: in alpha_pmu_event_init() 891 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | topdown.txt | 57 { .config = 0x0400, .type = PERF_TYPE_RAW } 60 { .config = 0x8000, .type = PERF_TYPE_RAW } for Retiring metric event 78 .type = PERF_TYPE_RAW, 98 .type = PERF_TYPE_RAW,
|
/openbmc/linux/drivers/perf/ |
H A D | riscv_pmu_legacy.c | 129 perf_pmu_register(&pmu->pmu, "cpu", PERF_TYPE_RAW); in pmu_legacy_init()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | perf_event.c | 226 case PERF_TYPE_RAW: in xtensa_pmu_event_init() 444 ret = perf_pmu_register(&xtensa_pmu, "cpu", PERF_TYPE_RAW); in xtensa_pmu_init()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | perf_event_mipsxx.c | 661 case PERF_TYPE_RAW: in mipspmu_event_init() 1485 } else if (PERF_TYPE_RAW == event->attr.type) { in __hw_perf_event_init() 1495 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init() 1507 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init() 2052 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
|
/openbmc/linux/tools/perf/tests/ |
H A D | parse-events.c | 130 evsel->attr.type == PERF_TYPE_RAW); in test__checkevent_raw() 144 if (pmu->type == PERF_TYPE_RAW) in test__checkevent_raw() 608 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu() 672 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name() 679 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name() 693 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph() 705 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph() 723 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type || in test__checkevent_pmu_events()
|