Re: [Valgrind-users] [Valgrind-developers] AVX-512 support inquiry

2016-09-22 Thread Mark Wielaard
On Wed, 2016-09-07 at 10:23 +0200, Julian Seward wrote: > A good description of the instruction set is also necessary. Is that > publically available? It seems Intel moves it around from time to time, because my old bookmarks don't work anymore. But I found a recent description of avx-512 at htt

Re: [Valgrind-users] [Valgrind-developers] AVX-512 support inquiry

2016-09-22 Thread Knapp, Rashawn L
Hello, Some of these may have been mentioned previously. I find the following Intel published AVX-512 documents: 1. Combined Volume Set of Intel® 64 and IA-32 Architectures Software Developer’s Manuals, from http://www.intel.com/content/www/us/en/processors/architectures-software-developer-m

[Valgrind-users] Valgrind can't find strcmp in ld.so

2016-09-22 Thread Mikhail Baikov
Hello. I need some help. I want to start valgrind but get this error. # /mnt/nfs/bin/valgrind/bin/valgrind ls ==933== Memcheck, a memory error detector ==933== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==933== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright inf

Re: [Valgrind-users] Valgrind can't find strcmp in ld.so

2016-09-22 Thread Kirill Frolov
On 09/22/2016 06:53 PM, Mikhail Baikov wrote: > valgrind: A must-be-redirected function > valgrind: whose name matches the pattern: strcmp > valgrind: in an object with soname matching: ld-linux-armhf.so.3 > valgrind: was not found whilst processing > valgrind: symbols from the object wit

Re: [Valgrind-users] Using Massif to find space leaks

2016-09-22 Thread Julian Seward
On 16/09/16 17:37, Nicholas Lamb wrote: > I suppose the advantage of Massif is that it reveals the breakdown > of heap memory distribution, so you can know how much memory is taken > by accessible but unreleased blocks. I'm using a variant of the Eclipse > IDE that provides good visualization of M