Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/pmu/event_code_tests/
A Dgeneric_events_valid_test.c50 event_init_opts(&event, PERF_COUNT_HW_CACHE_MISSES, PERF_TYPE_HARDWARE, "event"); in generic_events_valid_test()
95 event_init_opts(&event, PERF_COUNT_HW_CACHE_MISSES, PERF_TYPE_HARDWARE, "event"); in generic_events_valid_test()
/tools/perf/util/
A Dparse-events.l344 cache-misses { return hw_term(yyscanner, PERF_COUNT_HW_CACHE_MISSES); }
399 cache-misses { return sym(yyscanner, PERF_COUNT_HW_CACHE_MISSES); }
A Dperf_event_attr_fprintf.c101 ENUM_ID_TO_STR_CASE(PERF_COUNT_HW_CACHE_MISSES) in stringify_perf_hw_id()
A Dparse-events.c57 [PERF_COUNT_HW_CACHE_MISSES] = {
/tools/testing/selftests/resctrl/
A Dcat_test.c184 perf_event_attr_initialize(&pea, PERF_COUNT_HW_CACHE_MISSES); in cat_test()
/tools/perf/tests/
A Dparse-events.c1251 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__group_gh1()
1298 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__group_gh2()
1345 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__group_gh3()
1392 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__group_gh4()
1436 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__leader_sample1()
1555 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__pinned_group()
1609 ret = assert_hw(&evsel->core, PERF_COUNT_HW_CACHE_MISSES, "cache-misses"); in test__exclusive_group()
/tools/include/uapi/linux/
A Dperf_event.h70 PERF_COUNT_HW_CACHE_MISSES = 3, enumerator
/tools/bpf/bpftool/
A Dlink.c38 [PERF_COUNT_HW_CACHE_MISSES] = "cache-misses",
/tools/perf/
A Ddesign.txt105 PERF_COUNT_HW_CACHE_MISSES = 3,

Completed in 27 milliseconds