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

/external/linux-tools-perf/perf-3.12.0/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/0.153/libdwfl/
H A Dlinux-proc-maps.c164 size_t linesz; local
166 while ((len = getline (&line, &linesz, f)) > 0)
H A Dlinux-kernel-modules.c462 size_t linesz = 0; local
469 if ((n = getline (&line, &linesz, f)) < 1 || line[n - 2] == ']')
916 size_t linesz = 0; local
920 while (getline (&line, &linesz, f) > 0

Completed in 368 milliseconds