From: Chris Ferron <chris.e.ferron at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] Fix hrtimer event names
Date: Thu, 02 Aug 2012 11:03:57 -0700 [thread overview]
Message-ID: <501AC10D.1070004@linux.intel.com> (raw)
In-Reply-To: 1343919043-12954-1-git-send-email-i.zhbanov@samsung.com
[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]
On 08/02/2012 07:50 AM, Igor Zhbanov wrote:
> Fix hrtimer event names by adding "timer:" prefix.
> ---
> src/process/do_process.cpp | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/process/do_process.cpp b/src/process/do_process.cpp
> index 11e6680..2700230 100644
> --- a/src/process/do_process.cpp
> +++ b/src/process/do_process.cpp
> @@ -663,8 +663,8 @@ void start_process_measurement(void)
> perf_events->add_event("irq:softirq_exit");
> perf_events->add_event("timer:timer_expire_entry");
> perf_events->add_event("timer:timer_expire_exit");
> - perf_events->add_event("hrtimer_expire_entry");
> - perf_events->add_event("hrtimer_expire_exit");
> + perf_events->add_event("timer:hrtimer_expire_entry");
> + perf_events->add_event("timer:hrtimer_expire_exit");
> if (!perf_events->add_event("power:cpu_idle")){
> perf_events->add_event("power:power_start");
> perf_events->add_event("power:power_end");
patch accepted
Thank You
next reply other threads:[~2012-08-02 18:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-02 18:03 Chris Ferron [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-02 14:50 [Powertop] [PATCH] Fix hrtimer event names Igor Zhbanov
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=501AC10D.1070004@linux.intel.com \
--to=powertop@lists.01.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.