All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: rpm@xenomai.org
Cc: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] Re: XENO_OPT_DEBUG impact
Date: Mon, 20 Nov 2006 11:01:17 +0100	[thread overview]
Message-ID: <45617CED.1030605@domain.hid> (raw)
In-Reply-To: <1164015493.5006.44.camel@domain.hid>

[-- Attachment #1: Type: text/plain, Size: 2544 bytes --]

Philippe Gerum wrote:
> On Mon, 2006-11-20 at 10:20 +0100, Jan Kiszka wrote:
>> Philippe Gerum wrote:
>>> On Fri, 2006-11-17 at 20:10 +0100, Jan Kiszka wrote:
>>>> Philippe Gerum wrote:
>>>>> On Fri, 2006-11-17 at 19:41 +0100, Jan Kiszka wrote:
>>>>>> I'm currently seeing two potential "misuses" of the common switch:
>>>>>>
>>>>>>  - the posix skin (Gilles, how heavy-weighted are those checks?)
>>>>>>    => CONFIG_XENO_OPT_DEBUG_POSIX
>>>>>>
>>>>>>  - CONFIG_XENO_SPINLOCK_DEBUG => CONFIG_XENO_OPT_DEBUG_SPINLOCK
>>>>>>
>>>>>> Both should be explicitly controllable in Kconfig.
>>>>>>
>>>>> Nack for CONFIG_XENO_OPT_DEBUG_SPINLOCK. Most of the issue we tracked
>>>>> with Gilles regarding the domain migration code had side-effects on the
>>>>> nucleus lock. So having CONFIG_XENO_OPT_DEBUG enabled for identifying
>>>>> internal state weirdnesses - like those triggered by migration bugs -
>>>>> implies enabling the spinlock watchdogs too.
>>>> Ok, if it only makes sense to have both enabled at the same time, then
>>>> let us create XENO_OPT_DEBUG_NUCLEUS. It should include both, but it
>>>> shall not be automatically on when, say, only XENO_OPT_DEBUG_RTDM is
>>>> required.
>>> No objection.
>>>
>> Looking at the spinlock debugging code: it serves two inseparable
>> purposes, a watchdog for stuck locks + lock statistics. The latter make
>> this feature pop up when XENO_OPT_STATS are set on a SMP box - rather
>> surprising effect. Do we still need the stats? If not, I would kick them
>> out in favour of using the latency tracer for such analysis, making
>> spinlock debugging a real pure debug feature.
>>
> 
> The spinlock stats are about uncovering a problem, the latency tracer is
> about finding where the problem lies. Both are orthogonal.

Not fully true: the tracer provides the same information when you enable
CONFIG_IPIPE_TRACE_IRQSOFF. When you disable CONFIG_IPIPE_TRACE_MCOUNT,
you even get this at comparable (if not lower) costs. I once played with
the spinlock debug code before decided to invest time into the tracer. I
think I even posted a patch to enable that code on UP. But I didn't find
the spinlock stats useful enough, even for the scenario "lock length
analysis".

We basically have now two ways to get the same information (or please
explain what is missing with the tracer). Besides the redundancy, there
is the problem that one of this way comes in via two different,
orthogonal paths (STATS+SMP || DEBUG). That's not very consistent IMHO.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

  reply	other threads:[~2006-11-20 10:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-13 12:13 [Xenomai-help] exception 768 Daniel Schnell
2006-11-17 17:32 ` Philippe Gerum
2006-11-17 18:02   ` Daniel Schnell
2006-11-17 18:41   ` [Xenomai-core] XENO_OPT_DEBUG impact (was: exception 768) Jan Kiszka
2006-11-17 19:05     ` [Xenomai-core] " Philippe Gerum
2006-11-17 19:10       ` [Xenomai-core] Re: XENO_OPT_DEBUG impact Jan Kiszka
2006-11-17 21:58         ` Philippe Gerum
2006-11-20  9:20           ` Jan Kiszka
2006-11-20  9:38             ` Philippe Gerum
2006-11-20 10:01               ` Jan Kiszka [this message]
2006-11-20 10:46                 ` Philippe Gerum
2006-11-20 11:39                   ` Jan Kiszka
2006-11-20 13:22                     ` Philippe Gerum
2006-11-20  9:07     ` Gilles Chanteperdrix
2006-11-20  9:14       ` Jan Kiszka

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=45617CED.1030605@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.