Searched refs:histograms (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-vsp1-hgo.rst | 21 histograms. 23 The HGO can compute histograms independently per channel, on the maximum of the 29 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are
|
/openbmc/linux/tools/perf/util/ |
H A D | annotate.h | 274 struct sym_hist *histograms; member 343 return ((void *)src->histograms) + (src->sizeof_sym_hist * idx); in annotated_source__histogram()
|
H A D | annotate.c | 815 zfree(&src->histograms); in annotated_source__delete() 846 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms() 847 return src->histograms ? 0 : -1; in annotated_source__alloc_histograms() 856 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms() 992 if (notes->src->histograms == NULL) { in symbol__hists()
|
/openbmc/linux/Documentation/trace/ |
H A D | histogram-design.rst | 10 histograms work and how the individual pieces map to the data 31 Basic histograms 34 First, basic histograms. Below is pretty much the simplest thing you 35 can do with histograms - create one with a single key on a single 79 which all histograms have, regardless of whether they define that 95 lock-free hash table used to implement histograms (see 883 Fields on other trace event's histograms can be used as well. In that 1615 histograms, and aliases, both described below through example tests 1618 Test of field variables on other histograms 1625 histogram can't be used, as existing histograms are immutable, a new [all …]
|
H A D | boottime-trace.rst | 14 filter and actions, histograms, kprobe-events and synthetic-events,
|
H A D | histogram.rst | 11 aggregate trace event data into histograms. For information on 1248 contents of all five histograms:: 1617 further combined histograms, thus providing a chain of related 1618 histograms, which is important for some applications. 1627 An example of a histogram that combines data from other histograms 1660 'combination' histograms mentioned previously. 1671 histograms as if it were any other event field; it isn't an actual 2562 The above created a synthetic event called "latency" and two histograms
|
/openbmc/qemu/qapi/ |
H A D | stats.json | 141 # @list: list of unsigned 64-bit integers (used for histograms).
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | multigen_lru.rst | 108 histograms are noncumulative.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-report.txt | 372 address to build the histograms. To generate meaningful output, the 414 to build the histograms. To generate meaningful output, the perf.data
|
/openbmc/linux/kernel/trace/ |
H A D | Kconfig | 1168 running histograms.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 5879 statistics can be linear histograms (with two buckets) but not logarithmic 5880 histograms. 5882 Note that, in the case of histograms, the unit applies to the bucket
|