Hello! This is my first message on this list, so I'd like to say hi to everyone!
I'm profiling my software using valgrind tool massif on arm hardware with parameters like this: valgrind --tool=massif --massif-out-file=massif.out.%p --xtree-memory=full --verbose MY_BIN Unfortuatelly i do not receive any callstack in the results: ms_print massif.out.1234 (...) 99.87% (20,675,133B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. ->99.87% (20,675,133B) 0xFFFFFFFF: ??? What sould i do to receive full callstacks from massif? Same thing happens when i'm using this tool on system binary for eg. ls. Only 0xFFFFFFFF is present. On my x86 machine everything runs fine. Greetings, Łukasz Bolda _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users