Home
last modified time | relevance | path

Searched refs:PROBE (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c74 #define PROBE STAP_PROBE(test, usdt); macro
76 #define PROBE10 PROBE PROBE PROBE PROBE PROBE \
77 PROBE PROBE PROBE PROBE PROBE
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_opt_types.tc25 PROBE=$(grep $FUNCTION_FORK /sys/kernel/debug/kprobes/list)
28 if echo $PROBE | grep -q OPTIMIZED; then
/linux/drivers/media/usb/uvc/
H A Duvc_driver.c1439 uvc_dbg_cont(PROBE, " <- XU %d", entity->id); in uvc_scan_chain_entity()
1451 uvc_dbg_cont(PROBE, " <- PU %d", entity->id); in uvc_scan_chain_entity()
1463 uvc_dbg_cont(PROBE, " <- SU %d", entity->id); in uvc_scan_chain_entity()
1481 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity()
1488 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity()
1494 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity()
1496 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity()
1571 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward()
1573 uvc_dbg_cont(PROBE, " XU %d", forward->id); in uvc_scan_chain_forward()
1597 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-probe.txt11 '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/tools/perf/trace/beauty/
H A Dmsg_flags.c49 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
/linux/drivers/media/usb/pwc/
H A Dpwc.h57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
/linux/Documentation/networking/
H A Dip-sysctl.rst1713 If enabled, then the kernel will respond to RFC 8335 PROBE
2199 The maximum number of unicast probes in PROBE state, when
2209 app probes in PROBE state. Defaults to 0.
/linux/include/linux/
H A Dnetdevice.h4702 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)