Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/scripts/python/
Dcheck-perf-trace.py19 unhandled = autodict() variable
56 unhandled[event_name] += 1
58 unhandled[event_name] = 1
71 keys = unhandled.keys()
82 print "%-40s %10d\n" % (event_name, unhandled[event_name])
/Linux-v4.19/tools/perf/scripts/perl/
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}++;
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}++;
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}++;
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}++;
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-v4.19/arch/powerpc/boot/
Dcuboot-pq2.c144 goto unhandled; in fixup_pci()
156 goto unhandled; in fixup_pci()
173 goto unhandled; in fixup_pci()
175 goto unhandled; in fixup_pci()
177 goto unhandled; in fixup_pci()
179 goto unhandled; in fixup_pci()
186 goto unhandled; in fixup_pci()
241 unhandled: in fixup_pci()
/Linux-v4.19/samples/vfio-mdev/
Dmbochs.c320 goto unhandled; in handle_mmio_write()
323 goto unhandled; in handle_mmio_write()
332 goto unhandled; in handle_mmio_write()
334 unhandled: in handle_mmio_write()
351 goto unhandled; in handle_mmio_read()
360 unhandled: in handle_mmio_read()
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dentry.S123 mov.l 8f,r8 ! unhandled exception
/Linux-v4.19/arch/sh/kernel/cpu/sh2/
Dentry.S177 mov.l 8f,r8 ! unhandled exception
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dinternal.h102 u32 unhandled; member
Drx.c1881 isr_stats->unhandled++; in iwl_pcie_irq_handler()
Dtrans.c2609 isr_stats->unhandled); in iwl_dbgfs_interrupt_read()
/Linux-v4.19/Documentation/networking/
Dena.txt292 number of descriptors used for a new unhandled packet, and zero if
/Linux-v4.19/Documentation/filesystems/
Dfuse.txt155 fatal (SIGKILL or unhandled fatal signal), then the request is
Dvfat.txt64 uni_xlate=<bool> -- Translate unhandled Unicode characters to special
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Ddebug.c737 il->isr_stats.unhandled); in il_dbgfs_interrupt_read()
Dcommon.h1033 u32 unhandled; member
D3945-mac.c1517 il->isr_stats.unhandled++; in il3945_irq_tasklet()
/Linux-v4.19/tools/power/cpupower/po/
Dde.po648 msgid "wrong, unknown or unhandled CPU?\n"
Dcs.po638 msgid "wrong, unknown or unhandled CPU?\n"
Dfr.po638 msgid "wrong, unknown or unhandled CPU?\n"
Dit.po646 msgid "wrong, unknown or unhandled CPU?\n"
Dpt.po647 msgid "wrong, unknown or unhandled CPU?\n"
/Linux-v4.19/Documentation/
DIPMI.txt668 otherwise unhandled NMI, it must be from IPMI and it will panic

12