Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/perf/scripts/python/
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-v6.6/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}++;
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}++;
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}++;
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-v6.6/arch/powerpc/boot/
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-v6.6/arch/xtensa/kernel/
Dtraps.c287 unsigned unhandled = ~0u; in do_interrupt() local
300 if (int_at_level & unhandled) in do_interrupt()
301 int_at_level &= unhandled; in do_interrupt()
303 unhandled |= int_level_mask[level]; in do_interrupt()
312 unhandled ^= (int_at_level & -int_at_level); in do_interrupt()
/Linux-v6.6/arch/xtensa/
DKconfig.debug43 bool "Dump user code around unhandled exception address"
45 Enable this option to display user code around PC of the unhandled
/Linux-v6.6/samples/vfio-mdev/
Dmbochs.c342 goto unhandled; in handle_mmio_write()
345 goto unhandled; in handle_mmio_write()
354 goto unhandled; in handle_mmio_write()
356 unhandled: in handle_mmio_write()
383 goto unhandled; in handle_mmio_read()
392 unhandled: in handle_mmio_read()
/Linux-v6.6/Documentation/PCI/
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-v6.6/arch/sh/kernel/cpu/sh2a/
Dentry.S120 mov.l 8f,r8 ! unhandled exception
/Linux-v6.6/net/sctp/
Dsm_make_chunk.c2199 goto unhandled; in sctp_verify_param()
2218 goto unhandled; in sctp_verify_param()
2222 goto unhandled; in sctp_verify_param()
2239 goto unhandled; in sctp_verify_param()
2255 goto unhandled; in sctp_verify_param()
2278 unhandled: in sctp_verify_param()
/Linux-v6.6/Documentation/arch/x86/
Dtdx.rst151 fatal. Typically, an unhandled userspace #VE results in a SIGSEGV.
152 An unhandled kernel #VE results in an oops.
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/
Dinternal.h76 u32 unhandled; member
Drx.c2053 isr_stats->unhandled++; in iwl_pcie_irq_handler()
/Linux-v6.6/arch/sh/kernel/cpu/sh2/
Dentry.S174 mov.l 8f,r8 ! unhandled exception
/Linux-v6.6/Documentation/filesystems/
Dfuse.rst141 fatal (SIGKILL or unhandled fatal signal), then the request is
Dvfat.rst83 Translate unhandled Unicode characters to special
/Linux-v6.6/drivers/net/wireless/intel/iwlegacy/
Ddebug.c708 il->isr_stats.unhandled); in il_dbgfs_interrupt_read()
Dcommon.h1015 u32 unhandled; member
/Linux-v6.6/tools/power/cpupower/po/
Dka.po676 msgid "wrong, unknown or unhandled CPU?\n"
Dit.po646 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"

12