/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_metrics.c | 47 assert(histogram); in clear_histogram() 50 histogram->run[i] = 0; in clear_histogram() 65 assert(histogram); in make_histogram() 67 if (histogram->length) in make_histogram() 69 if (histogram->run) in make_histogram() 71 histogram->run = kvmalloc(length * sizeof(*histogram->run), in make_histogram() 73 if (!histogram->run) in make_histogram() 75 histogram->stall = kvmalloc(length * sizeof(*histogram->stall), in make_histogram() 77 if (!histogram->stall) in make_histogram() 79 histogram->msink = kvmalloc(length * sizeof(*histogram->msink), in make_histogram() [all …]
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 134 please read the event histogram document (Documentation/trace/histogram.rst) 137 Set histogram key parameters. (Mandatory) 139 if there is one histogram on the event. 142 Set histogram value parameters. 145 Set histogram sort parameter options. 148 Set histogram size (number of entries). 151 Set histogram name. 162 if there is one 'onmatch' handler on this histogram. 165 Set histogram 'trace' action for 'onmatch'. 170 Set histogram 'onmax' handler variable parameter. [all …]
|
H A D | histogram-design.rst | 76 histogram val and key in the histogram (variables are also included 273 Basic histogram test 296 # event histogram 741 # event histogram 798 # event histogram 1122 # event histogram 1186 # event histogram 1460 # event histogram 1669 # event histogram 1709 # event histogram [all …]
|
H A D | index.rst | 24 histogram 25 histogram-design
|
H A D | histogram.rst | 1252 # event histogram 1279 # event histogram 1316 # event histogram 1328 # event histogram 1630 histogram. 1871 # event histogram 1919 # event histogram 1994 histogram:: 1999 # event histogram 2587 # event histogram [all …]
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | rtla-osnoise-hist.rst | 5 Display a histogram of the osnoise tracer samples 19 occurrence in a histogram, displaying the results in a user-friendly way. 37 histogram is set to group outputs in buckets of *10us* and *25* entries:: 40 # RTLA osnoise histogram
|
H A D | common_hist_options.rst | 3 Set the histogram bucket size (default *1*). 7 Set the number of entries of the histogram (default 256).
|
H A D | rtla-timerlat.rst | 23 from the *timerlat* tracer. The **rtla hist hist** mode displays a histogram 35 Prints a histogram of timerlat samples.
|
H A D | rtla-timerlat-hist.rst | 19 The **rtla timerlat hist** displays a histogram of each tracer event 44 # RTLA timerlat histogram
|
H A D | common_options.rst | 31 …If the *hist:* trigger is activated, the output histogram will be automatically saved to a file na… 36 …Will automatically save the content of the histogram associated to *osnoise:irq_noise* event in *o…
|
H A D | rtla-osnoise.rst | 36 Prints a histogram of osnoise samples.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-vsp1-hgo.rst | 15 This format describes histogram data generated by the Renesas R-Car VSP1 1-D 18 The VSP1 HGO is a histogram computation engine that can operate on RGB, YCrCb 25 additionally output the histogram with 64 or 256 bins, resulting in four 32 channels to compute a single 64-bins histogram. Only the RGB image format is 35 single 256-bins histogram. Only the YCbCr image format is supported. 37 channels to compute a single 256-bins histogram. Only the RGB image format is
|
H A D | metafmt-vsp1-hgt.rst | 15 This format describes histogram data generated by the Renesas R-Car VSP1 18 The VSP1 HGT is a histogram computation engine that operates on HSV 21 weighted frequency histogram based on the H and S components. 23 The histogram is a matrix of 6 Hue and 32 Saturation buckets, 192 in
|
/openbmc/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' ] } 223 # width of each bucket of the histogram.
|
H A D | block.json | 554 # -> { "execute": "block-latency-histogram-set", 565 # -> { "execute": "block-latency-histogram-set", 580 # -> { "execute": "block-latency-histogram-set", 591 # -> { "execute": "block-latency-histogram-set",
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | statistics.rst | 17 provided: total time spent reading and writing. When the histogram 19 histogram of latencies. All these counters may be accessed by sending 73 histogram:n1,n2,n3,n4,... 74 collect histogram of latencies. The 76 of the histogram. If precise_timestamps is not used, the 80 example, if we use "histogram:10,20,30", the kernel will 127 precise_timestamps histogram:n1,n2,n3,... 129 The strings "precise_timestamps" and "histogram" are printed only
|
/openbmc/linux/drivers/md/ |
H A D | dm-stats.c | 33 unsigned long long *histogram; member 178 dm_kvfree(s->stat_percpu[cpu][0].histogram, s->histogram_alloc_size); in dm_stat_free() 181 dm_kvfree(s->stat_shared[0].tmp.histogram, s->histogram_alloc_size); in dm_stat_free() 351 s->stat_shared[ni].tmp.histogram = hi; in dm_stats_create() 373 p[ni].histogram = hi; in dm_stats_create() 465 is_vmalloc_addr(s->stat_percpu[cpu][0].histogram)) in dm_stats_delete() 468 is_vmalloc_addr(s->stat_shared[0].tmp.histogram)) { in dm_stats_delete() 614 p->histogram[lo]++; in dm_stat_for_entry() 756 shared->tmp.histogram[i] += READ_ONCE(p->histogram[i]); in __dm_stat_init_temporary_percpu_totals() 793 p->histogram[i] -= shared->tmp.histogram[i]; in __dm_stat_clear() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/ |
H A D | netperf_git.bb | 36 PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,,"
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-ftrace.txt | 24 (optionally with BPF) and display it as a histogram. 135 Set the function name to get the histogram. Unlike perf ftrace trace, 136 it only allows single function to calculate the histogram. 145 Use nano-second instead of micro-second as a base unit of the histogram.
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 230 def histogram(results): function 284 if args.histogram: 286 histogram(results)
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 199 def histogram(results): function 275 if args.histogram: 277 histogram(results)
|
/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/ |
H A D | diffstat_1.66.bb | 2 DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | omap3isp-uapi.rst | 20 statistics (AEWB, AF and histogram) subdevs. 75 AF and histogram modules cannot be used without configuring them using the 145 histogram memory read isn't implemented). The statistics are dequeueable by 148 The private IOCTLs offered by the AEWB, AF and histogram subdevs are heavily
|
/openbmc/linux/arch/mips/kvm/ |
H A D | Kconfig | 39 A histogram of COP0 accesses is printed when the VM is
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | renesas,cmm.yaml | 17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color
|