Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
Dhist.c393 size_t linesz; in hists__fprintf() local
482 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf()
483 linesz += perf_hpp__color_overhead(); in hists__fprintf()
484 line = malloc(linesz); in hists__fprintf()
501 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp); in hists__fprintf()
/external/elfutils/0.153/libdwfl/
Dlinux-proc-maps.c164 size_t linesz; in proc_maps_report() local
166 while ((len = getline (&line, &linesz, f)) > 0) in proc_maps_report()
Dlinux-kernel-modules.c462 size_t linesz = 0; in INTDEF() local
469 if ((n = getline (&line, &linesz, f)) < 1 || line[n - 2] == ']') in INTDEF()
916 size_t linesz = 0; in INTDEF() local
920 while (getline (&line, &linesz, f) > 0 in INTDEF()