From b053fed1c83206328799abd24db39c627e1760a5 Mon Sep 17 00:00:00 2001 From: Joerg Roedel Date: Fri, 10 Feb 2012 18:05:05 +0100 Subject: [PATCH] --- yaml --- r: 288261 b: refs/heads/master c: 8f54ed4a2d8cf001456d3779bdb33985a050bf03 h: refs/heads/master i: 288259: cb4f62e52df0843d36566bcbc3e2fec92f31c6f9 v: v3 --- [refs] | 2 +- trunk/tools/perf/util/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bfef53c9e0d3..dd9ceffd7ba4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6e557a6adfdbb511dbfa7a0a4aa2148f76a01c6d +refs/heads/master: 8f54ed4a2d8cf001456d3779bdb33985a050bf03 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) {