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 nop macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c20 #define USDT_NOP .byte 0x0f, 0x1f, 0x44, 0x00, 0x00 macro