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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c35 #define PERF_EVENT_COOKIE 0xdeadbeef macro
68 ASSERT_EQ(info.perf_event.kprobe.cookie, PERF_EVENT_COOKIE, "kprobe_cookie");
89 ASSERT_EQ(info.perf_event.tracepoint.cookie, PERF_EVENT_COOKIE, "tracepoint_cookie");
106 ASSERT_EQ(info.perf_event.uprobe.cookie, PERF_EVENT_COOKIE, "uprobe_cookie");
115 ASSERT_EQ(info.perf_event.event.cookie, PERF_EVENT_COOKIE, "event_cookie");
156 .bpf_cookie = PERF_EVENT_COOKIE,
182 .bpf_cookie = PERF_EVENT_COOKIE,
200 .bpf_cookie = PERF_EVENT_COOKIE,
235 .bpf_cookie = PERF_EVENT_COOKIE,

Completed in 123 milliseconds