From: nathan.sullivan@ni.com (Nathan Sullivan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clocksource: mark sched_clock_read functions notrace
Date: Fri, 6 Feb 2015 15:31:03 -0600 [thread overview]
Message-ID: <20150206213103.GB15156@nathan3500-linux-VM> (raw)
In-Reply-To: <20150203201326.GH11832@jcartwri.amer.corp.natinst.com>
On Tue, Feb 03, 2015 at 02:13:26PM -0600, Josh Cartwright wrote:
> > diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c
> > index 095c177..df5af55 100644
> > --- a/drivers/clocksource/arm_arch_timer.c
> > +++ b/drivers/clocksource/arm_arch_timer.c
> > @@ -405,7 +405,7 @@ u32 arch_timer_get_rate(void)
> > return arch_timer_rate;
> > }
> >
> > -static u64 arch_counter_get_cntvct_mem(void)
> > +static u64 notrace arch_counter_get_cntvct_mem(void)
>
> Assuming you're trying to mark all sched_clock() implementations
> notrace, then you missed a few: arch_counter_get_cntvct and
> arch_counter_get_cntpct.
>
> Josh
Hmm, those are inlined. Should I still mark them notrace?
Nathan
next prev parent reply other threads:[~2015-02-06 21:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 18:40 [PATCH] clocksource: mark sched_clock_read functions notrace Nathan Sullivan
2015-02-02 13:13 ` Maxime Coquelin
2015-02-03 20:13 ` Josh Cartwright
2015-02-06 21:31 ` Nathan Sullivan [this message]
2015-02-09 19:18 ` Josh Cartwright
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=20150206213103.GB15156@nathan3500-linux-VM \
--to=nathan.sullivan@ni.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox