From: Oleg Nesterov <oleg@redhat.com>
To: lkp@lists.01.org
Subject: Re: [uprobes/x86] 8ad8e9d3fd6: -7.5% aim7.2000.jobs-per-min, -45.7% turbostat.%c1
Date: Thu, 15 May 2014 14:33:32 +0200 [thread overview]
Message-ID: <20140515123332.GA15139@redhat.com> (raw)
In-Reply-To: <53743B03.7030404@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2024 bytes --]
Hi Jet,
On 05/15, Jet Chen wrote:
>
> we noticed the below changes on
>
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> commit 8ad8e9d3fd64f101eed6652964670672d699e563 ("uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops")
>
> Test case: lkp-snb01/aim7/signal_test
>
> 34e7317d6ae8f61 8ad8e9d3fd64f101eed665296
> --------------- -------------------------
> 230689 ~ 0% -7.5% 213485 ~ 0% TOTAL aim7.2000.jobs-per-min
> 0.51 ~30% -45.7% 0.28 ~10% TOTAL turbostat.%c1
> 430 ~17% +27.8% 549 ~15% TOTAL vmstat.procs.r
> 0.83 ~14% +38.1% 1.15 ~12% TOTAL perf-profile.cpu-cycles.copy_pte_range.copy_page_range.copy_process.do_fork.sys_clone
> 106076 ~ 4% +22.4% 129816 ~ 3% TOTAL softirqs.RCU
> 12117 ~ 6% -9.9% 10914 ~ 6% TOTAL slabinfo.kmalloc-256.active_objs
> 32163 ~17% +39.4% 44824 ~12% TOTAL time.voluntary_context_switches
> 276487 ~ 1% +16.5% 322091 ~ 1% TOTAL time.involuntary_context_switches
> 83.14 ~ 0% +13.3% 94.21 ~ 0% TOTAL time.user_time
> 108800 ~ 2% +9.4% 119014 ~ 3% TOTAL time.minor_page_faults
> 1255 ~ 0% +9.9% 1379 ~ 0% TOTAL time.system_time
> 6774 ~ 1% +8.8% 7373 ~ 1% TOTAL vmstat.system.cs
> 52.15 ~ 0% +8.0% 56.34 ~ 0% TOTAL time.elapsed_time
> 25185 ~ 0% +2.4% 25784 ~ 0% TOTAL vmstat.system.in
> 79.23 ~ 0% +2.0% 80.80 ~ 0% TOTAL turbostat.%c0
> 2567 ~ 0% +1.9% 2615 ~ 0% TOTAL time.percent_of_cpu_this_job_got
> 112 ~ 0% +1.3% 113 ~ 0% TOTAL turbostat.Cor_W
> 138 ~ 0% +1.0% 139 ~ 0% TOTAL turbostat.Pkg_W
Cough... this looks simply impossible ;)
Not only this patch "obviously can not" cause any noticable difference
performance-wise, the code changed by this patch is not executed unless
you play with uprobes?
Oleg.
WARNING: multiple messages have this Message-ID (diff)
From: Oleg Nesterov <oleg@redhat.com>
To: Jet Chen <jet.chen@intel.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>,
LKML <linux-kernel@vger.kernel.org>,
lkp@01.org
Subject: Re: [uprobes/x86] 8ad8e9d3fd6: -7.5% aim7.2000.jobs-per-min, -45.7% turbostat.%c1
Date: Thu, 15 May 2014 14:33:32 +0200 [thread overview]
Message-ID: <20140515123332.GA15139@redhat.com> (raw)
In-Reply-To: <53743B03.7030404@intel.com>
Hi Jet,
On 05/15, Jet Chen wrote:
>
> we noticed the below changes on
>
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> commit 8ad8e9d3fd64f101eed6652964670672d699e563 ("uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops")
>
> Test case: lkp-snb01/aim7/signal_test
>
> 34e7317d6ae8f61 8ad8e9d3fd64f101eed665296
> --------------- -------------------------
> 230689 ~ 0% -7.5% 213485 ~ 0% TOTAL aim7.2000.jobs-per-min
> 0.51 ~30% -45.7% 0.28 ~10% TOTAL turbostat.%c1
> 430 ~17% +27.8% 549 ~15% TOTAL vmstat.procs.r
> 0.83 ~14% +38.1% 1.15 ~12% TOTAL perf-profile.cpu-cycles.copy_pte_range.copy_page_range.copy_process.do_fork.sys_clone
> 106076 ~ 4% +22.4% 129816 ~ 3% TOTAL softirqs.RCU
> 12117 ~ 6% -9.9% 10914 ~ 6% TOTAL slabinfo.kmalloc-256.active_objs
> 32163 ~17% +39.4% 44824 ~12% TOTAL time.voluntary_context_switches
> 276487 ~ 1% +16.5% 322091 ~ 1% TOTAL time.involuntary_context_switches
> 83.14 ~ 0% +13.3% 94.21 ~ 0% TOTAL time.user_time
> 108800 ~ 2% +9.4% 119014 ~ 3% TOTAL time.minor_page_faults
> 1255 ~ 0% +9.9% 1379 ~ 0% TOTAL time.system_time
> 6774 ~ 1% +8.8% 7373 ~ 1% TOTAL vmstat.system.cs
> 52.15 ~ 0% +8.0% 56.34 ~ 0% TOTAL time.elapsed_time
> 25185 ~ 0% +2.4% 25784 ~ 0% TOTAL vmstat.system.in
> 79.23 ~ 0% +2.0% 80.80 ~ 0% TOTAL turbostat.%c0
> 2567 ~ 0% +1.9% 2615 ~ 0% TOTAL time.percent_of_cpu_this_job_got
> 112 ~ 0% +1.3% 113 ~ 0% TOTAL turbostat.Cor_W
> 138 ~ 0% +1.0% 139 ~ 0% TOTAL turbostat.Pkg_W
Cough... this looks simply impossible ;)
Not only this patch "obviously can not" cause any noticable difference
performance-wise, the code changed by this patch is not executed unless
you play with uprobes?
Oleg.
next prev parent reply other threads:[~2014-05-15 12:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 3:56 [uprobes/x86] 8ad8e9d3fd6: -7.5% aim7.2000.jobs-per-min, -45.7% turbostat.%c1 Jet Chen
2014-05-15 3:56 ` Jet Chen
2014-05-15 12:33 ` Oleg Nesterov [this message]
2014-05-15 12:33 ` Oleg Nesterov
2014-05-15 12:54 ` Fengguang Wu
2014-05-15 12:54 ` Fengguang Wu
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=20140515123332.GA15139@redhat.com \
--to=oleg@redhat.com \
--cc=lkp@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.