Home
last modified time | relevance | path

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

/tools/perf/util/
A Dnamespaces.c67 size_t linesz = 0; in nsinfo__get_nspid() local
74 while (getline(&statln, &linesz, f) != -1) { in nsinfo__get_nspid()
/tools/perf/ui/stdio/
A Dhist.c842 size_t linesz; in hists__fprintf() local
859 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