Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dpfm.c312 for (int i = pinfo.first_event; i != -1; i = pfm_get_event_next(i)) { in print_libpfm_events()
/linux-6.12.1/tools/testing/selftests/hid/progs/
Dhid.c33 struct hid_bpf_ops first_event = { variable
/linux-6.12.1/tools/testing/selftests/hid/
Dhid_bpf.c278 link = bpf_map__attach_struct_ops(self->skel->maps.first_event); in TEST_F()