/qemu/qapi/ |
H A D | stats.json | 26 # @linear-histogram: stat is a linear histogram. 28 # @log2-histogram: stat is a logarithmic histogram, with one bucket 34 'data' : [ 'cumulative', 'instant', 'peak', 'linear-histogram', 35 'log2-histogram' ] } 222 # @bucket-size: Present when @type is "linear-histogram", contains the 223 # width of each bucket of the histogram.
|
H A D | block.json | 511 # @block-latency-histogram-set: 529 # histogram. If specified, old read latency histogram is removed, 535 # latency histogram. 538 # write latency histogram. 541 # latency histogram. 554 # -> { "execute": "block-latency-histogram-set", 562 # Set new histogram only for write, other histograms will remain 565 # -> { "execute": "block-latency-histogram-set", 580 # -> { "execute": "block-latency-histogram-set", 591 # -> { "execute": "block-latency-histogram-set", [all …]
|
H A D | block-core.json | 665 # Block latency histogram. 669 # [10, 50, 100] produces the following histogram intervals: [0, 672 # @bins: list of io request counts corresponding to histogram 675 # corresponding histogram looks like::
|
/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:
|
/qemu/accel/tcg/ |
H A D | monitor.c | 77 "Histogram: %s\n", in print_qht_statistics() 91 "Histogram: %s\n", in print_qht_statistics()
|
/qemu/scripts/ |
H A D | userfaultfd-wrlat.py | 5 # run, while latency distribution histogram is
|
H A D | checkpatch.pl | 474 "-c", "diff.algorithm=histogram",
|
/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 */
|
/qemu/block/ |
H A D | accounting.c | 136 /* histogram disabled */ in block_latency_histogram_account()
|
/qemu/util/ |
H A D | qdist.c | 299 * Print the distribution's histogram into a string.
|
/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 */
|
/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 */
|
/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 */
|
/qemu/linux-headers/linux/ |
H A D | kvm.h | 1520 * @bucket_size: A parameter value used for histogram stats. It is only used 1521 * for linear histogram stats, specifying the size of the bucket;
|
/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…
|
/qemu/target/xtensa/core-test_kc705_be/ |
H A D | core-isa.h | 153 #define XCHAL_HAVE_GRIVPEP_HISTOGRAM 0 /* Histogram option on GRIVPEP */
|
/qemu/hw/intc/ |
H A D | xive.c | 1812 * "histogram" and "poll" commands sent to the power bus to the in xive_presenter_notify()
|
/qemu/target/arm/tcg/ |
H A D | sve.decode | 1552 ### SVE2 Histogram Computation
|