Home
last modified time | relevance | path

Searched refs:histograms (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
A Dmetafmt-vsp1-hgo.rst21 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
/linux/tools/perf/util/
A Dannotate-data.c1629 adt->histograms = calloc(nr_entries, sizeof(*adt->histograms)); in alloc_data_type_histograms()
1630 if (adt->histograms == NULL) in alloc_data_type_histograms()
1638 adt->histograms[i] = zalloc(sz); in alloc_data_type_histograms()
1639 if (adt->histograms[i] == NULL) in alloc_data_type_histograms()
1648 zfree(&(adt->histograms[i])); in alloc_data_type_histograms()
1649 zfree(&adt->histograms); in alloc_data_type_histograms()
1656 zfree(&(adt->histograms[i])); in delete_data_type_histograms()
1658 zfree(&adt->histograms); in delete_data_type_histograms()
1699 if (adt->histograms == NULL) { in annotated_data_type__update_samples()
1709 h = adt->histograms[evsel->core.idx]; in annotated_data_type__update_samples()
[all …]
A Dannotate.h276 struct sym_hist *histograms; member
372 return &src->histograms[idx]; in annotated_source__histogram()
A Dannotate-data.h96 struct type_hist **histograms; member
A Dannotate.c124 zfree(&src->histograms); in annotated_source__delete()
132 src->histograms = calloc(nr_hists, sizeof(*src->histograms)); in annotated_source__alloc_histograms()
134 if (src->histograms == NULL) in annotated_source__alloc_histograms()
139 zfree(&src->histograms); in annotated_source__alloc_histograms()
141 return src->histograms ? 0 : -1; in annotated_source__alloc_histograms()
150 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms()
151 notes->src->nr_histograms * sizeof(*notes->src->histograms)); in symbol__annotate_zero_histograms()
308 if (notes->src->histograms == NULL) { in symbol__hists()
1372 memset(h, 0, sizeof(*notes->src->histograms) * notes->src->nr_histograms); in symbol__annotate_zero_histogram()
/linux/tools/perf/ui/browsers/
A Dannotate-data.c69 h = adt->histograms[evsel->core.idx]; in get_member_overhead()
419 struct type_hist *h = adt->histograms[evsel->core.idx]; in browser__write()
A Dhists.c2524 if (he == NULL || he->mem_type == NULL || he->mem_type->histograms == NULL) in add_annotate_type_opt()
/linux/Documentation/trace/
A Dhistogram-design.rst10 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 …]
A Dboottime-trace.rst14 filter and actions, histograms, kprobe-events and synthetic-events,
A Dhistogram.rst11 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
/linux/Documentation/admin-guide/mm/
A Dmultigen_lru.rst108 histograms are noncumulative.
/linux/tools/perf/
A Dbuiltin-annotate.c453 if (he->mem_type->histograms == NULL) in hists__find_annotations()
/linux/tools/perf/Documentation/
A Dperf-report.txt382 address to build the histograms. To generate meaningful output, the
424 to build the histograms. To generate meaningful output, the perf.data
/linux/kernel/trace/
A DKconfig1181 running histograms.
/linux/Documentation/virt/kvm/
A Dapi.rst6011 statistics can be linear histograms (with two buckets) but not logarithmic
6012 histograms.
6014 Note that, in the case of histograms, the unit applies to the bucket

Completed in 52 milliseconds