Searched refs:linesz (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 393 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/src/libdwfl/ |
D | linux-kernel-modules.c | 448 size_t linesz = 0; in INTDEF() local 455 if ((n = getline (&line, &linesz, f)) < 1 || line[n - 2] == ']') in INTDEF() 902 size_t linesz = 0; in INTDEF() local 906 while (getline (&line, &linesz, f) > 0 in INTDEF()
|
D | linux-proc-maps.c | 201 size_t linesz; in proc_maps_report() local 203 while ((len = getline (&line, &linesz, f)) > 0) in proc_maps_report()
|