lkml.org 
[lkml]   [2012]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[tip:perf/core] perf ui/gtk: Use helpline API in browser
    Commit-ID:  ed70c609ae92e0cb03b746ab566c3cf8f2aaede4
    Gitweb: http://git.kernel.org/tip/ed70c609ae92e0cb03b746ab566c3cf8f2aaede4
    Author: Namhyung Kim <namhyung@kernel.org>
    AuthorDate: Thu, 16 Aug 2012 17:14:53 +0900
    Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
    CommitDate: Fri, 17 Aug 2012 12:37:36 -0300

    perf ui/gtk: Use helpline API in browser

    As we now have a helpline implementation, use it for displaying help
    messages.

    Signed-off-by: Namhyung Kim <namhyung@kernel.org>
    Acked-by: Pekka Enberg <penberg@kernel.org>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Pekka Enberg <penberg@kernel.org>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Link: http://lkml.kernel.org/r/1345104894-14205-4-git-send-email-namhyung@kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    ---
    tools/perf/ui/gtk/browser.c | 5 ++++-
    1 files changed, 4 insertions(+), 1 deletions(-)

    diff --git a/tools/perf/ui/gtk/browser.c b/tools/perf/ui/gtk/browser.c
    index ec12e0b..26b5b65 100644
    --- a/tools/perf/ui/gtk/browser.c
    +++ b/tools/perf/ui/gtk/browser.c
    @@ -3,6 +3,7 @@
    #include "../evsel.h"
    #include "../sort.h"
    #include "../hist.h"
    +#include "../helpline.h"
    #include "gtk.h"

    #include <signal.h>
    @@ -166,7 +167,7 @@ static GtkWidget *perf_gtk__setup_statusbar(void)
    }

    int perf_evlist__gtk_browse_hists(struct perf_evlist *evlist,
    - const char *help __used,
    + const char *help,
    void (*timer) (void *arg)__used,
    void *arg __used, int delay_secs __used)
    {
    @@ -233,6 +234,8 @@ int perf_evlist__gtk_browse_hists(struct perf_evlist *evlist,

    gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER);

    + ui_helpline__push(help);
    +
    gtk_main();

    perf_gtk__deactivate_context(&pgctx);

    \
     
     \ /
      Last update: 2012-08-21 19:01    [W:3.290 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site