Home | History | Annotate | Download | only in massif

Lines Matching refs:FP

893                                    NULL/*array to dump FP values in*/,
2102 #define FP(format, args...) ({ \
2161 FP("%sn%d: %lu ", depth_str, sxpt->Sig.n_children, sxpt->szB);
2178 // Nb: We treat this specially (ie. we don't use FP) so that if the
2237 FP("%sn0: %lu in %d place%s below massif's threshold (%s)\n",
2252 FP("#-----------\n");
2253 FP("snapshot=%d\n", snapshot_n);
2254 FP("#-----------\n");
2255 FP("time=%lld\n", snapshot->time);
2256 FP("mem_heap_B=%lu\n", snapshot->heap_szB);
2257 FP("mem_heap_extra_B=%lu\n", snapshot->heap_extra_szB);
2258 FP("mem_stacks_B=%lu\n", snapshot->stacks_szB);
2269 FP("heap_tree=%s\n", ( Peak == snapshot->kind ? "peak" : "detailed" ));
2277 FP("heap_tree=empty\n");
2312 FP("desc:");
2315 FP(" %s", arg);
2317 if (0 == i) FP(" (none)");
2318 FP("\n");
2321 FP("cmd: ");
2323 FP("%s", VG_(args_the_exename));
2327 FP(" %s", arg);
2330 FP(" ???");
2332 FP("\n");
2334 FP("time_unit: %s\n", TimeUnit_to_string(clo_time_unit));