]> git.baikalelectronics.ru Git - kernel.git/commit
perf test: Fix exclude_guest parse events tests
authorJiri Olsa <jolsa@redhat.com>
Sat, 20 Oct 2012 16:29:34 +0000 (18:29 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 22 Oct 2012 16:02:01 +0000 (14:02 -0200)
commit6f91cb1c34da1fb72363f9ce6a3c0a824682334f
tree287fa93808cda4b520963647a5b0949b350adacd
parent2df6f2b3b8f5d42a05f4523a977568d1ecb8ad13
perf test: Fix exclude_guest parse events tests

Event parsing tests are broken by following commit:

  perf tool: Precise mode requires exclude_guest
  commit 42efe6a4a1897fa1647c5389a38757b9bdf77db5
  Author: David Ahern <dsahern@gmail.com>
  Date:   Thu Sep 13 14:59:13 2012 -0600

which enables 'exclude_guest' modifier any time the 'precise'
modifier is detected.

Fixing related tests and adding special comment.

Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Tested-by: David Ahern <dsahern@gmail.com>
Acked-by: David Ahern <dsahern@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/parse-events-test.c