HomeSort by relevance Sort by last modified time
    Searched refs:statbar (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
helpline.c 14 gtk_statusbar_pop(GTK_STATUSBAR(pgctx->statbar),
23 gtk_statusbar_push(GTK_STATUSBAR(pgctx->statbar),
gtk.h 19 GtkWidget *statbar; member in struct:perf_gtk_context
util.c 90 gtk_statusbar_pop(GTK_STATUSBAR(pgctx->statbar),
98 gtk_statusbar_push(GTK_STATUSBAR(pgctx->statbar),
browser.c 83 pgctx->statbar = stbar;
annotate.c 180 GtkWidget *statbar; local
209 statbar = perf_gtk__setup_statusbar();
210 gtk_box_pack_start(GTK_BOX(vbox), statbar, FALSE, FALSE, 0); local
hists.c 344 GtkWidget *statbar; local
373 statbar = perf_gtk__setup_statusbar();
374 gtk_box_pack_start(GTK_BOX(vbox), statbar, FALSE, FALSE, 0); local

Completed in 79 milliseconds