Home
last modified time | relevance | path

Searched refs:strip_leading_zero (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/python/bcc/
Dtable.py65 def _print_log2_hist(vals, val_type, strip_leading_zero): argument
94 if strip_leading_zero:
98 strip_leading_zero = False
295 section_print_fn=None, bucket_fn=None, strip_leading_zero=None, argument
339 _print_log2_hist(vals, val_type, strip_leading_zero)
344 _print_log2_hist(vals, val_type, strip_leading_zero)
/external/bcc/tests/python/
Dtest_histogram.py105 strip_leading_zero=True,