Re: [PATCH 3/4] perf tools: add hardware breakpoint bp_len test cases

From: Frederic Weisbecker
Date: Fri May 30 2014 - 11:24:33 EST


On Fri, May 30, 2014 at 09:49:25AM -0500, Suravee Suthikulanit wrote:
> On 5/29/2014 10:26 AM, Frederic Weisbecker wrote:
> >@@ -1389,6 +1432,21 @@ static struct evlist_test test__events[] = {
> > .check = test__pinned_group,
> > .id = 41,
> > },
> >+ {
> >+ .name = "mem:0/1",
> >+ .check = test__checkevent_breakpoint_len,
> >+ .id = 42,
> >+ },
> >+ {
> >+ .name = "mem:0/2:w",
> >+ .check = test__checkevent_breakpoint_len_w,
> >+ .id = 43,
> >+ },
> >+ {
> >+ .name = "mem:0/4:rw:u",
> >+ .check = test__checkevent_breakpoint_len_rw_modifier,
> >+ .id = 44
> >+ },
> > #if defined(__s390x__)
> > {
> > .name = "kvm-s390:kvm_s390_create_vm",
> Frederic,
>
> This hunk seems to fail to apply on the main tree. Which tree are
> you working on?

I forgot to say it's rebased on top of:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
perf/core

> Suravee
>
--
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/