Searched refs:linesz (Results 1 – 2 of 2) sorted by relevance
67 size_t linesz = 0; in nsinfo__get_nspid() local74 while (getline(&statln, &linesz, f) != -1) { in nsinfo__get_nspid()
842 size_t linesz; in hists__fprintf() local859 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf()860 linesz += perf_hpp__color_overhead(); in hists__fprintf()861 line = malloc(linesz); in hists__fprintf()885 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
Completed in 17 milliseconds