Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-meta-vsp1-hgo.rst15 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
Dpixfmt-meta-vsp1-hgt.rst15 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
/Linux-v4.19/fs/cachefiles/
DKconfig30 /proc/fs/cachefiles/histogram
32 The generation of this histogram adds a certain amount of overhead to
35 bouncing between CPUs. On the other hand, the histogram may be
Dinternal.h195 void cachefiles_hist(atomic_t histogram[], unsigned long start_jif) in cachefiles_hist() argument
200 atomic_inc(&histogram[jif]); in cachefiles_hist()
/Linux-v4.19/Documentation/device-mapper/
Dstatistics.txt16 provided: total time spent reading and writing. When the histogram
18 histogram of latencies. All these counters may be accessed by sending
68 histogram:n1,n2,n3,n4,... - collect histogram of latencies. The
70 of the histogram. If precise_timestamps is not used, the
74 example, if we use "histogram:10,20,30", the kernel will
124 precise_timestamps histogram:n1,n2,n3,...
126 The strings "precise_timestamps" and "histogram" are printed only
/Linux-v4.19/drivers/md/
Ddm-stats.c33 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()
326 s->stat_shared[ni].tmp.histogram = hi; in dm_stats_create()
346 p[ni].histogram = hi; in dm_stats_create()
428 is_vmalloc_addr(s->stat_percpu[cpu][0].histogram)) in dm_stats_delete()
431 is_vmalloc_addr(s->stat_shared[0].tmp.histogram)) { in dm_stats_delete()
573 p->histogram[lo]++; in dm_stat_for_entry()
694 memset(shared->tmp.histogram, 0, (s->n_histogram_entries + 1) * sizeof(unsigned long long)); in __dm_stat_init_temporary_percpu_totals()
713 shared->tmp.histogram[i] += READ_ONCE(p->histogram[i]); in __dm_stat_init_temporary_percpu_totals()
[all …]
/Linux-v4.19/fs/fscache/
DKconfig36 /proc/fs/fscache/histogram
38 The generation of this histogram adds a certain amount of overhead to
41 bouncing between CPUs. On the other hand, the histogram may be
DMakefile18 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
Dinternal.h79 static inline void fscache_hist(atomic_t histogram[], unsigned long start_jif) in fscache_hist() argument
84 atomic_inc(&histogram[jif]); in fscache_hist()
/Linux-v4.19/Documentation/trace/
Dhistogram.rst18 A histogram trigger command is an event trigger command that
51 its histogram data will be shared with other triggers of the same
1144 into the histogram. In order to avoid having to set everything up
1145 again, we can just clear the histogram first::
1188 disables both the histogram and the event log, and what you end up
1254 # event histogram
1281 # event histogram
1318 # event histogram
1330 # event histogram
1354 # event histogram
[all …]
Dindex.rst21 histogram
/Linux-v4.19/Documentation/media/v4l-drivers/
Domap3isp.rst47 - OMAP3 ISP histogram
74 statistics (AEWB, AF and histogram) subdevs.
129 AF and histogram modules cannot be used without configuring them using the
199 histogram memory read isn't implemented). The statistics are dequeueable by
202 The private IOCTLs offered by the AEWB, AF and histogram subdevs are heavily
/Linux-v4.19/tools/vm/
Dslabinfo-gnuplot.sh96 set style histogram columnstacked title textcolor lt -1
/Linux-v4.19/arch/mips/kvm/
DKconfig70 A histogram of COP0 accesses is printed when the VM is
/Linux-v4.19/Documentation/translations/zh_CN/video4linux/
Domap3isp.txt69 OMAP3 ISP histogram
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c959 MWIFIEX_DFS_FILE_OPS(histogram);
988 MWIFIEX_DFS_ADD_FILE(histogram); in mwifiex_dev_debugfs_init()
/Linux-v4.19/Documentation/filesystems/caching/
Dfscache.txt313 (*) /proc/fs/fscache/histogram
315 cat /proc/fs/fscache/histogram
Dcachefiles.txt458 (*) /proc/fs/cachefiles/histogram
460 cat /proc/fs/cachefiles/histogram
/Linux-v4.19/tools/perf/Documentation/
Dperf-config.txt430 histogram entry. Default is 0 which means no limitation.
439 histogram entries. Entries having an overhead lower than this
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.c837 u16 histogram) in _mv88e6xxx_get_ethtool_stat() argument
863 reg |= s->reg | histogram; in _mv88e6xxx_get_ethtool_stat()
1009 u16 bank1_select, u16 histogram) in mv88e6xxx_stats_get_stats() argument
1020 histogram); in mv88e6xxx_stats_get_stats()
/Linux-v4.19/kernel/trace/
DKconfig403 histogram of the callers, but actually places the calling
645 See Documentation/trace/histogram.rst.
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-types.rst188 - Video statistics computation (histogram, 3A, etc.). An entity
/Linux-v4.19/Documentation/RCU/
Dtorture.txt262 o "Reader Batch": Another histogram of "ages" of structures seen
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommands.h2225 struct il_measurement_histogram histogram; member
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h629 struct rate_histogram histogram; member

12