Home
last modified time | relevance | path

Searched defs:print_linear_hist (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtrace_helpers.c961 void print_linear_hist(unsigned int *vals, int vals_size, unsigned int base, in print_linear_hist() function
/aosp_15_r20/external/bcc/src/python/bcc/
H A Dtable.py762 def print_linear_hist(self, val_type="value", section_header="Bucket ptr", member in TableBase