Searched refs:histograms (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 22 histograms. 24 The HGO can compute histograms independently per channel, on the maximum of the 30 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are
|
| /linux/tools/perf/util/ |
| H A D | annotate-data.c | 1754 adt->histograms = calloc(nr_entries, sizeof(*adt->histograms)); in alloc_data_type_histograms() 1755 if (adt->histograms == NULL) in alloc_data_type_histograms() 1763 adt->histograms[i] = zalloc(sz); in delete_data_type_histograms() 1764 if (adt->histograms[i] == NULL) in delete_data_type_histograms() 1773 zfree(&(adt->histograms[i])); in annotated_data_type__tree_delete() 1774 zfree(&adt->histograms); in annotated_data_type__tree_delete() 1781 zfree(&(adt->histograms[i])); 1783 zfree(&adt->histograms); 1824 if (adt->histograms in print_annotated_data_header() [all...] |
| H A D | annotate.h | 302 struct sym_hist *histograms; member 400 return &src->histograms[evsel->core.idx]; in annotated_source__histogram()
|
| H A D | annotate-data.h | 89 * @histograms: An array of pointers to histograms 97 struct type_hist **histograms; member
|
| H A D | annotate.c | 126 zfree(&src->histograms); in annotated_source__delete() 134 src->histograms = calloc(nr_hists, sizeof(*src->histograms)); in annotated_source__alloc_histograms() 136 if (src->histograms == NULL) in annotated_source__alloc_histograms() 141 zfree(&src->histograms); in annotated_source__alloc_histograms() 145 return src->histograms ? 0 : -1; in annotated_source__alloc_histograms() 154 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms() 155 notes->src->nr_histograms * sizeof(*notes->src->histograms)); in symbol__annotate_zero_histograms() 312 if (notes->src->histograms == NULL) { in symbol__hists() 1433 memset(h, 0, sizeof(*notes->src->histograms) * notes->src->nr_histograms); in symbol__annotate_zero_histogram()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate-data.c | 69 h = adt->histograms[evsel->core.idx]; in get_member_overhead() 419 struct type_hist *h = adt->histograms[evsel->core.idx]; in browser__write()
|
| H A D | hists.c | 2562 if (he == NULL || he->mem_type == NULL || he->mem_type->histograms == NULL) in add_annotate_type_opt()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | multigen_lru.rst | 108 histograms are noncumulative.
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 445 if (he->mem_type->histograms == NULL) in hists__find_annotations()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-report.txt | 408 address to build the histograms. To generate meaningful output, the 458 to build the histograms. To generate meaningful output, the perf.data
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 6069 statistics can be linear histograms (with two buckets) but not logarithmic 6070 histograms. 6072 Note that, in the case of histograms, the unit applies to the bucket
|