WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] printk does not work in sched_credit.c

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] printk does not work in sched_credit.c
From: Sisu Xi <xisisu@xxxxxxxxx>
Date: Thu, 5 Aug 2010 01:03:55 -0500
Delivery-date: Wed, 04 Aug 2010 23:05:05 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=xtVZ7yVwD5sOMPXdlsEEfVk2tz1NBEcVYWJ0P1oa+U0=; b=cP1WXBOP8ixNDvekT3j9pw6ysdW1S8d8RJLJOTdgBXCsNLf1jaf4JH3moqzItng9jW m3vmWW889O+dbXKejRAfBUuURs/3qAJ5qDyQ7H5tKkZS4XLhmYMKuS8wrz4k3ZaqTmte 92A52VvA9H09IIcXycgiI5JYpfTNghOBR8J+U=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=buJR7tw+fJjyOpGc/+78QFXq3Fsc0DXOe8togvbmfLW8wi0/PTTPs7BfekQXzzDp5z Jd7NgNTz+rqFkdoSji+t8IXEibnIRST4g8ykqu5ABDd12FtL1DUtIPpzieA+uIx1NAQb PjpItxfGG39Lhf5/OgNJlGSw1GkHlOjohbMYA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I was trying to add some printk in the credit scheduler to see how it
works, but the printk seems not working. (it gives no output)

But when I add printk in scheduler.c, it works pretty well.

Does anyone know why? do I need to change some configuration file or something?

Thanks very much!

Best!

Yours,
Sisu

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] printk does not work in sched_credit.c, Sisu Xi <=