Searched refs:PROBE (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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 PROBE
|
/openbmc/u-boot/net/ |
H A D | link_local.c | 44 PROBE = 0, enumerator 120 state = PROBE; in link_local_start() 133 case PROBE: in link_local_timeout() 200 state = PROBE; in link_local_timeout() 291 case PROBE: in link_local_receive_arp() 297 state = PROBE; in link_local_receive_arp() 323 state = PROBE; in link_local_receive_arp() 338 state = PROBE; in link_local_receive_arp()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_opt_types.tc | 25 PROBE=$(grep $FUNCTION_FORK /sys/kernel/debug/kprobes/list) 28 if echo $PROBE | grep -q OPTIMIZED; then
|
/openbmc/linux/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),)
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1374 uvc_dbg_cont(PROBE, " <- XU %d", entity->id); in uvc_scan_chain_entity() 1386 uvc_dbg_cont(PROBE, " <- PU %d", entity->id); in uvc_scan_chain_entity() 1398 uvc_dbg_cont(PROBE, " <- SU %d", entity->id); in uvc_scan_chain_entity() 1416 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity() 1423 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1429 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity() 1431 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity() 1506 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() 1508 uvc_dbg_cont(PROBE, " XU %d", forward->id); in uvc_scan_chain_forward() 1532 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward() [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H 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
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | msg_flags.c | 46 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
/openbmc/docs/designs/inventory/ |
H A D | gpio-based-hardware-inventory.md | 113 - Support for re-use of presence information in PROBE statements 139 EM ->> EM: PROBE true on <br> xyz.openbmc_project.FruDevice <br> PRODUCT_PRODUCT_NAME=Yosemite V4 151 EM ->> EM: PROBE true on <br>xyz.openbmc_project.Inventory.Source.DevicePresence <br> Name=com.meta… 168 EM ->> EM: PROBE false on <br>xyz.openbmc_project.Inventory.Source.DevicePresence <br> Name=com.met… 182 - EM can probe new configuration files based on that dbus interface, via PROBE
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 114 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
|
/openbmc/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 1403 If set to one, then the kernel will respond to RFC 8335 PROBE 1848 The maximum number of unicast probes in PROBE state, when 1858 app probes in PROBE state. Defaults to 0.
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 4350 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi_mid_low_api.rst | 145 HBA PROBE: assume 2 SCSI devices found in scan
|