[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-fe32ee0fc1c43f780529da79329d8c87ebc51464@git.kernel.org>
Date: Thu, 29 Aug 2013 03:07:22 -0700
From: tip-bot for David Ahern <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, hpa@...or.com,
mingo@...nel.org, dsahern@...il.com, tglx@...utronix.de,
jolsa@...hat.com
Subject: [tip:perf/core] perf kvm: Remove force option to cmd_record
Commit-ID: fe32ee0fc1c43f780529da79329d8c87ebc51464
Gitweb: http://git.kernel.org/tip/fe32ee0fc1c43f780529da79329d8c87ebc51464
Author: David Ahern <dsahern@...il.com>
AuthorDate: Wed, 14 Aug 2013 14:36:13 -0600
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 16 Aug 2013 17:17:57 -0300
perf kvm: Remove force option to cmd_record
4a4d371a missed builtin-kvm in the cleanup to remove the force option
to cmd_record.
Signed-off-by: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...hat.com>
Link: http://lkml.kernel.org/r/1376512573-85012-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/builtin-kvm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/perf/builtin-kvm.c b/tools/perf/builtin-kvm.c
index fa2f3d7..6cd4de5 100644
--- a/tools/perf/builtin-kvm.c
+++ b/tools/perf/builtin-kvm.c
@@ -1305,7 +1305,6 @@ kvm_events_record(struct perf_kvm_stat *kvm, int argc, const char **argv)
const char * const record_args[] = {
"record",
"-R",
- "-f",
"-m", "1024",
"-c", "1",
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists