Home
last modified time | relevance | path

Searched refs:PERF_TYPE_RAW (Results 1 – 25 of 46) sorted by relevance

12

/linux/tools/perf/tests/shell/attr/
H A Dtest-stat-default71 # 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 Dtest-stat-detailed-173 # 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 Dtest-stat-detailed-373 # 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 Dtest-stat-detailed-273 # 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 Dhybrid.c31 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 Damd-ibs-via-core-pmu.c19 { PERF_TYPE_RAW, 0x076, true },
20 { PERF_TYPE_RAW, 0x0C1, true },
21 { PERF_TYPE_RAW, 0x012, false },
H A Dtopdown.c32 bool p_core_pmu = evsel->pmu->type == PERF_TYPE_RAW; in event_cb()
/linux/tools/perf/arch/x86/util/
H A Dtopdown.c29 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 Devsel.c44 return pmu && pmu->type == PERF_TYPE_RAW; in evsel__sys_has_perf_metrics()
/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.c51 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 Dperf_event.c134 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 Dperf_event.c540 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 Dtrace_event_user.c251 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
258 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
H A Dtracex6_user.c124 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c287 .type = PERF_TYPE_RAW,
295 .type = PERF_TYPE_RAW,
/linux/tools/perf/util/
H A Dpfm.c234 /*pmu_type=*/PERF_TYPE_RAW, in print_libpfm_event()
270 /*pmu_type=*/PERF_TYPE_RAW, in print_libpfm_event()
H A Dprint-events.c327 PERF_TYPE_RAW, in print_events()
332 event_type_descriptors[PERF_TYPE_RAW], in print_events()
H A Dperf_event_attr_fprintf.c88 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 Dsrso.c30 ret_attr.type = mret_attr.type = PERF_TYPE_RAW; in main()
/linux/tools/perf/Documentation/
H A Dtopdown.txt57 { .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 Dwatchdog_perf.c312 wd_hw_attr.type = PERF_TYPE_RAW;
/linux/tools/perf/util/perf-regs-arch/
H A Dperf_regs_x86.c261 __u64 type = PERF_TYPE_RAW; in __perf_reg_mask_x86()
/linux/tools/perf/
H A Dbuiltin-list.c136 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 Dtime_bench.c75 perf_conf.type = PERF_TYPE_RAW; in time_bench_PMU_config()
/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c752 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()

12