/openbmc/openbmc/poky/scripts/pybootchartgui/ |
H A D | NEWS | 40 + render cumulative I/O time chart (Sankar P) 85 + add process grouping in the cumulative chart (Riccardo) 86 + fix cpu time calculation in cumulative chart (Riccardo) 88 + prettier coloring for the cumulative graphs (Michael)
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | PowerOnHours.interface.yaml | 8 value is a cumulative one and includes all working hours since
|
/openbmc/libpldm/include/libpldm/ |
H A D | utils.h | 41 /** @brief Compute cumulative crc32 (same as the one used by IEEE802.3) 45 * @param[in] crc - cumulative CRC value
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpsr.h | 31 CUMULATIVE EXCEPTION FLAGS BYTE 72 /* CUMULATIVE EXCEPTION FLAGS BYTE
|
/openbmc/qemu/qapi/ |
H A D | stats.json | 22 # @cumulative: stat is cumulative; value can only increase. 36 'data' : [ 'cumulative', 'instant', 'peak', 'linear-histogram',
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 232 testsuite.test('ACPI table cumulative checksum must equal 0', csum == 0) 233 testsuite.print_detail("Cumulative checksum = {} (Expected 0)".format(csum)) 276 testsuite.test('ACPI 1.0 table first 20 bytes cumulative checksum must equal 0', csum == 0) 277 testsuite.print_detail("Cumulative checksum = {} (Expected 0)".format(csum))
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 28 # should we render a cumulative CPU time chart 29 self.cumulative = True 141 # Cumulative coloring bits 790 if proc_tree.taskstats and options.cumulative: 800 # draw a cumulative CPU-time-per-process graph 801 if proc_tree.taskstats and options.cumulative: 806 # draw a cumulative I/O-time-per-process graph 807 if proc_tree.taskstats and options.cumulative: 1142 label = "Cumulative CPU usage, by process; total CPU: " \ 1145 label = "Cumulative I/O usage, by process; total I/O: " \
|
H A D | gui.py | 335 kernel_opts.cumulative = False
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 67 …metavar='REF', action='append', dest='refs', help='remove all but the specified refs (cumulative)')
|
/openbmc/qemu/target/arm/ |
H A D | vfp_fpscr.c | 75 * NZCV lives only in env->vfp.fpsr. The cumulative exception flags in vfp_set_fpsr()
|
H A D | cpu.h | 227 * behaviour when FPCR.AH == 1: they don't update cumulative 239 * say that the FPSCR cumulative exception flags are the logical 1759 /* Cumulative exception trap enable bits */ 1763 #define FPSR_IOC (1 << 0) /* Invalid Operation cumulative exception */ 1764 #define FPSR_DZC (1 << 1) /* Divide by Zero cumulative exception */ 1765 #define FPSR_OFC (1 << 2) /* Overflow cumulative exception */ 1766 #define FPSR_UFC (1 << 3) /* Underflow cumulative exception */ 1767 #define FPSR_IXC (1 << 4) /* Inexact cumulative exception */ 1768 #define FPSR_IDC (1 << 7) /* Input Denormal cumulative exception */ 1769 #define FPSR_QC (1 << 27) /* Cumulative saturation bit */ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | diagnose.py | 227 stats.sort_stats("cumulative")
|
/openbmc/qemu/include/qemu/ |
H A D | iov.h | 190 * (qemu_iovec_init()), @size is the cumulative size of iovecs and
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-accel-ops.c | 367 g_string_append_printf(buf, "HVF cumulative execution time: %llu.%.3llus\n", in hvf_get_vcpu_stats()
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildstats-diff | 152 """Get cumulative sum of all tasks"""
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 426 * Checks whether the requested set of cumulative permissions in @perm 438 * Called to inform the driver that the set of cumulative set of used 462 * needs on its child @c, based on the cumulative permissions requested by
|
/openbmc/qemu/docs/interop/ |
H A D | qcow2.rst | 340 Size of the bitmap directory in bytes. It is the cumulative
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 127 * they are used for insns that must not set the cumulative exception bits. in vfp_get_fpsr_from_host()
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 1644 * only 18MiB-4KiB below 4GiB. For now, restrict the cumulative mapping to in pc_machine_set_max_fw_size()
|
/openbmc/ipmitool/doc/ |
H A D | ipmitool.1 | 890 Reset cumulative power reading.
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 446 #define PCI_X_STATUS_MAX_CUM 0x1c000000 /* Designed Max Cumulative Read Size */
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_delloem.c | 2909 printf("Statistic : Cumulative Energy Consumption\n"); in ipmi_powermgmt() 3784 " Reset cumulative power reading"); in ipmi_powermonitor_usage()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 4067 struct target_timeval pr_cutime; /* XXX Cumulative user time */ 4068 struct target_timeval pr_cstime; /* XXX Cumulative system time */
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1418 p.sort_stats('cumulative')
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 2154 * - check that the cumulative used cluster count agrees with the in is_consistent()
|