Home | History | Annotate | Download | only in massif

Lines Matching refs:FP

861                                    NULL/*array to dump FP values in*/,
2118 #define FP(format, args...) ({ \
2181 FP("%sn%d: %lu ", depth_str, sxpt->Sig.n_children, sxpt->szB);
2198 // Nb: We treat this specially (ie. we don't use FP) so that if the
2257 FP("%sn0: %lu in %d place%s below massif's threshold (%s)\n",
2272 FP("#-----------\n");
2273 FP("snapshot=%d\n", snapshot_n);
2274 FP("#-----------\n");
2275 FP("time=%lld\n", snapshot->time);
2276 FP("mem_heap_B=%lu\n", snapshot->heap_szB);
2277 FP("mem_heap_extra_B=%lu\n", snapshot->heap_extra_szB);
2278 FP("mem_stacks_B=%lu\n", snapshot->stacks_szB);
2289 FP
2297 FP("heap_tree=empty\n");
2324 FP("desc:");
2327 FP(" %s", arg);
2329 if (0 == i) FP(" (none)");
2330 FP("\n");
2333 FP("cmd: ");
2335 FP("%s", VG_(args_the_exename));
2339 FP(" %s", arg);
2342 FP(" ???");
2344 FP("\n");
2346 FP("time_unit: %s\n", TimeUnit_to_string(clo_time_unit));