All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [pull request, extended] Added heap stats
Date: Mon, 16 Nov 2009 16:37:22 +0100	[thread overview]
Message-ID: <4B0171B2.3060508@domain.hid> (raw)

The following changes since commit cd3465f1862a4aa29e488a3876097d9e425ef907:
  Philippe Gerum (1):
        nios2: upgrade I-pipe support to 2.6.30-nios2-1.1-00

are available in the git repository at:

  git://git.xenomai.org/xenomai-jki for-upstream

I implemented the heap statistics as discussed: /proc label strings are
set via a new service xnheap_set_label, the existing API is not touched.
And I think I even fixed some bugs of the previous version.

Jan Kiszka (2):
      rtdm: Fix copy&paste mistake in instrumentation
      nucleus: Include all heaps in statistics

 include/nucleus/heap.h    |    6 +++
 ksrc/drivers/ipc/iddp.c   |    1 +
 ksrc/drivers/ipc/xddp.c   |    3 +
 ksrc/nucleus/heap.c       |   99 ++++++++++++++++++++++++++++++++++++++++-----
 ksrc/nucleus/module.c     |    2 +
 ksrc/nucleus/pod.c        |    2 +
 ksrc/nucleus/shadow.c     |    2 +
 ksrc/skins/native/heap.c  |    1 +
 ksrc/skins/native/pipe.c  |    2 +
 ksrc/skins/native/queue.c |    1 +
 ksrc/skins/posix/shm.c    |    3 +
 ksrc/skins/psos+/rn.c     |    2 +
 ksrc/skins/rtai/shm.c     |    1 +
 ksrc/skins/rtdm/core.c    |    2 +-
 ksrc/skins/vrtx/heap.c    |    1 +
 ksrc/skins/vrtx/syscall.c |    2 +
 16 files changed, 119 insertions(+), 11 deletions(-)


                 reply	other threads:[~2009-11-16 15:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B0171B2.3060508@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=rpm@xenomai.org \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.