/openbmc/qemu/qapi/ |
H A D | stats.json | 28 # @linear-histogram: stat is a linear histogram. 30 # @log2-histogram: stat is a logarithmic histogram, with one bucket 36 'data' : [ 'cumulative', 'instant', 'peak', 'linear-histogram', 37 'log2-histogram' ] } 224 # @bucket-size: Present when @type is "linear-histogram", contains the 225 # width of each bucket of the histogram.
|
H A D | block.json | 514 # @block-latency-histogram-set: 532 # histogram. If specified, old read latency histogram is removed, 538 # latency histogram. 541 # write latency histogram. 544 # latency histogram. 557 # -> { "execute": "block-latency-histogram-set", 565 # Set new histogram only for write, other histograms will remain 568 # -> { "execute": "block-latency-histogram-set", 583 # -> { "execute": "block-latency-histogram-set", 594 # -> { "execute": "block-latency-histogram-set", [all …]
|
H A D | block-core.json | 689 # Block latency histogram. 693 # [10, 50, 100] produces the following histogram intervals: [0, 696 # @bins: list of io request counts corresponding to histogram 699 # corresponding histogram looks like::
|
/openbmc/qemu/include/block/ |
H A D | accounting.h | 53 /* The following histogram is represented like this: 63 * BlockLatencyHistogram histogram = { 69 * @boundaries array define histogram intervals as follows: 73 * So, for example above, histogram intervals are:
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/ |
H A D | netperf_git.bb | 38 PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,,"
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 230 def histogram(results): function 250 args.add_argument("-g", "--histogram", action="store_true", help="show patch histogram") 284 if args.histogram: 286 histogram(results)
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 202 def histogram(results): function 243 args.add_argument("-g", "--histogram", action="store_true", help="show patch histogram") 278 if args.histogram: 280 histogram(results)
|
/openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
H A D | buildstats-plot.sh | 12 # * without -S: Produces a histogram listing top N recipes/tasks versus 15 # * -S: Produces a histogram listing tasks versus stats. In this case, 61 should be the same because data is plot as histogram.
|
/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/ |
H A D | diffstat_1.68.bb | 2 DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-stats.c | 77 "Histogram: %s\n", in print_qht_statistics() 94 "Histogram: %s\n", in print_qht_statistics()
|
/openbmc/qemu/scripts/ |
H A D | userfaultfd-wrlat.py | 5 # run, while latency distribution histogram is
|
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 94 /* Histogram instructions */
|
H A D | gen_tcg_hvx.h | 22 * Histogram instructions
|
H A D | op_helper.c | 1152 /* Histogram instructions */
|
/openbmc/qemu/block/ |
H A D | accounting.c | 136 /* histogram disabled */ in block_latency_histogram_account()
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 21 PAD2 = 2; // To preserve some space at both ends of the histogram 850 // If a histogram exists for Titles[j], process the highlighted 851 // histogram buckets 1156 // "Histogram" title 1283 …& data_line_idx != -999 && should_render) { // Only draw line title and histogram per data line in… 1295 // Plot histogram
|
H A D | ipmi_timeline_vis.js | 237 let IpmiVizHistogramImageData = {}; // Image data for rendered histogram 240 // is_free_x: Should each histogram has its own X range or not
|
/openbmc/qemu/util/ |
H A D | qdist.c | 299 * Print the distribution's histogram into a string.
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | core-isa.h | 156 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */ 161 #define XCHAL_HAVE_VISION_HISTOGRAM 0 /* histogram option on Vision */
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | core-isa.h | 169 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */ 175 #define XCHAL_HAVE_VISION_HISTOGRAM 0 /* histogram option on Vision P5/P6 */
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | core-isa.h | 198 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */ 204 #define XCHAL_HAVE_VISION_HISTOGRAM 0 /* histogram option on Vision P5/P6 */
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1549 * @bucket_size: A parameter value used for histogram stats. It is only used 1550 * for linear histogram stats, specifying the size of the bucket;
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 2189 /* **** WEIGHTED HISTOGRAM **** */ 2204 ITERATOR_INSN_VHISTLIKE(16,vwhist256,"vwhist256","vector weighted histogram halfword counters", WHI… 2205 ITERATOR_INSN_VHISTLIKE(16,vwhist256q,"vwhist256(Qv4)","vector weighted histogram halfword counters… 2206 ITERATOR_INSN_VHISTLIKE(16,vwhist256_sat,"vwhist256:sat","vector weighted histogram halfword counte… 2207 ITERATOR_INSN_VHISTLIKE(16,vwhist256q_sat,"vwhist256(Qv4):sat","vector weighted histogram halfword … 2208 ITERATOR_INSN_VHISTLIKE(16,vwhist128,"vwhist128","vector weighted histogram word counters", WHIST(u… 2209 ITERATOR_INSN_VHISTLIKE(16,vwhist128q,"vwhist128(Qv4)","vector weighted histogram word counters", W… 2210 ITERATOR_INSN_VHISTLIKE(16,vwhist128m,"vwhist128(#u1)","vector weighted histogram word counters", W… 2211 ITERATOR_INSN_VHISTLIKE(16,vwhist128qm,"vwhist128(Qv4,#u1)","vector weighted histogram word counter…
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | core-isa.h | 153 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */
|
/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/ |
H A D | core.h | 131 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */
|