From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: adeos-main@gna.org, xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] fix tracer compilation issues
Date: Sun, 08 Jan 2006 23:18:51 +0100 [thread overview]
Message-ID: <43C18FCB.9080404@domain.hid> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 415 bytes --]
Hi Philippe,
two minor updates I fixed since your last merge. The first one triggers
if the tracer tries to warn of debugging switch related latencies. The
second one when building very specific out-of-tree modules against the
kernel (here: madwifi with its binary-only component), stumbling over
-pg vs. -fomit-frame-pointer.
No need for a separate ipipe release from my POV, just apply for the
next round.
Jan
[-- Attachment #1.2: ipipe_tracer.update4 --]
[-- Type: text/plain, Size: 893 bytes --]
--- ./kernel/ipipe/tracer.c.orig 2006-01-07 13:28:01.000000000 +0100
+++ ./kernel/ipipe/tracer.c 2006-01-08 23:08:45.000000000 +0100
@@ -821,7 +821,7 @@ static void *__ipipe_frozen_prtrace_star
"------------------------------------------------------"
"------\n",
UTS_RELEASE, IPIPE_ARCH_STRING);
- __ipipe_print_dbgwarning();
+ __ipipe_print_dbgwarning(m);
seq_printf(m, "Freeze: %lld cycles, Trace Points: %d (+%d)\n\n",
print_path->point[print_path->begin].timestamp,
print_pre_trace+1, print_post_trace);
--- ./kernel/ipipe/Kconfig.orig 2006-01-07 13:28:01.000000000 +0100
+++ ./kernel/ipipe/Kconfig 2006-01-07 14:24:50.000000000 +0100
@@ -17,6 +17,7 @@ config IPIPE_STATS
config IPIPE_TRACE
bool "Latency Tracing"
depends on IPIPE && PROC_FS
+ select FRAME_POINTER
default n
---help---
Activate this option if you want to use per-function tracing of
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next reply other threads:[~2006-01-08 22:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-08 22:18 Jan Kiszka [this message]
2006-01-09 2:27 ` [Xenomai-core] Re: [PATCH] fix tracer compilation issues Philippe Gerum
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=43C18FCB.9080404@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--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.