Home
last modified time | relevance | path

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

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