Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dparse-events.c22 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \ macro
116 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type, evsel); in test__checkevent_tracepoint()
133 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type, in test__checkevent_tracepoint_multi()
683 TEST_ASSERT_EVSEL("wrong sample_type", PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type, in test__checkevent_list()
1035 evsel->core.attr.sample_type == PERF_TP_SAMPLE_TYPE, in test__group3()