Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 41 of 41) sorted by relevance

/linux-4.4.14/drivers/base/
Dmap.c28 } *probes[255]; member
58 struct probe **s = &domain->probes[index % 255]; in kobj_map()
81 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) { in kobj_unmap()
103 for (p = domain->probes[MAJOR(dev) % 255]; p; p = p->next) { in kobj_lookup()
151 p->probes[i] = base; in kobj_map_init()
/linux-4.4.14/arch/s390/lib/
DMakefile8 lib-$(CONFIG_KPROBES) += probes.o
9 lib-$(CONFIG_UPROBES) += probes.o
/linux-4.4.14/Documentation/
Dkprobes.txt29 There are currently three types of probes: kprobes, jprobes, and
30 kretprobes (also called return probes). A kprobe can be inserted
38 one or more probes, and the exit function unregisters them. A
43 There are also register_/unregister_*probes() functions for batch
44 registration/unregistration of a group of *probes. These functions
46 a lot of probes at once.
49 probes work and how jump optimization works. They explain certain
138 some probes. In the kretprobe struct, the nmissed field is set to
292 Kprobes, jprobes, and return probes are implemented on the following
298 - ia64 (Does not support probes on instruction slot1.)
[all …]
D00-INDEX275 - documents the kernel probes debugging feature.
/linux-4.4.14/drivers/mtd/maps/
Dsolutionengine.c34 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
Dpxa2xx-flash.c47 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
98 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
Dixp4xx.c151 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
234 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
Ddc21285.c147 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
198 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0); in init_dc21285()
Dphysmap_of.c146 static void of_free_probes(const char * const *probes) in of_free_probes() argument
148 if (probes != part_probe_types_def) in of_free_probes()
149 kfree(probes); in of_free_probes()
Dpcmciamtd.c469 static char *probes[] = { "jedec_probe", "cfi_probe" }; in pcmciamtd_config() local
572 for(i = 0; i < ARRAY_SIZE(probes); i++) { in pcmciamtd_config()
573 pr_debug("Trying %s\n", probes[i]); in pcmciamtd_config()
574 mtd = do_map_probe(probes[i], &dev->pcmcia_map); in pcmciamtd_config()
578 pr_debug("FAILED: %s\n", probes[i]); in pcmciamtd_config()
Dplat-ram.c220 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL, in platram_probe()
/linux-4.4.14/drivers/mtd/nand/bcm47xxnflash/
Dmain.c24 static const char *probes[] = { "bcm47xxpart", NULL }; variable
52 err = mtd_device_parse_register(&b47n->mtd, probes, NULL, NULL, 0); in bcm47xxnflash_probe()
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt112 --max-probes=NUM::
147 …lative-line number from function entry line, and '%return' means that it probes function return. A…
207 this will add one or more probes which has the name start with "schedule".
209 Add probes on lines in schedule() function which calls update_rq_clock().
215 Delete all probes on schedule().
219 Add probes at zfree() function on /bin/zsh
223 Add probes at malloc() function on libc
/linux-4.4.14/include/linux/mtd/
Dplat-ram.h24 const char * const *probes; member
/linux-4.4.14/kernel/
Dtracepoint.c59 struct tracepoint_func probes[0]; member
66 return p == NULL ? NULL : p->probes; in allocate_probes()
78 struct tp_probes, probes[0]); in release_probes()
/linux-4.4.14/Documentation/features/debug/uprobes/
Darch-support.txt4 # description: arch supports live patched user probes
/linux-4.4.14/Documentation/features/debug/kretprobes/
Darch-support.txt4 # description: arch supports kernel function-return probes
/linux-4.4.14/drivers/char/xillybus/
DKconfig11 programmable logic (FPGA). The driver probes the hardware for
/linux-4.4.14/drivers/mtd/devices/
Dbcm47xxsflash.c14 static const char * const probes[] = { "bcm47xxpart", NULL }; variable
306 err = mtd_device_parse_register(&b47s->mtd, probes, NULL, NULL, 0); in bcm47xxsflash_bcma_probe()
/linux-4.4.14/net/ipv4/
Darp.c335 int probes = atomic_read(&neigh->probes); in arp_solicit() local
372 probes -= NEIGH_VAR(neigh->parms, UCAST_PROBES); in arp_solicit()
373 if (probes < 0) { in arp_solicit()
379 probes -= NEIGH_VAR(neigh->parms, APP_PROBES); in arp_solicit()
380 if (probes < 0) { in arp_solicit()
/linux-4.4.14/Documentation/hwmon/
Dibmpowernv15 The driver uses the platform device infrastructure. It probes the device tree
Dw83781d113 several kinds of temperature probes. You can program the so-called
/linux-4.4.14/Documentation/networking/
Dproc_net_tcp.txt39 | |----------------------------------> unanswered 0-window probes
Dip-sysctl.txt329 How many keepalive probes TCP sends out, until it decides that the
333 How frequently the probes are send out. Multiplied by
335 after probes started. Default value: 75sec i.e. connection
1173 The maximum number of multicast probes in INCOMPLETE state,
1178 The maximum number of unicast probes in PROBE state, when
1182 The maximum number of probes to send to the user space ARP daemon
1183 via netlink before dropping back to multicast probes (see
1187 The maximum number of multicast probes after unicast and
1188 app probes in PROBE state. Defaults to 0.
1450 The amount of Duplicate Address Detection probes to send.
Dbonding.txt280 generated via ARP probes issued for the addresses specified by
309 Specifies whether or not ARP probes and replies should be
2488 advantages over the MII monitor are mitigated by the volume of probes
/linux-4.4.14/arch/
DKconfig102 to establish unintrusive probes in user-space binaries and
103 libraries, by executing handler functions when the probes
106 ( These probes come in the form of single-byte breakpoints,
429 Provide kernel/user boundaries probes necessary for subsystems
/linux-4.4.14/net/ipv6/
Dndisc.c668 int probes = atomic_read(&neigh->probes); in ndisc_solicit() local
674 probes -= NEIGH_VAR(neigh->parms, UCAST_PROBES); in ndisc_solicit()
675 if (probes < 0) { in ndisc_solicit()
682 } else if ((probes -= NEIGH_VAR(neigh->parms, APP_PROBES)) < 0) { in ndisc_solicit()
/linux-4.4.14/net/core/
Dneighbour.c863 atomic_inc(&neigh->probes); in neigh_probe()
919 atomic_set(&neigh->probes, 0); in neigh_timer_handler()
929 atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) { in neigh_timer_handler()
973 atomic_set(&neigh->probes, in __neigh_event_send()
1164 atomic_set(&neigh->probes, 0); in neigh_update()
1252 atomic_set(&neigh->probes, neigh_max_probes(neigh)); in __neigh_set_probe_once()
2189 if (nla_put_u32(skb, NDA_PROBES, atomic_read(&neigh->probes)) || in neigh_fill_info()
/linux-4.4.14/Documentation/ide/
Dide.txt70 This driver automatically probes for most IDE interfaces (including all PCI
108 "trouble" with cdroms because of this requirement, so the driver now probes
DChangeLog.ide-cd.1994-2004122 * -- Add some probes of drive capability during setup.
/linux-4.4.14/Documentation/i2c/
Dfault-codes75 address, but with the device found there. Driver probes
/linux-4.4.14/include/net/
Dneighbour.h145 atomic_t probes; member
/linux-4.4.14/drivers/parport/
DKconfig81 Saying Y here enables some probes for Super-IO chipsets in order to
/linux-4.4.14/arch/arm/
DMakefile286 core-y += arch/arm/probes/
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt185 is passed in when the PCI Express Port Bus driver probes each service
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt949 controller, probes for drives, and creates /proc/ide
/linux-4.4.14/Documentation/spi/
Dspi-summary331 basic device identification probes, so they should hotplug normally.
/linux-4.4.14/Documentation/trace/
Dftrace.txt505 function tracer probes the functions on their entry
1875 probes a function on its entry and its exit. This is done by
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971714 * aha1542.c: Do hard reset instead of soft (some ethercard probes
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt873 as the "fixed" codec slots; i.e. the driver probes the
/linux-4.4.14/arch/x86/
DKconfig2446 (now AMD's) Geode processors. The driver probes for the