Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dtracex6_user.c73 static void test_perf_event_array(struct perf_event_attr *attr, in test_perf_event_array() function
165 test_perf_event_array(&attr_cycles, "HARDWARE-cycles"); in test_bpf_perf_event()
166 test_perf_event_array(&attr_clock, "SOFTWARE-clock"); in test_bpf_perf_event()
167 test_perf_event_array(&attr_raw, "RAW-instruction-retired"); in test_bpf_perf_event()
168 test_perf_event_array(&attr_l1d_load, "HW_CACHE-L1D-load"); in test_bpf_perf_event()
171 test_perf_event_array(&attr_llc_miss, "HW_CACHE-LLC-miss"); in test_bpf_perf_event()
172 test_perf_event_array(&attr_msr_tsc, "Dynamic-msr-tsc"); in test_bpf_perf_event()