Home
last modified time | relevance | path

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

/linux/tools/perf/ui/stdio/
H A Dhist.c586 char *bf, size_t bfsz, FILE *fp, in hist_entry__fprintf() argument
598 if (size == 0 || size > bfsz) in hist_entry__fprintf()
599 size = hpp.size = bfsz; in hist_entry__fprintf()