Home | History | Annotate | Download | only in massif

Lines Matching refs:massif

2 //--- Massif: a heap profiling tool.                     ms_main.c ---*/
6 This file is part of Massif, a Valgrind tool for profiling memory
39 // - "Massif arguments:" line is not generic
56 // perl perf/vg_perf --tools=massif --reps=3 perf/{heap,tinycc} massif
57 // time valgrind --tool=massif --depth=100 konqueror
81 // - (Artur Wisz) add a feature to Massif to ignore any heap blocks larger
136 Massif arguments: --heap-admin=foo
137 ms_print arguments: massif.out
203 // - Temporary: Massif does a temporary snapshot every so often. The idea
209 // - Permanent: Massif takes a permanent (detailed) snapshot in some
220 VG_(dmsg)("Massif: " format, ##args); \
402 static const HChar* clo_massif_out_file = "massif.out.%p";
446 else if VG_STR_CLO(arg, "--massif-out-file", clo_massif_out_file) {}
471 " --massif-out-file=<file> output file name [massif.out.%%p]\n"
944 // This is annoying, but must be dealt with. (Older versions of Massif
959 "Warning: Malformed stack trace detected. In Massif's output,\n");
967 " (And Massif now won't warn about this again.)\n");
1954 VG_(gdb_printf) ("massif monitor commands:\n");
1959 VG_(gdb_printf) (" default <filename> is massif.vgdb.out\n");
1962 VG_(gdb_printf) (" default <filename> is massif.vgdb.out\n");
2217 FP("%sn0: %lu in %d place%s below massif's threshold (%.2f%%)\n",
2277 // Print massif-specific options that were used.
2315 VG_(expand_file_name)("--massif-out-file", clo_massif_out_file);
2335 "massif.vgdb.out" : filename,
2351 "massif.vgdb.out" : filename,
2400 VG_(dmsg)("Massif: " format, ##args)
2549 VG_(details_name) ("Massif");
2589 malloc_list = VG_(HT_construct)( "Massif's malloc list" );