Andrey,
can we merge it into official Linaro tree(s)? This is going to mainline anyway, but there are some requests to get perf updates faster than Ingo can accept them.
Dmitry
-------- Original Message --------
Subject: [RFC] tmp.perf/core branch with event_name changes and some more Date: Tue, 12 Jun 2012 14:05:13 -0300 From: Arnaldo Carvalho de Melo acme@ghostprotocols.net To: Namhyung Kim namhyung@gmail.com, David Ahern dsahern@gmail.com, Jiri Olsa jolsa@redhat.com, Dmitry Antipov dmitry.antipov@linaro.org
Hi guys,
Could you please check out if my tmp.perf/core branch fixes the problems reported lately about event name mismatches from perf.data files collected in other machines, etc.
Jiri, I made changes to how parse-events cache evsel->name, please check the cset logs to see if all is well, perf test passes at least.
Namhyung, this branch also has some of your patches, please check that it is ok.
Since more people are cloning from my tree, I'm trying to get used to not rebasing them, thus this tmp.perf/core attempt this time :-\
To test it, just add my remote on your local linux git repo:
$ cd git/linux # or whichever name you chose $ git remote add acme git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux $ git remote update acme $ git checkout -b tmp.perf/core acme/tmp.perf/core
and build the tool.
Best Regards,
- Arnaldo