From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753964Ab0ILUdX (ORCPT ); Sun, 12 Sep 2010 16:33:23 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:53161 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753652Ab0ILUdW (ORCPT ); Sun, 12 Sep 2010 16:33:22 -0400 Date: Sun, 12 Sep 2010 22:32:58 +0200 From: Ingo Molnar To: Pavel Machek Cc: Avi Kivity , Pekka Enberg , Tom Zanussi , Fr?d?ric Weisbecker , Steven Rostedt , Arnaldo Carvalho de Melo , Peter Zijlstra , linux-perf-users@vger.kernel.org, linux-kernel Subject: Re: disabling group leader perf_event Message-ID: <20100912203258.GC16751@elte.hu> References: <4C84D77B.6040600@redhat.com> <20100906124330.GA22314@elte.hu> <4C84E265.1020402@redhat.com> <20100906125905.GA25414@elte.hu> <4C850147.8010908@redhat.com> <20100906154737.GA4332@elte.hu> <20100912064612.GA1582@ucw.cz> <4C8D13CD.1060802@redhat.com> <20100912184843.GB11165@elte.hu> <20100912191429.GA27440@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100912191429.GA27440@elf.ucw.cz> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -1.1 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.1 required=5.9 tests=BAYES_05 autolearn=no SpamAssassin version=3.2.5 -1.1 BAYES_05 BODY: Bayesian spam probability is 1 to 5% [score: 0.0338] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek wrote: > On Sun 2010-09-12 20:48:43, Ingo Molnar wrote: > > > > * Avi Kivity wrote: > > > > > On 09/12/2010 08:46 AM, Pavel Machek wrote: > > > > 1- Most (least abstract) specific code: a block of bytecode in the form > > > > of a simplified, executable, kernel-checked x86 machine code block - > > > > this is also the fastest form. [yes, this is actually possible.] > > > >Well... if we want to be a bit x86-entric.... can we just reuse ACPI > > > >interpretter? > > > > > > I hope this was a joke, ACPI won the academy awards for ugliness, > > > ..., bad specification, non-generality, and > > As did i386 instruction set :-). Are you kidding? The i386 instruction set may be ugly, but it's implemented in hardware, which has obvious upsides. The ACPI AML code is just plain ugly. Ingo