Searched refs:PROBE (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
A D | Makefile | 10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) macro 12 ifeq ($(PROBE),)
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_driver.c | 1326 uvc_dbg_cont(PROBE, " <- XU %d", entity->id); in uvc_scan_chain_entity() 1375 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1383 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1458 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() 1460 uvc_dbg_cont(PROBE, " XU %d", forward->id); in uvc_scan_chain_forward() 1484 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() 1486 uvc_dbg_cont(PROBE, " OT %d", forward->id); in uvc_scan_chain_forward() 1492 uvc_dbg_cont(PROBE, ")"); in uvc_scan_chain_forward() 1517 uvc_dbg_cont(PROBE, " <- IT"); in uvc_scan_chain_backward() 1537 uvc_dbg_cont(PROBE, " %d", term->id); in uvc_scan_chain_backward() [all …]
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A 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-6.3-rc2/tools/perf/trace/beauty/ |
A D | msg_flags.c | 40 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
/linux-6.3-rc2/drivers/media/usb/pwc/ |
A D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
/linux-6.3-rc2/Documentation/trace/ |
A D | boottime-trace.rst | 114 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
|
/linux-6.3-rc2/Documentation/networking/ |
A D | ip-sysctl.rst | 1374 If set to one, then the kernel will respond to RFC 8335 PROBE 1819 The maximum number of unicast probes in PROBE state, when 1829 app probes in PROBE state. Defaults to 0.
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 4288 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | scsi_mid_low_api.rst | 145 HBA PROBE: assume 2 SCSI devices found in scan
|
Completed in 32 milliseconds