/openbmc/linux/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 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]))
|
/openbmc/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 | check-perf-trace.pl | 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 | 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 | 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}++;
|
/openbmc/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()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | traps.c | 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() 312 unhandled ^= (int_at_level & -int_at_level); in do_interrupt()
|
/openbmc/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
|
/openbmc/qemu/target/arm/hvf/ |
H A D | trace-events | 1 … uint32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg read at p… 2 … uint32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg write at …
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | trace-events | 10 kvm_insn_unhandled_priv(uint32_t x) "KVM: unhandled PRIV: 0x%x"
|
/openbmc/pldm/ |
H A D | .clang-tidy | 49 bugprone-unhandled-exception-at-new, 50 bugprone-unhandled-self-assignment,
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mbochs.c | 342 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | Added-support-for-PPC-instructions-mfatbu-mfatbl.patch | 8 disInstr(ppc): unhandled instruction: 0x7C0F82A6
|
/openbmc/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]_
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | .clang-tidy | 52 bugprone-unhandled-exception-at-new, 53 bugprone-unhandled-self-assignment,
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | .clang-tidy | 53 bugprone-unhandled-exception-at-new, 54 bugprone-unhandled-self-assignment,
|
/openbmc/phosphor-state-manager/ |
H A D | .clang-tidy | 53 bugprone-unhandled-exception-at-new, 54 bugprone-unhandled-self-assignment,
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-tidy | 53 bugprone-unhandled-exception-at-new, 54 bugprone-unhandled-self-assignment,
|
/openbmc/docs/designs/ |
H A D | target-fail-monitoring.md | 23 but in some situations (segfault, unhandled exception, unhandled error path,
|
/openbmc/estoraged/ |
H A D | .clang-tidy | 56 bugprone-unhandled-exception-at-new, 57 bugprone-unhandled-self-assignment,
|
/openbmc/phosphor-time-manager/ |
H A D | .clang-tidy | 54 bugprone-unhandled-exception-at-new, 55 bugprone-unhandled-self-assignment,
|
/openbmc/phosphor-led-sysfs/ |
H A D | .clang-tidy | 55 bugprone-unhandled-exception-at-new, 56 bugprone-unhandled-self-assignment,
|
/openbmc/phosphor-debug-collector/ |
H A D | .clang-tidy | 72 bugprone-unhandled-exception-at-new, 73 bugprone-unhandled-self-assignment,
|
/openbmc/entity-manager/ |
H A D | .clang-tidy | 72 bugprone-unhandled-exception-at-new, 73 bugprone-unhandled-self-assignment,
|