Searched refs:PROBE (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| H A D | int_signal.c | 33 #define PROBE(name, insn) \ macro 55 PROBE(int1, ".byte 0xcd, 0x01"); 56 PROBE(int29, ".byte 0xcd, 0x29"); 57 PROBE(int2c, ".byte 0xcd, 0x2c"); 58 PROBE(int2d, ".byte 0xcd, 0x2d"); 59 PROBE(prefixed_int2d, ".byte 0x66, 0xcd, 0x2d"); 60 PROBE(long_int2d, ".fill 13, 1, 0x2e\n.byte 0xcd, 0x2d"); 61 PROBE(int81, ".byte 0xcd, 0x81"); 62 PROBE(intff, ".byte 0xcd, 0xff"); 63 PROBE(short_int3, ".byte 0xcc"); [all …]
|
| /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 PROB [all...] |
| /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/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' [...] 71 Define a probe event (see PROBE SYNTAX for detail). 93 syntax is same as PROBE SYNTAX, but NO ARGs. 161 PROBE SYNTAX 184 'ARG' specifies the arguments of this probe point, (see PROBE ARGUMENT). 199 PROBE ARGUMENT
|
| /linux/tools/perf/trace/beauty/ |
| H A D | msg_flags.c | 51 P_MSG_FLAG(PROBE); in syscall_arg__scnprintf_msg_flags()
|
| /linux/Documentation/trace/ |
| H A D | boottime-trace.rst | 114 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]] 124 ftrace.[instance.INSTANCE.]event.eprobes.EVENT.probes = PROBE[, PROBE2[...]] 128 ftrace.[instance.INSTANCE.]event.fprobes.EVENT.probes = PROBE[, PROBE2[...]] 132 ftrace.[instance.INSTANCE.]event.tracepoints.EVENT.probes = PROBE[, PROBE2[...]]
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc.h | 57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args)
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 1749 If enabled, then the kernel will respond to RFC 8335 PROBE 2235 The maximum number of unicast probes in PROBE state, when 2245 app probes in PROBE state. Defaults to 0.
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4794 #define NETIF_MSG_PROBE __NETIF_MSG(PROBE)
|