Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_metrics.c43 clear_histogram(struct sh_css_pc_histogram *histogram) in clear_histogram() argument
47 assert(histogram); in clear_histogram()
49 for (i = 0; i < histogram->length; i++) { in clear_histogram()
50 histogram->run[i] = 0; in clear_histogram()
51 histogram->stall[i] = 0; in clear_histogram()
52 histogram->msink[i] = 0xFFFF; in clear_histogram()
63 make_histogram(struct sh_css_pc_histogram *histogram, unsigned int length) in make_histogram() argument
65 assert(histogram); in make_histogram()
67 if (histogram->length) in make_histogram()
69 if (histogram->run) in make_histogram()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-vsp1-hgt.rst9 Renesas R-Car VSP1 2-D Histogram Data
15 This format describes histogram data generated by the Renesas R-Car VSP1
16 2-D Histogram (HGT) engine.
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
101 - :cspan:`4` Histogram bucket (m=0, n=0) [31:0]
103 - :cspan:`4` Histogram bucket (m=0, n=1) [31:0]
107 - :cspan:`4` Histogram bucket (m=0, n=31) [31:0]
109 - :cspan:`4` Histogram bucket (m=1, n=0) [31:0]
[all …]
H A Dpixfmt-meta-vsp1-hgo.rst9 Renesas R-Car VSP1 1-D Histogram Data
15 This format describes histogram data generated by the Renesas R-Car VSP1 1-D
16 Histogram (HGO) engine.
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
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/
H A Dimgproc_c.h616 * Histogram functions *
619 /** @brief Creates a histogram.
621 The function creates a histogram of the specified size and returns a pointer to the created
622 histogram. If the array ranges is 0, the histogram bin ranges must be specified later via the
626 @param dims Number of histogram dimensions.
627 @param sizes Array of the histogram dimension sizes.
628 @param type Histogram representation format. CV_HIST_ARRAY means that the histogram data is
629 represented as a multi-dimensional dense array CvMatND. CV_HIST_SPARSE means that histogram data
631 @param ranges Array of ranges for the histogram bins. Its meaning depends on the uniform parameter
632 value. The ranges are used when the histogram is calculated or backprojected to determine which
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/
H A Dimgproc_c.h616 * Histogram functions *
619 /** @brief Creates a histogram.
621 The function creates a histogram of the specified size and returns a pointer to the created
622 histogram. If the array ranges is 0, the histogram bin ranges must be specified later via the
626 @param dims Number of histogram dimensions.
627 @param sizes Array of the histogram dimension sizes.
628 @param type Histogram representation format. CV_HIST_ARRAY means that the histogram data is
629 represented as a multi-dimensional dense array CvMatND. CV_HIST_SPARSE means that histogram data
631 @param ranges Array of ranges for the histogram bins. Its meaning depends on the uniform parameter
632 value. The ranges are used when the histogram is calculated or backprojected to determine which
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/
H A Dimgproc_c.h616 * Histogram functions *
619 /** @brief Creates a histogram.
621 The function creates a histogram of the specified size and returns a pointer to the created
622 histogram. If the array ranges is 0, the histogram bin ranges must be specified later via the
626 @param dims Number of histogram dimensions.
627 @param sizes Array of the histogram dimension sizes.
628 @param type Histogram representation format. CV_HIST_ARRAY means that the histogram data is
629 represented as a multi-dimensional dense array CvMatND. CV_HIST_SPARSE means that histogram data
631 @param ranges Array of ranges for the histogram bins. Its meaning depends on the uniform parameter
632 value. The ranges are used when the histogram is calculated or backprojected to determine which
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a_types.h35 * ISP block: S3A1 (3A Support for 3A ver.1 (Histogram is not used for AE))
36 * S3A2 (3A Support for 3A ver.2 (Histogram is used for AE))
74 u32 has_histogram; /** Statistics include histogram.
75 0:no histogram, 1:has histogram */
160 * ISP block: S3A1 (3A Support for 3A ver.1) (Histogram is not used for AE)
161 * S3A2 (3A Support for 3A ver.2) (Histogram is used for AE)
202 containing the histogram */
205 /* Histogram (Statistics for AE).
208 * 256 bins for each histogram, unsigned 24bit value for each bin.
216 u32 r; /** Number of R of one bin of the histogram R. (u24) */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gprof.html/
H A DFile-Format.html89 records. Currently, there are three different record types: histogram
97 <a name="Histogram-Records"></a>
98 <h4 class="subsection">9.2.1 Histogram Records</h4>
100 <p>Histogram records consist of a header that is followed by an array of
101 bins. The header contains the text-segment range that the histogram
102 spans, the size of the histogram in bytes (unlike in the old BSD
108 histogram representing real-time would specify the long name as
112 OSF/1, the &ldquo;uprofile&rdquo; command can be used to produce a histogram of,
114 histogram header could be set to &ldquo;i-cache misses&rdquo; and the abbreviation
119 <p>Histogram bins are 16-bit numbers and each bin represent an equal
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gprof.html/
H A DFile-Format.html89 records. Currently, there are three different record types: histogram
97 <a name="Histogram-Records"></a>
98 <h4 class="subsection">9.2.1 Histogram Records</h4>
100 <p>Histogram records consist of a header that is followed by an array of
101 bins. The header contains the text-segment range that the histogram
102 spans, the size of the histogram in bytes (unlike in the old BSD
108 histogram representing real-time would specify the long name as
112 OSF/1, the &ldquo;uprofile&rdquo; command can be used to produce a histogram of,
114 histogram header could be set to &ldquo;i-cache misses&rdquo; and the abbreviation
119 <p>Histogram bins are 16-bit numbers and each bin represent an equal
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram-design.rst4 Histogram Design Notes
14 Note: All the ftrace histogram command examples assume the working
19 Also, the histogram output displayed for those commands will be
59 What this does is create a histogram on the sched_waking event using
61 explicitly specified, exists for every histogram regardless.
67 So in this histogram, there's a separate bucket for each pid, and each
71 Each histogram is represented by a hist_data struct.
73 To keep track of each key and value field in the histogram, hist_data
76 histogram val and key in the histogram (variables are also included
77 here, but are discussed later). So for the above histogram we have one
[all …]
H A Dhistogram.rst10 Histogram triggers are special event triggers that can be used to
15 2. Histogram Trigger Command
18 A histogram trigger command is an event trigger command that
51 its histogram data will be shared with other triggers of the same
1132 into the histogram. In order to avoid having to set everything up
1133 again, we can just clear the histogram first::
1176 disables both the histogram and the event log, and what you end up
1242 # event histogram
1269 # event histogram
1306 # event histogram
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc3 # description: event trigger - test histogram trigger
12 echo "Test histogram basic trigger"
23 echo "Test histogram with compound keys"
32 echo "Test histogram with string key"
42 echo "Test histogram with sort key"
H A Dtrigger-multihist.tc3 # description: event trigger - test multiple histogram triggers
12 echo "Test histogram multiple triggers"
27 echo "Test histogram with its name"
34 echo "Test same named histogram on different events"
H A Dtrigger-hist-mod.tc3 # description: event trigger - test histogram modifiers
12 echo "Test histogram with execname modifier"
22 echo "Test histogram with hex modifier"
33 echo "Test histogram with syscall modifier"
H A Dtrigger-trace-marker-synthetic-kernel.tc3 # description: trace_marker trigger - test histogram with synthetic event against kernel event
12 echo "Test histogram kernel event to trace_marker latency histogram trigger"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst17 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
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Devent_analyzing_sample.py115 # to show the histogram in real number, but use a log2 algorithm.
136 print("\n%16s %8s %16s\n%s" % ("comm", "number", "histogram", "="*42))
141 print("\n%32s %8s %16s\n%s" % ("symbol", "number", "histogram", "="*58))
147 print("\n%40s %8s %16s\n%s" % ("dso", "number", "histogram", "="*74))
169 print("\n%16s %8s %16s\n%s" % ("comm", "number", "histogram", "="*42))
174 print("\n%32s %8s %16s\n%s" % ("symbol", "number", "histogram", "="*58))
181 print("\n%32s %8s %16s\n%s" % ("dse", "number", "histogram", "="*58))
187 print("\n%32s %8s %16s\n%s" % ("latency", "number", "histogram", "="*58))
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-onmatch-action-hist.tc3 # description: event trigger - test inter-event histogram trigger onmatch action
18 echo "Test create histogram for synthetic event"
19 echo "Test histogram variables,simple expression support and onmatch action"
27 fail "Failed to create onmatch action inter-event histogram"
H A Dtrigger-trace-action-hist.tc3 # description: event trigger - test inter-event histogram trigger trace action
18 echo "Test create histogram for synthetic event using trace action"
19 echo "Test histogram variables,simple expression support and trace action"
28 fail "Failed to create trace action inter-event histogram"
H A Dtrigger-synthetic-event-dynstring.tc3 # description: event trigger - test inter-event histogram trigger trace action with dynamic string …
18 echo "Test create histogram for synthetic event using trace action and dynamic strings"
19 echo "Test histogram dynamic string variables,simple expression support and trace action"
28 fail "Failed to create dynamic string trace action inter-event histogram"
H A Dtrigger-onmatch-onmax-action-hist.tc3 # description: event trigger - test inter-event histogram trigger onmatch-onmax action
18 echo "Test create histogram for synthetic event"
19 echo "Test histogram variables,simple expression support and onmatch-onmax action"
27 fail "Failed to create onmatch-onmax action inter-event histogram"
H A Dtrigger-snapshot-action-hist.tc3 # description: event trigger - test inter-event histogram trigger snapshot action
23 fail "Failed to create onchange action inter-event histogram"
27 fail "Failed to create snapshot action inter-event histogram"
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-build-time25 # cat $(O)/build-time.log | ./support/scripts/graph-build-time --type=histogram --output=foobar.p…
29 # * histogram, which creates an histogram of the build time for each
43 # The default is to generate an histogram ordered by package name.
109 # Generate an histogram of the time spent in each step of each
280 help="Type of graph (histogram, pie-packages, pie-steps)")
282 help="Ordering of packages: build or duration (for histogram only)")
298 if args.type == "histogram" or args.type is None:
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_proc.c230 seq_printf(m, "Histogram of sizes (512B secs)\n"); in dasd_stats_proc_show()
232 seq_printf(m, "Histogram of I/O times (microseconds)\n"); in dasd_stats_proc_show()
234 seq_printf(m, "Histogram of I/O times per sector\n"); in dasd_stats_proc_show()
236 seq_printf(m, "Histogram of I/O time till ssch\n"); in dasd_stats_proc_show()
238 seq_printf(m, "Histogram of I/O time between ssch and irq\n"); in dasd_stats_proc_show()
240 seq_printf(m, "Histogram of I/O time between ssch " in dasd_stats_proc_show()
243 seq_printf(m, "Histogram of I/O time between irq and end\n"); in dasd_stats_proc_show()
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Ddasd.h164 unsigned int dasd_io_secs[32]; /* histogram of request's sizes */
165 unsigned int dasd_io_times[32]; /* histogram of requests's times */
166 unsigned int dasd_io_timps[32]; /* histogram of requests's times per sector */
167 unsigned int dasd_io_time1[32]; /* histogram of time from build to start */
168 unsigned int dasd_io_time2[32]; /* histogram of time from start to irq */
169 unsigned int dasd_io_time2ps[32]; /* histogram of time from start to irq */
170 unsigned int dasd_io_time3[32]; /* histogram of time from irq to end */
171 unsigned int dasd_io_nr_req[32]; /* histogram of # of requests in chanq */

12345678910>>...17