Searched refs:PROBE (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/tools/testing/selftests/tc-testing/ |
D | Makefile | 10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) macro 12 ifeq ($(PROBE),)
|
/Linux-v6.1/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1345 uvc_dbg_cont(PROBE, " <- XU %d", entity->id); in uvc_scan_chain_entity() 1357 uvc_dbg_cont(PROBE, " <- PU %d", entity->id); in uvc_scan_chain_entity() 1369 uvc_dbg_cont(PROBE, " <- SU %d", entity->id); in uvc_scan_chain_entity() 1387 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity() 1394 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1400 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity() 1402 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1477 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() 1479 uvc_dbg_cont(PROBE, " XU %d", forward->id); in uvc_scan_chain_forward() 1503 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() [all …]
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-probe.txt | 11 'perf probe' [options] --add='PROBE' [...] 13 'perf probe' [options] PROBE 25 'perf probe' [options] --definition='PROBE' [...] 65 Define a probe event (see PROBE SYNTAX for detail). 87 syntax is same as PROBE SYNTAX, but NO ARGs. 155 PROBE SYNTAX 178 'ARG' specifies the arguments of this probe point, (see PROBE ARGUMENT). 193 PROBE ARGUMENT
|
/Linux-v6.1/tools/perf/trace/beauty/ |
D | msg_flags.c | 40 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
/Linux-v6.1/drivers/media/usb/pwc/ |
D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
/Linux-v6.1/Documentation/trace/ |
D | boottime-trace.rst | 114 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
|
/Linux-v6.1/Documentation/networking/ |
D | ip-sysctl.rst | 1269 If set to one, then the kernel will respond to RFC 8335 PROBE 1706 The maximum number of unicast probes in PROBE state, when 1716 app probes in PROBE state. Defaults to 0.
|
/Linux-v6.1/include/linux/ |
D | netdevice.h | 4247 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|
/Linux-v6.1/Documentation/scsi/ |
D | scsi_mid_low_api.rst | 145 HBA PROBE: assume 2 SCSI devices found in scan
|