From: Jiri Olsa Date: Wed, 24 Aug 2011 13:18:34 +0000 (+0200) Subject: perf symbols: Treat all memory maps without dso file as loaded X-Git-Tag: v3.2-rc1~163^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87ffef79ab7562ca4a1f6f22ed7ddef1c434bc24;p=pandora-kernel.git perf symbols: Treat all memory maps without dso file as loaded The stack/vdso/heap memory maps dont have any dso file. Setting the perf dso objects as 'loaded' for these maps, we avoid unnecessary warnings like: "Failed to open [stack], continuing without symbols" All map__find_* functions still return NULL when searching for symbols in these maps. Link: http://lkml.kernel.org/r/20110824131834.GA2007@jolsa.brq.redhat.com Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Jiri Olsa Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed