Home
last modified time | relevance | path

Searched full:histogram (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/qapi/
H A Dstats.json28 # @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 Dblock.json514 # @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 Dblock-core.json689 # 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 Daccounting.h53 /* 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 Dnetperf_git.bb38 PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,,"
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview230 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 Dpatchreview.py202 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 Dbuildstats-plot.sh12 # * 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 Ddiffstat_1.68.bb2 DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \
/openbmc/qemu/accel/tcg/
H A Dtcg-stats.c77 "Histogram: %s\n", in print_qht_statistics()
94 "Histogram: %s\n", in print_qht_statistics()
/openbmc/qemu/scripts/
H A Duserfaultfd-wrlat.py5 # run, while latency distribution histogram is
/openbmc/qemu/target/hexagon/
H A Dhelper.h94 /* Histogram instructions */
H A Dgen_tcg_hvx.h22 * Histogram instructions
H A Dop_helper.c1152 /* Histogram instructions */
/openbmc/qemu/block/
H A Daccounting.c136 /* histogram disabled */ in block_latency_histogram_account()
/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js21 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 Dipmi_timeline_vis.js237 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 Dqdist.c299 * Print the distribution's histogram into a string.
/openbmc/qemu/target/xtensa/core-de212/
H A Dcore-isa.h156 #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 Dcore-isa.h169 #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 Dcore-isa.h198 #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 Dkvm.h1549 * @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 Dext.idef2189 /* **** 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 Dcore-isa.h153 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */
/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/
H A Dcore.h131 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */

12