Re: [PATCH-v2] perf tools: Add symfs option for off-box analysisusing specified tree

From: Arnaldo Carvalho de Melo
Date: Thu Dec 09 2010 - 12:14:49 EST


Em Wed, Dec 08, 2010 at 07:33:40PM -0700, David Ahern escreveu:
> The symfs argument allows analysis of perf.data file using a locally
> accessible filesystem tree with debug symbols - e.g., tree created
> during image builds, sshfs mount, loop mounted KVM disk images,
> USB keys, initrds, etc. Anything with an OS tree can be analyzed from
> anywhere without the need to populate a local data store with
> build-ids.
>
> Signed-off-by: David Ahern <daahern@xxxxxxxxx>
>
> v1 --> v2: removed symfs changes from builtin-annotate.c
> fixed tab/space inconsistencies
> changed new strlen() to symbol_conf.symfs[0]
> added symfs option to Documentation files

So I tried it now with:

perf report --symfs /

Which should be equivalent to the common case:

perf report

Bu kernel symbols didn't got resolved, can you please check this?

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/