Home
last modified time | relevance | path

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

/tools/perf/util/
Dnamespaces.c73 size_t linesz = 0; in nsinfo__init() local
107 while (getline(&statln, &linesz, f) != -1) { in nsinfo__init()
/tools/perf/ui/stdio/
Dhist.c825 size_t linesz; in hists__fprintf() local
842 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf()
843 linesz += perf_hpp__color_overhead(); in hists__fprintf()
844 line = malloc(linesz); in hists__fprintf()
868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()