Searched refs:strip_leading_zero (Results 1 – 2 of 2) sorted by relevance
/external/bcc/src/python/bcc/ |
D | table.py | 65 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/ |
D | test_histogram.py | 105 strip_leading_zero=True,
|