Re: [Valgrind-users] Why valgrind tool massif does not print xtree callstack? (arm)

2020-12-22 Thread Łukasz Bolda
r helping me! > > Best regards, > Łukasz Bolda > > > -----Original Message- > From: Philippe Waroquiers > Sent: Friday, December 11, 2020 4:31 PM > To: Łukasz Bolda ; > valgrind-users@lists.sourceforge.net > Subject: Re: [Valgrind-users] Why valgrind tool massif d

Re: [Valgrind-users] Why valgrind tool massif does not print xtree callstack? (arm)

2020-12-14 Thread Philippe Waroquiers
; -Original Message- > From: Philippe Waroquiers > Sent: Friday, December 11, 2020 4:31 PM > To: Łukasz Bolda ; > valgrind-users@lists.sourceforge.net > Subject: Re: [Valgrind-users] Why valgrind tool massif does not print xtree > callstack? (arm) > > Which version of

Re: [Valgrind-users] Why valgrind tool massif does not print xtree callstack? (arm)

2020-12-14 Thread Łukasz Bolda
:31 PM To: Łukasz Bolda ; valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Why valgrind tool massif does not print xtree callstack? (arm) Which version of valgrind are you using ? You much better should use the last released version (or a more recent GIT version). Have you com

Re: [Valgrind-users] Why valgrind tool massif does not print xtree callstack? (arm)

2020-12-11 Thread Philippe Waroquiers
Which version of valgrind are you using ? You much better should use the last released version (or a more recent GIT version). Have you compiled your application with -g ? In case you debug your native executable with gdb and put a break on malloc, is gdb backtrace command giving a good stack tr

[Valgrind-users] Why valgrind tool massif does not print xtree callstack? (arm)

2020-12-11 Thread Łukasz Bolda
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 rece