Home
last modified time | relevance | path

Searched refs:PROBE (Results 1 – 7 of 7) 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.c1427 uvc_dbg_cont(PROBE, " <- XU %d", entity->id); in uvc_scan_chain_entity()
1439 uvc_dbg_cont(PROBE, " <- PU %d", entity->id); in uvc_scan_chain_entity()
1451 uvc_dbg_cont(PROBE, " <- SU %d", entity->id); in uvc_scan_chain_entity()
1469 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity()
1476 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity()
1482 uvc_dbg_cont(PROBE, " <- IT %d\n", entity->id); in uvc_scan_chain_entity()
1484 uvc_dbg_cont(PROBE, " OT %d", entity->id); in uvc_scan_chain_entity()
1559 uvc_dbg_cont(PROBE, " (->"); in uvc_scan_chain_forward()
1561 uvc_dbg_cont(PROBE, " XU %d", forward->id); in uvc_scan_chain_forward()
1585 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/include/linux/
H A Dnetdevice.h4666 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)