Home
last modified time | relevance | path

Searched defs:USDT_NOP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dusdt.h314 #define USDT_NOP nop 0 macro
316 #define USDT_NOP .byte 0x90, 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 /* nop, nop10 */ macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c20 #define USDT_NOP global() macro