Home
last modified time | relevance | path

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

/tools/perf/ui/stdio/
Dhist.c501 char *bf, size_t bfsz, FILE *fp, in hist_entry__fprintf() argument
512 if (size == 0 || size > bfsz) in hist_entry__fprintf()
513 size = hpp.size = bfsz; in hist_entry__fprintf()