Home
last modified time | relevance | path

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

1234

/linux/arch/arm64/kernel/probes/
A D.built-in.a.cmd1probes/built-in.a := echo >/dev/null; rm -f arch/arm64/kernel/probes/built-in.a; /usr/bin/ccache /…
/linux/drivers/base/
A 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/tools/testing/ktest/examples/bootconfigs/
A Dtracing.bconf14 probes = "vfs_read $arg2 $arg3";
17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
20 probes = "initrd_load";
A Dfunctiongraph.bconf6 probes = "pci_proc_init"
10 probes = "pci_proc_init%return"
/linux/Documentation/trace/
A Dkprobes.rst43 one or more probes, and the exit function unregisters them. A
51 a lot of probes at once.
319 - ia64 (Does not support probes on instruction slot1.)
320 - 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
685 b. Kernel return probes for sparc64.
687 d. User-space probes.
[all …]
A Dboottime-trace.rst114 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
116 multiple probes on one event, but those must have same type of
221 probes = "vfs_read $arg1 $arg2"
275 probes = "pci_proc_init"
279 probes = "pci_proc_init%return"
/linux/Documentation/core-api/
A Dtracepoint.rst13 a callback mechanism. The 'probes' are strictly typed functions that are
16 From this simple callback mechanism, 'probes' can be used to profile,
18 provide a framework for using 'probes'. These tools include Systemtap,
30 unregistering probes with these callback sites is covered in the
/linux/Documentation/devicetree/bindings/devfreq/event/
A Dsamsung,exynos-nocp.yaml16 that the Network on Chip (NoC) probes detects are transported over the
17 network infrastructure to observer units. You can configure probes to capture
19 traffic debug or statistic collectors. Exynos542x bus has multiple NoC probes
/linux/tools/perf/Documentation/
A Dperf-probe.txt76 When this is used with --cache, perf shows all cached probes instead of
77 the live probes.
125 (With --add) Cache the probes. Any events which successfully added
127 (With --list) Show cached probes.
128 (With --del) Remove cached probes.
130 --max-probes=NUM::
257 Add one or more probes which has the name start with "schedule".
263 Add probes on lines in schedule() function which calls update_rq_clock().
269 Delete all probes on schedule().
273 Add probes at zfree() function on /bin/zsh
[all …]
/linux/arch/s390/lib/
A DMakefile8 lib-$(CONFIG_KPROBES) += probes.o
9 lib-$(CONFIG_UPROBES) += probes.o
/linux/drivers/mtd/maps/
A 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()
A Dpxa2xx-flash.c44 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
94 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
A 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()
A Dixp4xx.c152 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
235 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
A Dpcmciamtd.c468 static char *probes[] = { "jedec_probe", "cfi_probe" }; in pcmciamtd_config() local
571 for(i = 0; i < ARRAY_SIZE(probes); i++) { in pcmciamtd_config()
572 pr_debug("Trying %s\n", probes[i]); in pcmciamtd_config()
573 mtd = do_map_probe(probes[i], &dev->pcmcia_map); in pcmciamtd_config()
577 pr_debug("FAILED: %s\n", probes[i]); in pcmciamtd_config()
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
A Dmain.c20 static const char *probes[] = { "bcm47xxpart", NULL }; variable
51 err = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in bcm47xxnflash_probe()
/linux/kernel/
A Dtracepoint.c98 struct tracepoint_func probes[]; member
109 struct tp_probes *p = kmalloc(struct_size(p, probes, count), in allocate_probes()
111 return p == NULL ? NULL : p->probes; in allocate_probes()
146 struct tp_probes, probes[0]); in release_probes()
/linux/include/linux/mtd/
A Dplat-ram.h20 const char * const *probes; member
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst35 By default, bpftool **does not run probes** for
38 and run all probes, the **full** keyword should be used.
/linux/kernel/trace/
A Dtrace_probe.h239 struct list_head probes; member
306 return list_first_entry(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
311 return &tp->event->probes; in trace_probe_probe_list()
/linux/arch/arm/
A DKbuild9 obj-y += probes/
/linux/arch/arm/mach-pxa/
A Dpoodle.c350 static const char * const probes[] = { variable
359 .part_parsers = probes,
/linux/Documentation/features/debug/kretprobes/
A Darch-support.txt4 # description: arch supports kernel function-return probes
/linux/Documentation/features/debug/uprobes/
A Darch-support.txt4 # description: arch supports live patched user probes
/linux/arch/csky/kernel/
A DMakefile7 obj-y += probes/

Completed in 39 milliseconds

1234