| /tools/perf/tests/shell/attr/ |
| 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) 168 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 182 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 196 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 217 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
| 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) 170 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 184 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 198 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 219 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
| 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) 170 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 184 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 198 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 219 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
| 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) 170 # PERF_TYPE_RAW / INT_MISC.UOP_DROPPING 184 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD 198 # PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK 219 # PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS [all …]
|
| /tools/perf/arch/x86/tests/ |
| 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 …]
|
| 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 },
|
| A D | topdown.c | 30 bool p_core_pmu = evsel->pmu->type == PERF_TYPE_RAW; in event_cb()
|
| /tools/perf/arch/x86/util/ |
| A D | topdown.c | 28 pmu = perf_pmus__find_by_type(PERF_TYPE_RAW); in topdown_sys_has_perf_metrics() 38 return evsel->core.attr.type == PERF_TYPE_RAW && in arch_is_topdown_slots() 46 return evsel->core.attr.type == PERF_TYPE_RAW && in arch_is_topdown_metrics()
|
| A D | evsel.c | 39 return pmu && pmu->type == PERF_TYPE_RAW; in evsel__sys_has_perf_metrics()
|
| A D | perf_regs.c | 303 __u64 type = PERF_TYPE_RAW; in arch__intr_reg_mask()
|
| /tools/testing/selftests/powerpc/pmu/ |
| 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()
|
| A D | count_stcx_fail.c | 112 setup_event(&events[2], PM_STCX_FAIL, PERF_TYPE_RAW, "stcx_fail"); in test_body()
|
| /tools/testing/selftests/x86/ |
| A D | srso.c | 30 ret_attr.type = mret_attr.type = PERF_TYPE_RAW; in main()
|
| /tools/perf/util/ |
| A D | pfm.c | 233 /*pmu_type=*/PERF_TYPE_RAW, in print_libpfm_event() 269 /*pmu_type=*/PERF_TYPE_RAW, in print_libpfm_event()
|
| A D | print-events.c | 444 PERF_TYPE_RAW, in print_events() 449 event_type_descriptors[PERF_TYPE_RAW], in print_events()
|
| 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()
|
| A D | s390-cpumsf.c | 1052 return evsel->core.attr.type == PERF_TYPE_RAW && in s390_cpumsf_evsel_is_auxtrace() 1144 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
|
| A D | parse-events.y | 513 err = parse_events_add_numeric(_parse_state, list, PERF_TYPE_RAW, num, $2,
|
| A D | pmus.c | 830 if (!pmu && (legacy_core_type || type == PERF_TYPE_RAW)) { in perf_pmus__find_by_attr()
|
| A D | pmu.c | 1289 pmu->type = PERF_TYPE_RAW; in perf_pmu__create_placeholder_core_pmu() 2243 case PERF_TYPE_RAW: return false; in perf_pmu__is_software()
|
| /tools/perf/Documentation/ |
| 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,
|
| /tools/perf/tests/ |
| A D | parse-events.c | 127 evsel->attr.type == PERF_TYPE_RAW); in test__checkevent_raw() 141 if (pmu->type == PERF_TYPE_RAW) in test__checkevent_raw() 613 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu() 675 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name() 682 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name() 695 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph() 707 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph() 727 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type || in test__checkevent_pmu_events()
|
| /tools/testing/selftests/net/bench/page_pool/ |
| A D | time_bench.c | 75 perf_conf.type = PERF_TYPE_RAW; in time_bench_PMU_config()
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 34 PERF_TYPE_RAW = 4, enumerator
|
| /tools/perf/ |
| 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()
|