diff --git a/[refs] b/[refs] index da6d5cc24da7..07b9f0e22786 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c095715b388d19d7a0b7e8eaceeceb018f5b3d1 +refs/heads/master: c4a7dca92bbb9881a5d678720f1d0c2153499749 diff --git a/trunk/tools/perf/util/util.c b/trunk/tools/perf/util/util.c index 813141047fc2..fb25d1329218 100644 --- a/trunk/tools/perf/util/util.c +++ b/trunk/tools/perf/util/util.c @@ -6,7 +6,7 @@ * XXX We need to find a better place for these things... */ bool perf_host = true; -bool perf_guest = true; +bool perf_guest = false; void event_attr_init(struct perf_event_attr *attr) {