From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753840AbYIPOda (ORCPT ); Tue, 16 Sep 2008 10:33:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752234AbYIPOdW (ORCPT ); Tue, 16 Sep 2008 10:33:22 -0400 Received: from mail-gx0-f16.google.com ([209.85.217.16]:47076 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751222AbYIPOdW convert rfc822-to-8bit (ORCPT ); Tue, 16 Sep 2008 10:33:22 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=i8iLovrYryGHcm7gckqPTmbJc55c8CGNimvf2byY5E6bMVov2kmEyh8uUS6HFTmw2w XuVMN/aXcFkxio+jK0KZmS9gfDHhCHlYJw2Aage03UjMBd6tVWRmYpxx8GJGCXGsmV+x 4/Q3EPncER6bEuYBu9UwrNLe96eE9TJgv2A5w= Message-ID: Date: Tue, 16 Sep 2008 16:33:20 +0200 From: "Xu Yang" To: "=?ISO-8859-1?Q?Fr=E9d=E9ric_Weisbecker?=" Subject: Re: looking for a function Cc: "Bernd Petrovitsch" , linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Content-Disposition: inline References: <1221573632.6103.83.camel@spike.firmix.at> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Frederic, thank you very much! this is very useful for me. :-) Best regards, Yang 2008/9/16, Frédéric Weisbecker : > 2008/9/16 Xu Yang : > > Hi Bernd, > > > > thanks for you reply. > > > > yes, I know the thread migrates all the time, this is exactly what I > > would like to observe. I would like to learn about the thread > > migration of some specific scheduling algorithm. so .... > > > > any idea about the function? > > > > And perhaps you should have a look at the sched_switch tracer which > will log for you the different context switches. > > Regards, > > Frederic. >