Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756416Ab2KOIpA (ORCPT ); Thu, 15 Nov 2012 03:45:00 -0500 Received: from LGEMRELSE7Q.lge.com ([156.147.1.151]:54813 "EHLO LGEMRELSE7Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970Ab2KOIo6 (ORCPT ); Thu, 15 Nov 2012 03:44:58 -0500 X-AuditID: 9c930197-b7b45ae000000e9e-98-50a4ab89727b From: Namhyung Kim To: Pekka Enberg Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , LKML , Namhyung Kim Subject: Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions References: <1352813436-14173-1-git-send-email-namhyung@kernel.org> <1352813436-14173-3-git-send-email-namhyung@kernel.org> Date: Thu, 15 Nov 2012 17:44:56 +0900 In-Reply-To: (Pekka Enberg's message of "Thu, 15 Nov 2012 09:47:23 +0200 (EET)") Message-ID: <871ufvmf07.fsf@sejong.aot.lge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 27 Hi Pekka, On Thu, 15 Nov 2012 09:47:23 +0200 (EET), Pekka Enberg wrote: > On Tue, 13 Nov 2012, Namhyung Kim wrote: >> From: Namhyung Kim >> >> Implement progress update function for GTK2 front end. >> >> Note that since it will be called before gtk main loop so that >> we should call gtk event loop handler directly. >> [snip] > > When is the progress bar shown? Why does it need to be a separate dialog? > Can't we embed it in the current perf window (and make the other > UI components disabled if necessary)? It's called during perf_session__process_events() which is executed before creating the main window. Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/