Home
last modified time | relevance | path

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

/tools/perf/tests/attr/
Dtest-stat-default72 # PERF_TYPE_RAW / slots (0x400)
81 # PERF_TYPE_RAW / topdown-retiring (0x8000)
92 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
103 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
114 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
125 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
136 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
147 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
158 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
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)
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)
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)
/tools/testing/selftests/powerpc/pmu/
Devent.c39 event_init_opts(e, config, PERF_TYPE_RAW, name); in event_init_named()
44 event_init_opts(e, config, PERF_TYPE_RAW, "event"); in event_init()
Dcount_stcx_fail.c112 setup_event(&events[2], PM_STCX_FAIL, PERF_TYPE_RAW, "stcx_fail"); in test_body()
/tools/perf/tests/
Dparse-events.c85 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_raw()
443 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu()
463 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_list()
501 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
508 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
522 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
534 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
552 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events()
584 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events_mix()
1522 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__hybrid_hw_event_with_pmu()
[all …]
/tools/perf/util/
Dparse-events-hybrid.c152 if (attr->type != PERF_TYPE_RAW) { in parse_events__add_numeric_hybrid()
Ds390-cpumsf.c1054 return evsel->core.attr.type == PERF_TYPE_RAW && in s390_cpumsf_evsel_is_auxtrace()
1146 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
Dparse-events.y659 err = parse_events_add_numeric(_parse_state, list, PERF_TYPE_RAW, $1, $2);
Dparse-events.c379 if (pmu && attr->type == PERF_TYPE_RAW) in __add_event()
3029 event_type_descriptors[PERF_TYPE_RAW]); in print_events()
3032 event_type_descriptors[PERF_TYPE_RAW]); in print_events()
Dbpf-loader.c1427 if (attr->type == PERF_TYPE_RAW) in apply_config_evsel_for_key()
Devsel.c741 case PERF_TYPE_RAW: in evsel__name()
/tools/perf/Documentation/
Dtopdown.txt68 { .config = 0x0400, .type = PERF_TYPE_RAW }
71 { .config = 0x8000, .type = PERF_TYPE_RAW } for Retiring metric event
89 .type = PERF_TYPE_RAW,
109 .type = PERF_TYPE_RAW,
/tools/include/uapi/linux/
Dperf_event.h34 PERF_TYPE_RAW = 4, enumerator
/tools/perf/
Dbuiltin-script.c255 [PERF_TYPE_RAW] = {
2867 type = PERF_TYPE_RAW; in parse_output_fields()