Searched refs:assert_hw (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dparse-events.c166 static int assert_hw(struct perf_evsel *evsel, enum perf_hw_id id, const char *name) function
188 int ret = assert_hw(evsel, PERF_COUNT_HW_INSTRUCTIONS, "instructions");
204 int ret = assert_hw(evsel, PERF_COUNT_HW_CPU_CYCLES, "cycles");
888 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions");
905 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CPU_CYCLES, "cycles");
970 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CPU_CYCLES, "cycles");
1079 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions");
1110 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CPU_CYCLES, "cycles");
1129 ret = assert_hw(&evsel->core, PERF_COUNT_HW_INSTRUCTIONS, "instructions");
1160 ret = assert_hw(
[all...]

Completed in 118 milliseconds