Searched refs:PROBE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 57 #define PROBE STAP_PROBE(test, usdt); macro 59 #define PROBE10 PROBE PROBE PROBE PROBE PROBE \ 60 PROBE PROBE PROBE PROBE PROB [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | Makefile | 12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) macro 14 ifeq ($(PROBE),)
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | Makefile | 10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) macro 12 ifeq ($(PROBE),)
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1351 uvc_dbg_cont(PROBE, " <- XU %d", entity->id); in uvc_scan_chain_entity() 1363 uvc_dbg_cont(PROBE, " <- PU %d", entity->id); in uvc_scan_chain_entity() 1375 uvc_dbg_cont(PROBE, " <- SU %d", entity->id); in uvc_scan_chain_entity() 1393 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity() 1400 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1406 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity() 1408 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1483 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() 1485 uvc_dbg_cont(PROBE, " XU %d", forward->id); in uvc_scan_chain_forward() 1509 uvc_dbg_cont(PROBE, " ( in uvc_scan_chain_forward() [all...] |
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | msg_flags.c | 40 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | msg_flags.c | 46 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 4190 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 4330 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|
Completed in 26 milliseconds