Home
last modified time | relevance | path

Searched refs:histogram (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md20 | --no-histogram | -n | Do not print histogram information |
22 | --sum-histogram-buckets | -s | Sum histogram bucket values |
27 The histogram data collected by ZFS is stored as independent bucket values.
35 Another method for storing histogram data sums the values for lower-value
39 The `zpool_influxdb --sum-histogram-buckets` option presents the data from ZFS
50 | zpool_io_size | per-vdev I/O size histogram | zpool iostat -r |
51 | zpool_latency | per-vdev I/O latency histogram | zpool iostat -w |
152 The histogram fields show cumulative values from lowest to highest.
180 to create a histogram of the size by I/O type and vdev. For example, a
189 The histogram fields show cumulative values from lowest to highest.
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c965 uint64_t *histogram = rt->rt_histogram; in space_map_estimate_optimal_size() local
1044 size += histogram[idx] * entry_size; in space_map_estimate_optimal_size()
1051 size += histogram[idx] * in space_map_estimate_optimal_size()
1062 size += histogram[idx] * 2 * sizeof (uint64_t); in space_map_estimate_optimal_size()
1067 size += histogram[idx] * in space_map_estimate_optimal_size()
H A Dmetaslab.c1942 metaslab_aux_histogram_add(uint64_t *histogram, uint64_t shift, in metaslab_aux_histogram_add() argument
1955 histogram[idx] += rt->rt_histogram[i] << (i - idx - shift); in metaslab_aux_histogram_add()
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Drenesas,cmm.yaml17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color
H A Dallwinner,sun6i-a31-drc.yaml15 pixel brightness/contrast based on histogram measurements for LCD
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG33 perf: Improve histogram construction, by @cyan4973 (#2253)