From: David Ahern <dsahern@gmail.com>
To: acme@ghostprotocols.net, linux-kernel@vger.kernel.org
Cc: David Ahern <dsahern@gmail.com>, Ingo Molnar <mingo@kernel.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Peter Zijlstra <peterz@infradead.org>,
Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>,
Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>,
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Subject: [PATCH 05/11] perf top: move CONSOLE_CLEAR to header file
Date: Thu, 11 Jul 2013 10:26:36 -0600 [thread overview]
Message-ID: <1373560002-14618-6-git-send-email-dsahern@gmail.com> (raw)
In-Reply-To: <1373560002-14618-1-git-send-email-dsahern@gmail.com>
For use with kvm-live mode.
Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Cc: Runzhen Wang <runzhen@linux.vnet.ibm.com>
---
tools/perf/builtin-top.c | 2 --
tools/perf/util/top.h | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index bbf4635..9101f7c 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -238,8 +238,6 @@ out_unlock:
pthread_mutex_unlock(¬es->lock);
}
-static const char CONSOLE_CLEAR[] = "^[[H^[[2J";
-
static struct hist_entry *perf_evsel__add_hist_entry(struct perf_evsel *evsel,
struct addr_location *al,
struct perf_sample *sample)
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h
index df46be9..b554ffc 100644
--- a/tools/perf/util/top.h
+++ b/tools/perf/util/top.h
@@ -39,6 +39,8 @@ struct perf_top {
float min_percent;
};
+#define CONSOLE_CLEAR "^[[H^[[2J"
+
size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size);
void perf_top__reset_sample_counters(struct perf_top *top);
#endif /* __PERF_TOP_H */
--
1.7.10.1
next prev parent reply other threads:[~2013-07-11 16:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-11 16:26 [PATCH 00/11] perf: kvm live mode David Ahern
2013-07-11 16:26 ` [PATCH 01/11] perf evlist: restore methods removed in earlier cleanup David Ahern
2013-07-11 16:26 ` [PATCH 02/11] perf evlist: move tracepoint processing code to evlist.c David Ahern
2013-07-11 16:26 ` [PATCH 03/11] perf evlist: add initialzation function for tracepoints David Ahern
2013-07-11 16:26 ` [PATCH 04/11] perf session: export a few functions for event processing David Ahern
2013-07-11 16:26 ` David Ahern [this message]
2013-07-11 16:26 ` [PATCH 06/11] perf kvm: split out tracepoints from record args David Ahern
2013-07-11 16:26 ` [PATCH 07/11] perf stats: add max and min stats David Ahern
2013-07-11 16:26 ` [PATCH 08/11] perf kvm: add live mode David Ahern
2013-07-11 16:26 ` [PATCH 09/11] perf kvm: add min and max stats to display David Ahern
2013-07-11 16:26 ` [PATCH 10/11] perf kvm: option to print events that exceed a threshold David Ahern
2013-07-11 16:26 ` [PATCH 11/11] perf kvm: debug for missing vmexit/vmentry event David Ahern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373560002-14618-6-git-send-email-dsahern@gmail.com \
--to=dsahern@gmail.com \
--cc=acme@ghostprotocols.net \
--cc=fweisbec@gmail.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
--cc=runzhen@linux.vnet.ibm.com \
--cc=xiaoguangrong@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox