Home
last modified time | relevance | path

Searched full:cumulative (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS40 + 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 DPowerOnHours.interface.yaml8 value is a cumulative one and includes all working hours since
/openbmc/libpldm/include/libpldm/
H A Dutils.h41 /** @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 Dfpsr.h31 CUMULATIVE EXCEPTION FLAGS BYTE
72 /* CUMULATIVE EXCEPTION FLAGS BYTE
/openbmc/qemu/qapi/
H A Dstats.json22 # @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 Dtestacpi.py2232 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 Ddraw.py28 # 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 Dgui.py335 kernel_opts.cumulative = False
/openbmc/openbmc/poky/bitbake/bin/
H A Dgit-make-shallow67 …metavar='REF', action='append', dest='refs', help='remove all but the specified refs (cumulative)')
/openbmc/qemu/target/arm/
H A Dvfp_fpscr.c75 * NZCV lives only in env->vfp.fpsr. The cumulative exception flags in vfp_set_fpsr()
H A Dcpu.h227 * 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 Ddiagnose.py227 stats.sort_stats("cumulative")
/openbmc/qemu/include/qemu/
H A Diov.h190 * (qemu_iovec_init()), @size is the cumulative size of iovecs and
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c367 g_string_append_printf(buf, "HVF cumulative execution time: %llu.%.3llus\n", in hvf_get_vcpu_stats()
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff152 """Get cumulative sum of all tasks"""
/openbmc/qemu/include/block/
H A Dblock_int-common.h426 * 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 Dqcow2.rst340 Size of the bitmap directory in bytes. It is the cumulative
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c127 * 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 Dpc.c1644 * only 18MiB-4KiB below 4GiB. For now, restrict the cumulative mapping to in pc_machine_set_max_fw_size()
/openbmc/ipmitool/doc/
H A Dipmitool.1890 Reset cumulative power reading.
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h446 #define PCI_X_STATUS_MAX_CUM 0x1c000000 /* Designed Max Cumulative Read Size */
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c2909 printf("Statistic : Cumulative Energy Consumption\n"); in ipmi_powermgmt()
3784 " Reset cumulative power reading"); in ipmi_powermonitor_usage()
/openbmc/qemu/linux-user/
H A Delfload.c4067 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 Dutils.py1418 p.sort_stats('cumulative')
/openbmc/qemu/block/
H A Dvvfat.c2154 * - check that the cumulative used cluster count agrees with the in is_consistent()

12