| /linux/tools/perf/tests/shell/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-bad-spec (0x8100) 102 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 113 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 124 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400) 135 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500) 146 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600) 157 # PERF_TYPE_RAW / topdown-mem-bound (0x8700) 168 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING [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-bad-spec (0x8100) 104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 115 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 126 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400) 137 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500) 148 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600) 159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700) 170 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING [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-bad-spec (0x8100) 104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 115 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 126 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400) 137 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500) 148 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600) 159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700) 170 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING [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-bad-spec (0x8100) 104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200) 115 # PERF_TYPE_RAW / topdown-be-bound (0x8300) 126 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400) 137 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500) 148 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600) 159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700) 170 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING [all …]
|
| /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() 173 TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW)); in test__hybrid_hw_group_event_2() [all …]
|
| 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 },
|
| H A D | topdown.c | 32 bool p_core_pmu = evsel->pmu->type == PERF_TYPE_RAW; in event_cb()
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | topdown.c | 29 pmu = perf_pmus__find_by_type(PERF_TYPE_RAW); in topdown_sys_has_perf_metrics() 39 return evsel->core.attr.type == PERF_TYPE_RAW && in arch_is_topdown_slots() 47 return evsel->core.attr.type == PERF_TYPE_RAW && in arch_is_topdown_metrics()
|
| H A D | evsel.c | 44 return pmu && pmu->type == PERF_TYPE_RAW; in evsel__sys_has_perf_metrics()
|
| /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()
|
| /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()
|
| /linux/arch/loongarch/kernel/ |
| H A D | perf_event.c | 540 case PERF_TYPE_RAW: in loongarch_pmu_event_init() 634 case PERF_TYPE_RAW: in loongarch_pmu_event_requires_counter() 765 } else if (PERF_TYPE_RAW == event->attr.type) { in __hw_perf_event_init() 775 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init() 787 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init() 888 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
|
| /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()
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | pseudo_lock.c | 287 .type = PERF_TYPE_RAW, 295 .type = PERF_TYPE_RAW,
|
| /linux/tools/perf/util/ |
| H A D | pfm.c | 234 /*pmu_type=*/PERF_TYPE_RAW, in print_libpfm_event() 270 /*pmu_type=*/PERF_TYPE_RAW, in print_libpfm_event()
|
| H A D | print-events.c | 327 PERF_TYPE_RAW, in print_events() 332 event_type_descriptors[PERF_TYPE_RAW], in print_events()
|
| H A D | perf_event_attr_fprintf.c | 88 case PERF_TYPE_RAW: in stringify_perf_type_id() 260 case PERF_TYPE_RAW: in __p_config_id()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | srso.c | 30 ret_attr.type = mret_attr.type = PERF_TYPE_RAW; in main()
|
| /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,
|
| /linux/kernel/ |
| H A D | watchdog_perf.c | 312 wd_hw_attr.type = PERF_TYPE_RAW;
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | perf_regs_x86.c | 261 __u64 type = PERF_TYPE_RAW; in __perf_reg_mask_x86()
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 136 if (print_state->exclude_abi && pmu_type < PERF_TYPE_MAX && pmu_type != PERF_TYPE_RAW) in default_print_event() 384 pmu_type != PERF_TYPE_RAW) in json_print_event()
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | time_bench.c | 75 perf_conf.type = PERF_TYPE_RAW; in time_bench_PMU_config()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_cf.c | 752 case PERF_TYPE_RAW: in __hw_perf_event_init() 851 return PERF_TYPE_RAW; in cpumf_pmu_event_type() 861 if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW) in cpumf_pmu_event_init()
|