Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dparse-events.c52 #define TEST_ASSERT_EVSEL(test, cond, evsel) \ macro
114 TEST_ASSERT_EVSEL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type, evsel); in test__checkevent_tracepoint()
115 TEST_ASSERT_EVSEL("wrong sample_type", in test__checkevent_tracepoint()
117 TEST_ASSERT_EVSEL("wrong sample_period", 1 == evsel->core.attr.sample_period, evsel); in test__checkevent_tracepoint()
129 TEST_ASSERT_EVSEL("wrong type", in test__checkevent_tracepoint_multi()
132 TEST_ASSERT_EVSEL("wrong sample_type", in test__checkevent_tracepoint_multi()
135 TEST_ASSERT_EVSEL("wrong sample_period", in test__checkevent_tracepoint_multi()
153 TEST_ASSERT_EVSEL("wrong config", test_hw_config(evsel, 0x1a), evsel); in test__checkevent_raw()
154 TEST_ASSERT_EVSEL("event not parsed as raw type", in test__checkevent_raw()
168 TEST_ASSERT_EVSEL("PMU type expected once", !type_matched, evsel); in test__checkevent_raw()
[all …]