Lines Matching refs:detailed
55 // - With --stack=yes, want to add a stack trace for detailed snapshots so
86 // - (Andy Lin) Give a stack trace on detailed snapshots?
115 heap_tree=detailed
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
204 // - Detailed: these record those things in a normal snapshot, plus a very
205 // detailed XTree (see below) indicating how the heap is structured.
214 // normal snapshots, a small fraction are detailed snapshots.
215 // - Permanent: Massif takes a permanent (detailed) snapshot in some
454 else if VG_BINT_CLO(arg, "--detailed-freq", clo_detailed_freq, 1, 1000000) {}
481 " --detailed-freq=<N> every Nth snapshot should be detailed [10]\n"
1063 SXPt* alloc_sxpt; // Heap XTree root, if a detailed snapshot,
1431 // Record if it was detailed.
1995 VG_(gdb_printf) (" takes a snapshot (or a detailed snapshot)\n");
2304 // Detailed
2312 FP("heap_tree=%s\n", ( Peak == snapshot->kind ? "peak" : "detailed" ));
2373 pp_snapshot(fd, snapshot, i); // Detailed snapshot!
2391 static void handle_snapshot_monitor_command (Char *filename, Bool detailed)
2396 take_snapshot(&snapshot, Normal, get_time(), detailed);
2424 handle_snapshot_monitor_command (filename, False /* detailed */);
2430 handle_snapshot_monitor_command (filename, True /* detailed */);
2468 STATS("detailed snapshots: %u\n", n_detailed_snapshots);