From 246c8e0be2e746c4426929293354a6d58f7af2ed Mon Sep 17 00:00:00 2001 From: Stephane Eranian Date: Wed, 12 Oct 2011 14:03:28 +0200 Subject: [PATCH] --- yaml --- r: 269084 b: refs/heads/master c: 33e27312aeb05798572ccc456a76321125e8d7cb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/hist.h | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 35455bf48bfd..62b2e695f6ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df71d95f86ec7310722f96b6902699f3fe30b439 +refs/heads/master: 33e27312aeb05798572ccc456a76321125e8d7cb diff --git a/trunk/tools/perf/util/hist.h b/trunk/tools/perf/util/hist.h index 7ea1e560e008..7416521f7fea 100644 --- a/trunk/tools/perf/util/hist.h +++ b/trunk/tools/perf/util/hist.h @@ -103,16 +103,20 @@ struct perf_evlist; #ifdef NO_NEWT_SUPPORT static inline int perf_evlist__tui_browse_hists(struct perf_evlist *evlist __used, - const char *help __used, void(*timer)(void *arg) __used, void *arg, + const char *help __used, + void(*timer)(void *arg) __used, + void *arg __used, int refresh __used) { return 0; } static inline int hist_entry__tui_annotate(struct hist_entry *self __used, - int evidx __used, int nr_events __used, + int evidx __used, + int nr_events __used, void(*timer)(void *arg) __used, - void *arg __used, int delay_secs __used); + void *arg __used, + int delay_secs __used) { return 0; }