Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c33 #define PERF_EVENT_COOKIE 0xdeadbeef macro
66 ASSERT_EQ(info.perf_event.kprobe.cookie, PERF_EVENT_COOKIE, "kprobe_cookie"); in verify_perf_link_info()
89 ASSERT_EQ(info.perf_event.tracepoint.cookie, PERF_EVENT_COOKIE, "tracepoint_cookie"); in verify_perf_link_info()
107 ASSERT_EQ(info.perf_event.uprobe.cookie, PERF_EVENT_COOKIE, "uprobe_cookie"); in verify_perf_link_info()
152 .bpf_cookie = PERF_EVENT_COOKIE, in test_kprobe_fill_link_info()
182 .bpf_cookie = PERF_EVENT_COOKIE, in test_tp_fill_link_info()
202 .bpf_cookie = PERF_EVENT_COOKIE, in test_uprobe_fill_link_info()