Home
last modified time | relevance | path

Searched refs:unhandled (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/perf/scripts/python/
H A Dcheck-perf-trace.py21 unhandled = autodict() variable
56 unhandled[event_name] += 1
58 unhandled[event_name] = 1
73 keys = unhandled.keys()
84 print("%-40s %10d\n" % (event_name, unhandled[event_name]))
/linux/tools/perf/scripts/perl/
H A Dwakeup-latency.pl82 my %unhandled;
86 if ((scalar keys %unhandled) == 0) {
96 foreach my $event_name (keys %unhandled) {
97 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
106 $unhandled{$event_name}++;
H A Dcheck-perf-trace.pl73 my %unhandled;
77 if ((scalar keys %unhandled) == 0) {
87 foreach my $event_name (keys %unhandled) {
88 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
97 $unhandled{$event_name}++;
H A Drw-by-file.pl79 my %unhandled;
83 if ((scalar keys %unhandled) == 0) {
93 foreach my $event_name (keys %unhandled) {
94 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
103 $unhandled{$event_name}++;
H A Drwtop.pl178 my %unhandled;
182 if ((scalar keys %unhandled) == 0) {
192 foreach my $event_name (keys %unhandled) {
193 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
202 $unhandled{$event_name}++;
H A Drw-by-pid.pl159 my %unhandled;
163 if ((scalar keys %unhandled) == 0) {
173 foreach my $event_name (keys %unhandled) {
174 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
183 $unhandled{$event_name}++;
/linux/arch/powerpc/boot/
H A Dcuboot-pq2.c141 goto unhandled; in fixup_pci()
153 goto unhandled; in fixup_pci()
170 goto unhandled; in fixup_pci()
172 goto unhandled; in fixup_pci()
174 goto unhandled; in fixup_pci()
176 goto unhandled; in fixup_pci()
183 goto unhandled; in fixup_pci()
238 unhandled: in fixup_pci()
/linux/arch/xtensa/
H A DKconfig.debug43 bool "Dump user code around unhandled exception address"
45 Enable this option to display user code around PC of the unhandled
/linux/drivers/gpu/drm/ci/xfails/
H A Dpanfrost-rk3399-flakes.txt6 panfrost/panfrost_submit@pan-unhandled-pagefault
/linux/samples/vfio-mdev/
H A Dmbochs.c340 goto unhandled; in handle_mmio_write()
343 goto unhandled; in handle_mmio_write()
352 goto unhandled; in handle_mmio_write()
354 unhandled: in handle_mmio_write()
381 goto unhandled; in handle_mmio_read()
390 unhandled: in handle_mmio_read()
/linux/Documentation/PCI/
H A Dboot-interrupts.rst31 interrupt goes unhandled over time, they are tracked by the Linux kernel as
116 line due to excessive unhandled counts. [2]_
/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S120 mov.l 8f,r8 ! unhandled exception
/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S174 mov.l 8f,r8 ! unhandled exception
/linux/Documentation/filesystems/
H A Dvfat.rst83 Translate unhandled Unicode characters to special
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst155 fatal (SIGKILL or unhandled fatal signal), then the request is
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c708 il->isr_stats.unhandled); in il_dbgfs_interrupt_read()
H A Dcommon.h1027 u32 unhandled; member
/linux/tools/power/cpupower/po/
H A Dka.po676 msgid "wrong, unknown or unhandled CPU?\n"
H A Dcs.po638 msgid "wrong, unknown or unhandled CPU?\n"
H A Dpt.po647 msgid "wrong, unknown or unhandled CPU?\n"
H A Dfr.po638 msgid "wrong, unknown or unhandled CPU?\n"
H A Dit.po646 msgid "wrong, unknown or unhandled CPU?\n"
H A Dde.po661 msgid "wrong, unknown or unhandled CPU?\n"
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c2128 isr_stats->unhandled++; in iwl_pcie_irq_handler()
/linux/Documentation/dev-tools/
H A Dcheckpatch.rst1265 Detects unhandled placeholder text left in cover letters or commit headers/logs.

12