Searched refs:linesz (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/ui/stdio/
H A Dhist.c393 size_t linesz; local
482 linesz = hists__sort_list_width(hists) + 3 + 1;
483 linesz += perf_hpp__color_overhead();
484 line = malloc(linesz);
501 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp);
/external/elfutils/src/libdwfl/
H A Dlinux-kernel-modules.c448 size_t linesz = 0; local
455 if ((n = getline (&line, &linesz, f)) < 1 || line[n - 2] == ']')
902 size_t linesz = 0; local
906 while (getline (&line, &linesz, f) > 0
H A Dlinux-proc-maps.c201 size_t linesz; local
203 while ((len = getline (&line, &linesz, f)) > 0)

Completed in 789 milliseconds