/linux/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 6 # strings, common_xxx() calls back into perf, begin, end, unhandled 21 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 D | wakeup-latency.pl | 82 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 D | rw-by-file.pl | 79 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 D | check-perf-trace.pl | 6 # strings, common_xxx() calls back into perf, begin, end, unhandled 73 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 D | rwtop.pl | 178 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 D | rw-by-pid.pl | 159 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 D | cuboot-pq2.c | 141 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/kernel/ |
H A D | traps.c | 95 /* EXCCAUSE_INSTRUCTION_FETCH unhandled */ 105 /* EXCCAUSE_PRIVILEGED unhandled */ 130 /* XCCHAL_EXCCAUSE_FLOATING_POINT unhandled */ 203 __die_if_kernel("Caught unhandled exception - should not happen", in do_unhandled() 207 pr_info_ratelimited("Caught unhandled exception in '%s' " in do_unhandled() 287 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() 311 /* clear lowest pending irq in the unhandled mas in do_interrupt() [all...] |
/linux/arch/xtensa/ |
H A D | Kconfig.debug | 43 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 D | panfrost-rk3399-flakes.txt | 6 panfrost/panfrost_submit@pan-unhandled-pagefault
|
/linux/Documentation/PCI/ |
H A D | boot-interrupts.rst | 31 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 D | entry.S | 120 mov.l 8f,r8 ! unhandled exception
|
/linux/net/sctp/ |
H A D | sm_make_chunk.c | 2191 goto unhandled; in sctp_verify_param() 2210 goto unhandled; in sctp_verify_param() 2214 goto unhandled; in sctp_verify_param() 2231 goto unhandled; in sctp_verify_param() 2247 goto unhandled; in sctp_verify_param() 2270 unhandled: in sctp_verify_param()
|
/linux/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 174 mov.l 8f,r8 ! unhandled exception
|
/linux/Documentation/arch/x86/ |
H A D | tdx.rst | 336 fatal. Typically, an unhandled userspace #VE results in a SIGSEGV. 337 An unhandled kernel #VE results in an oops.
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
H A D | internal.h | 72 u32 unhandled; member
|
H A D | rx.c | 2128 isr_stats->unhandled++; in iwl_pcie_irq_handler()
|
/linux/Documentation/filesystems/ |
H A D | vfat.rst | 83 Translate unhandled Unicode characters to special
|
H A D | fuse.rst | 141 fatal (SIGKILL or unhandled fatal signal), then the request is
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | debug.c | 708 il->isr_stats.unhandled); in il_dbgfs_interrupt_read()
|
H A D | common.h | 1027 u32 unhandled; member
|
/linux/tools/power/cpupower/po/ |
H A D | zh_CN.po | 630 msgid "wrong, unknown or unhandled CPU?\n"
|
H A D | ka.po | 676 msgid "wrong, unknown or unhandled CPU?\n"
|
H A D | pt.po | 647 msgid "wrong, unknown or unhandled CPU?\n"
|
H A D | cs.po | 638 msgid "wrong, unknown or unhandled CPU?\n"
|