Re: [PATCH v3 2/3] perf tools: parse the pmu event prefix and surfix

From: Jiri Olsa
Date: Tue Sep 02 2014 - 05:12:41 EST


On Mon, Sep 01, 2014 at 12:29:46PM -0400, kan.liang@xxxxxxxxx wrote:
> From: Kan Liang <kan.liang@xxxxxxxxx>
>
> There are two types of event formats for PMU events. E.g. el-abort OR
> cpu/el-abort/. However, the lexer mistakenly recognizes the simple style
> format as two events.
>
> The parse_events_pmu_check function uses bsearch to search the name in
> known pmu event list. It can tell the lexer that the name is a PE_NAME
> or a PMU event name prefix or a PMU event name suffix. All these
> information will be used for accurately parsing kernel PMU events.
>
> The pmu events list will be read from sysfs at runtime.

this one does not apply to latest acme's perf/core

could you please rebase your patchset to:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux perf/core

thanks,
jirka
--
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/