Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c531 char *bf, size_t bfsz, FILE *fp, in hist_entry__fprintf() argument
543 if (size == 0 || size > bfsz) in hist_entry__fprintf()
544 size = hpp.size = bfsz; in hist_entry__fprintf()