From: Vlastimil Babka <vbabka@suse.cz>
To: Ebru Akagunduz <ebru.akagunduz@gmail.com>, linux-mm@kvack.org
Cc: hughd@google.com, riel@redhat.com, akpm@linux-foundation.org,
kirill.shutemov@linux.intel.com, n-horiguchi@ah.jp.nec.com,
aarcange@redhat.com, iamjoonsoo.kim@lge.com, gorcunov@openvz.org,
linux-kernel@vger.kernel.org, mgorman@suse.de,
rientjes@google.com, aneesh.kumar@linux.vnet.ibm.com,
hannes@cmpxchg.org, mhocko@suse.cz, boaz@plexistor.com
Subject: Re: [PATCH v3 1/2] mm, vmstat: calculate particular vm event
Date: Wed, 16 Mar 2016 16:54:13 +0100 [thread overview]
Message-ID: <56E981A5.30401@suse.cz> (raw)
In-Reply-To: <1457991611-6211-2-git-send-email-ebru.akagunduz@gmail.com>
On 03/14/2016 10:40 PM, Ebru Akagunduz wrote:
> Currently, vmstat can calculate specific vm event with all_vm_events()
> however it allocates all vm events to stack. This patch introduces
> a helper to sum value of a specific vm event over all cpu, without
> loading all the events.
>
> Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Kirill was modest enough to not point this out, but this should IMHO
have at least:
Suggested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Otherwise:
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Thanks.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Vlastimil Babka <vbabka@suse.cz>
To: Ebru Akagunduz <ebru.akagunduz@gmail.com>, linux-mm@kvack.org
Cc: hughd@google.com, riel@redhat.com, akpm@linux-foundation.org,
kirill.shutemov@linux.intel.com, n-horiguchi@ah.jp.nec.com,
aarcange@redhat.com, iamjoonsoo.kim@lge.com, gorcunov@openvz.org,
linux-kernel@vger.kernel.org, mgorman@suse.de,
rientjes@google.com, aneesh.kumar@linux.vnet.ibm.com,
hannes@cmpxchg.org, mhocko@suse.cz, boaz@plexistor.com
Subject: Re: [PATCH v3 1/2] mm, vmstat: calculate particular vm event
Date: Wed, 16 Mar 2016 16:54:13 +0100 [thread overview]
Message-ID: <56E981A5.30401@suse.cz> (raw)
In-Reply-To: <1457991611-6211-2-git-send-email-ebru.akagunduz@gmail.com>
On 03/14/2016 10:40 PM, Ebru Akagunduz wrote:
> Currently, vmstat can calculate specific vm event with all_vm_events()
> however it allocates all vm events to stack. This patch introduces
> a helper to sum value of a specific vm event over all cpu, without
> loading all the events.
>
> Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Kirill was modest enough to not point this out, but this should IMHO
have at least:
Suggested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Otherwise:
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Thanks.
next prev parent reply other threads:[~2016-03-16 15:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-14 21:40 [PATCH v3 0/2] mm, thp: Fix unnecessarry resource consuming in swapin Ebru Akagunduz
2016-03-14 21:40 ` Ebru Akagunduz
2016-03-14 21:40 ` [PATCH v3 1/2] mm, vmstat: calculate particular vm event Ebru Akagunduz
2016-03-14 21:40 ` Ebru Akagunduz
2016-03-14 22:14 ` Rik van Riel
2016-03-16 15:54 ` Vlastimil Babka [this message]
2016-03-16 15:54 ` Vlastimil Babka
2016-03-17 8:49 ` Ebru Akagunduz
2016-03-17 8:49 ` Ebru Akagunduz
2016-03-14 21:40 ` [PATCH v3 2/2] mm, thp: avoid unnecessary swapin in khugepaged Ebru Akagunduz
2016-03-14 21:40 ` Ebru Akagunduz
2016-03-17 11:07 ` Vlastimil Babka
2016-03-17 11:07 ` Vlastimil Babka
2016-03-20 18:06 ` Ebru Akagunduz
2016-03-20 18:06 ` Ebru Akagunduz
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=56E981A5.30401@suse.cz \
--to=vbabka@suse.cz \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=boaz@plexistor.com \
--cc=ebru.akagunduz@gmail.com \
--cc=gorcunov@openvz.org \
--cc=hannes@cmpxchg.org \
--cc=hughd@google.com \
--cc=iamjoonsoo.kim@lge.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=mhocko@suse.cz \
--cc=n-horiguchi@ah.jp.nec.com \
--cc=riel@redhat.com \
--cc=rientjes@google.com \
/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.