Searched refs:PROBE (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | uprobe_multi.c | 74 #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 D | kprobe_opt_types.tc | 25 PROBE=$(grep $FUNCTION_FORK /sys/kernel/debug/kprobes/list) 28 if echo $PROBE | grep -q OPTIMIZED; then
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 1427 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 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/tools/perf/trace/beauty/ |
| H A D | msg_flags.c | 49 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4666 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|