Searched refs:linesz (Results 1 – 2 of 2) sorted by relevance
73 size_t linesz = 0; in nsinfo__init() local107 while (getline(&statln, &linesz, f) != -1) { in nsinfo__init()
825 size_t linesz; in hists__fprintf() local842 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()