Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 25 of 83) sorted by last modified time

1234

/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst40 By default, bpftool **does not run probes** for **bpf_probe_write_user**\
42 To enable them and run all probes, the **full** keyword should be used.
/linux/net/ipv6/
H A Dndisc.c741 int probes = atomic_read(&neigh->probes); in ndisc_solicit() local
747 probes -= NEIGH_VAR(neigh->parms, UCAST_PROBES); in ndisc_solicit()
748 if (probes < 0) { in ndisc_solicit()
755 } else if ((probes -= NEIGH_VAR(neigh->parms, APP_PROBES)) < 0) { in ndisc_solicit()
/linux/net/ipv4/
H A Darp.c339 int probes = atomic_read(&neigh->probes); in arp_solicit() local
376 probes -= NEIGH_VAR(neigh->parms, UCAST_PROBES); in arp_solicit()
377 if (probes < 0) { in arp_solicit()
383 probes -= NEIGH_VAR(neigh->parms, APP_PROBES); in arp_solicit()
384 if (probes < 0) { in arp_solicit()
/linux/net/core/
H A Dneighbour.c1078 atomic_inc(&neigh->probes); in neigh_probe()
1134 atomic_set(&neigh->probes, 0); in neigh_timer_handler()
1145 atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) { in neigh_timer_handler()
1192 atomic_set(&neigh->probes, in __neigh_event_send()
1411 atomic_set(&neigh->probes, 0); in __neigh_update()
1505 atomic_set(&neigh->probes, neigh_max_probes(neigh)); in __neigh_set_probe_once()
2615 if (nla_put_u32(skb, NDA_PROBES, atomic_read(&neigh->probes)) || in neigh_fill_info()
/linux/kernel/trace/
H A Dtrace_probe.c1961 INIT_LIST_HEAD(&tp->event->probes); in trace_probe_init()
1963 list_add(&tp->list, &tp->event->probes); in trace_probe_init()
H A DKconfig296 The fprobe is similar to kprobes, but probes only for kernel function
H A Dtrace_probe.h254 struct list_head probes; member
322 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
327 return &tp->event->probes; in trace_probe_probe_list()
H A Dtrace_uprobe.c411 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_uprobe_has_same_uprobe()
H A Dtrace_fprobe.c768 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_fprobe_has_same_fprobe()
H A Dtrace_kprobe.c484 /* Internal register function - just handle k*probes and flags */ in __register_trace_kprobe()
522 /* Internal unregister function - just handle k*probes and flags */ in __unregister_trace_kprobe()
541 /* If other probes are on the event, just unregister kprobe */ in unregister_trace_kprobe()
571 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()
693 /* Update probes on coming module */ in trace_kprobe_module_callback()
2128 pr_warn("error on cleaning up probes.\n");
2133 * with probes in already freed __init text.
/linux/arch/x86/
H A DKconfig2917 (now AMD's) Geode processors. The driver probes for the
/linux/arch/arm/mach-pxa/
H A Dspitz.c815 static const char * const probes[] = { variable
824 .part_parsers = probes,
/linux/Documentation/spi/
H A Dspi-summary.rst338 basic device identification probes, so they should hotplug normally.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt866 kernel before the cpufreq driver probes.
/linux/arch/s390/lib/
H A DMakefile9 lib-$(CONFIG_KPROBES) += probes.o
10 lib-$(CONFIG_UPROBES) += probes.o
/linux/arch/
H A DKconfig132 to establish unintrusive probes in user-space binaries and
133 libraries, by executing handler functions when the probes
136 ( These probes come in the form of single-byte breakpoints,
851 Provide kernel/user boundaries probes necessary for subsystems
/linux/Documentation/trace/
H A Dkprobes.rst43 one or more probes, and the exit function unregisters them. A
51 a lot of probes at once.
318 - sparc64 (Return probes not yet implemented.)
352 and "unregister_*probes" functions for (un)registering arrays of probes.
471 register_*probes
493 unregister_*probes
508 incorrect probes. However, other probes in the array are
538 Kprobes allows multiple probes at the same address. Also,
685 b. Kernel return probes for sparc64.
687 d. User-space probes.
[all …]
H A Dftrace.rst807 function tracer probes the functions on their entry
2554 probes a function on its entry and its exit. This is done by
/linux/Documentation/arch/s390/
H A Dvfio-ap.rst268 8. The AP bus probes the vfio_ap device driver to bind the queues reserved for
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c3187 static const char * const probes[] = { "cmdlinepart", "ofpart", "qcomsmem", NULL }; variable
3302 ret = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in qcom_nand_host_init_and_register()
/linux/arch/riscv/kernel/
H A DMakefile61 obj-y += probes/
/linux/tools/perf/tests/shell/base_probe/
H A Dtest_adding_kernel.sh204 $CMD_PERF probe -nf --max-probes=512 -a 'vfs_* $params' 2> $LOGS_DIR/adding_kernel_adding_wildcard.…
/linux/sound/soc/intel/avs/
H A DMakefile14 snd-soc-avs-y += probes.o debugfs.o
/linux/arch/arm64/kernel/
H A DMakefile79 obj-y += probes/
/linux/arch/arm/boot/dts/ti/omap/
H A Domap4.dtsi63 * interconnect as simple-pm-bus probes at module_init() time.

1234