From: Dave Jones <davej@redhat.com>
To: Vince Weaver <vincent.weaver@maine.edu>
Cc: trinity@vger.kernel.org
Subject: Expected 0x
Date: Wed, 3 Jul 2013 14:21:41 -0400 [thread overview]
Message-ID: <20130703182141.GA13149@redhat.com> (raw)
Linus' current tree seems to trigger this in perf_event_open on startup:
if (value[ptr]!='0') fprintf(stderr,"Expected 0x\n");
ptr++;
if (value[ptr]!='x') fprintf(stderr,"Expected 0x\n");
ptr++;
I think it's from this..
/sys/bus/event_source/devices/cpu/events/mem-loads
event=0xcd,umask=0x1,ldlat=3
Looks like that field isn't always hex.
Dave
next reply other threads:[~2013-07-03 18:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 18:21 Dave Jones [this message]
2013-07-03 18:43 ` Expected 0x Vince Weaver
2013-07-04 2:42 ` Michael Ellerman
2013-07-04 3:07 ` Vince Weaver
2013-07-04 5:10 ` Michael Ellerman
2013-07-03 21:07 ` Vince Weaver
2013-07-03 21:29 ` Dave Jones
2013-07-04 3:19 ` Vince Weaver
2013-07-04 4:28 ` Vince Weaver
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=20130703182141.GA13149@redhat.com \
--to=davej@redhat.com \
--cc=trinity@vger.kernel.org \
--cc=vincent.weaver@maine.edu \
/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.