Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unwindctl/
H A Dunwindctl.c51 void print_histogram(const char *name, int64_t[], size_t);
245 print_histogram(uw_resolver_type_short[cri->type], in main()
247 print_histogram("", cri->latest_histogram, in main()
339 print_histogram(const char *name, int64_t histogram[], size_t n) in print_histogram() function
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dmain.py115 print_histogram(discovered_tests)
269 def print_histogram(tests): function