perf symbols: Don't try to find DSOs in SYSV maps
authorDon Zickus <dzickus@redhat.com>
Wed, 20 Aug 2014 02:31:14 +0000 (22:31 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 20 Aug 2014 11:26:09 +0000 (08:26 -0300)
commit700be564308bcfc217bd3515d634b56f0c3c1bbb
treed1275398a68290e021615dff1ed6be8eb2593bc8
parentaf924aa35129edf338ebc8da6a4eae08cf7cb297
perf symbols: Don't try to find DSOs in SYSV maps

We are seeing a lot of the following with regards to SYSV memory

Failed to open /SYSV0000279c, continuing without symbols

We don't believe this memory will have DSO info, so treat it like the
heap and stack for now and skip it to prevent the warning.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Joe Mario <jmario@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1408501874-244377-1-git-send-email-dzickus@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/map.c