/linux-4.4.14/drivers/base/ |
D | map.c | 28 } *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/ |
D | Makefile | 8 lib-$(CONFIG_KPROBES) += probes.o 9 lib-$(CONFIG_UPROBES) += probes.o
|
/linux-4.4.14/Documentation/ |
D | kprobes.txt | 29 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 …]
|
D | 00-INDEX | 275 - documents the kernel probes debugging feature.
|
/linux-4.4.14/drivers/mtd/maps/ |
D | solutionengine.c | 34 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
|
D | pxa2xx-flash.c | 47 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 98 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
|
D | ixp4xx.c | 151 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 234 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
|
D | dc21285.c | 147 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 198 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0); in init_dc21285()
|
D | physmap_of.c | 146 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()
|
D | pcmciamtd.c | 469 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()
|
D | plat-ram.c | 220 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL, in platram_probe()
|
/linux-4.4.14/drivers/mtd/nand/bcm47xxnflash/ |
D | main.c | 24 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/ |
D | perf-probe.txt | 112 --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/ |
D | plat-ram.h | 24 const char * const *probes; member
|
/linux-4.4.14/kernel/ |
D | tracepoint.c | 59 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/ |
D | arch-support.txt | 4 # description: arch supports live patched user probes
|
/linux-4.4.14/Documentation/features/debug/kretprobes/ |
D | arch-support.txt | 4 # description: arch supports kernel function-return probes
|
/linux-4.4.14/drivers/char/xillybus/ |
D | Kconfig | 11 programmable logic (FPGA). The driver probes the hardware for
|
/linux-4.4.14/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 14 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/ |
D | arp.c | 335 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/ |
D | ibmpowernv | 15 The driver uses the platform device infrastructure. It probes the device tree
|
D | w83781d | 113 several kinds of temperature probes. You can program the so-called
|
/linux-4.4.14/Documentation/networking/ |
D | proc_net_tcp.txt | 39 | |----------------------------------> unanswered 0-window probes
|
D | ip-sysctl.txt | 329 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.
|
D | bonding.txt | 280 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/ |
D | Kconfig | 102 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/ |
D | ndisc.c | 668 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/ |
D | neighbour.c | 863 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/ |
D | ide.txt | 70 This driver automatically probes for most IDE interfaces (including all PCI 108 "trouble" with cdroms because of this requirement, so the driver now probes
|
D | ChangeLog.ide-cd.1994-2004 | 122 * -- Add some probes of drive capability during setup.
|
/linux-4.4.14/Documentation/i2c/ |
D | fault-codes | 75 address, but with the device found there. Driver probes
|
/linux-4.4.14/include/net/ |
D | neighbour.h | 145 atomic_t probes; member
|
/linux-4.4.14/drivers/parport/ |
D | Kconfig | 81 Saying Y here enables some probes for Super-IO chipsets in order to
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 286 core-y += arch/arm/probes/
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 185 is passed in when the PCI Express Port Bus driver probes each service
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 949 controller, probes for drives, and creates /proc/ide
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 331 basic device identification probes, so they should hotplug normally.
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 505 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/ |
D | ChangeLog.1992-1997 | 1714 * aha1542.c: Do hard reset instead of soft (some ethercard probes
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 873 as the "fixed" codec slots; i.e. the driver probes the
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2446 (now AMD's) Geode processors. The driver probes for the
|