Searched defs:USDT_NOP (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | usdt.h | 314 #define USDT_NOP nop 0 macro 316 #define USDT_NOP .byte 0x90, 0x0f, 0x1f, 0x44, 0x00, 0x0 /* nop, nop5 */ macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_syscall.c | 20 #define USDT_NOP .byte 0x0f, 0x1f, 0x44, 0x00, 0x00 macro
|