Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c352 char *bf, size_t bfsz, FILE *fp) in hist_entry__fprintf() argument
360 if (size == 0 || size > bfsz) in hist_entry__fprintf()
361 size = hpp.size = bfsz; in hist_entry__fprintf()