Home
last modified time | relevance | path

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

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