]> Pileus Git - ~andy/linux/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)
commit42be73989c18931a394515b83aeae9246aa8b7b9
tree287fa93808cda4b520963647a5b0949b350adacd
parent9fdbf671ba7e8adb2cbb93d716232ebcab55f6bd
perf test: Fix exclude_guest parse events tests

Event parsing tests are broken by following commit:

  perf tool: Precise mode requires exclude_guest
  commit 1342798cc13e3b48d9b5738f0c8fa812ccea8101
  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