All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Woodman <lwoodman@redhat.com>
To: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	riel@redhat.com, mingo@elte.hu, rostedt@goodmis.org
Subject: [Patch] mm tracepoints update
Date: Tue, 21 Apr 2009 18:45:15 -0400	[thread overview]
Message-ID: <1240353915.11613.39.camel@dhcp-100-19-198.bos.redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1348 bytes --]


I've cleaned up the mm tracepoints to track page allocation and
freeing, various types of pagefaults and unmaps, and critical page
reclamation routines.  This is useful for debugging memory allocation
issues and system performance problems under heavy memory loads.


----------------------------------------------------------------------


# tracer: mm
#
#           TASK-PID    CPU#    TIMESTAMP  FUNCTION
#              | |       |          |         |
         pdflush-624   [004]   184.293169: wb_kupdate:
mm_pdflush_kupdate count=3e48
         pdflush-624   [004]   184.293439: get_page_from_freelist:
mm_page_allocation pfn=447c27 zone_free=1940910
        events/6-33    [006]   184.962879: free_hot_cold_page:
mm_page_free pfn=44bba9
      irqbalance-8313  [001]   188.042951: unmap_vmas:
mm_anon_userfree mm=ffff88044a7300c0 address=7f9a2eb70000 pfn=24c29a
             cat-9122  [005]   191.141173: filemap_fault:
mm_filemap_fault primary fault: mm=ffff88024c9d8f40 address=3cea2dd000
pfn=44d68e
             cat-9122  [001]   191.143036: handle_mm_fault:
mm_anon_fault mm=ffff88024c8beb40 address=7fffbde99f94 pfn=24ce22
-------------------------------------------------------------------------

Signed-off-by: Larry Woodman <lwoodman@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>


The patch applies to ingo's latest tip tree:

[-- Attachment #2: 0001-Merge-mm-tracepoints-into-upstream-tip-tree.patch --]
[-- Type: application/mbox, Size: 20030 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Larry Woodman <lwoodman@redhat.com>
To: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	riel@redhat.com, mingo@elte.hu, rostedt@goodmis.org
Subject: [Patch] mm tracepoints update
Date: Tue, 21 Apr 2009 18:45:15 -0400	[thread overview]
Message-ID: <1240353915.11613.39.camel@dhcp-100-19-198.bos.redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1348 bytes --]


I've cleaned up the mm tracepoints to track page allocation and
freeing, various types of pagefaults and unmaps, and critical page
reclamation routines.  This is useful for debugging memory allocation
issues and system performance problems under heavy memory loads.


----------------------------------------------------------------------


# tracer: mm
#
#           TASK-PID    CPU#    TIMESTAMP  FUNCTION
#              | |       |          |         |
         pdflush-624   [004]   184.293169: wb_kupdate:
mm_pdflush_kupdate count=3e48
         pdflush-624   [004]   184.293439: get_page_from_freelist:
mm_page_allocation pfn=447c27 zone_free=1940910
        events/6-33    [006]   184.962879: free_hot_cold_page:
mm_page_free pfn=44bba9
      irqbalance-8313  [001]   188.042951: unmap_vmas:
mm_anon_userfree mm=ffff88044a7300c0 address=7f9a2eb70000 pfn=24c29a
             cat-9122  [005]   191.141173: filemap_fault:
mm_filemap_fault primary fault: mm=ffff88024c9d8f40 address=3cea2dd000
pfn=44d68e
             cat-9122  [001]   191.143036: handle_mm_fault:
mm_anon_fault mm=ffff88024c8beb40 address=7fffbde99f94 pfn=24ce22
-------------------------------------------------------------------------

Signed-off-by: Larry Woodman <lwoodman@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>


The patch applies to ingo's latest tip tree:

[-- Attachment #2: 0001-Merge-mm-tracepoints-into-upstream-tip-tree.patch --]
[-- Type: application/mbox, Size: 0 bytes --]

             reply	other threads:[~2009-04-21 22:45 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-21 22:45 Larry Woodman [this message]
2009-04-21 22:45 ` [Patch] mm tracepoints update Larry Woodman
2009-04-22  1:00 ` KOSAKI Motohiro
2009-04-22  1:00   ` KOSAKI Motohiro
2009-04-22  9:57   ` Ingo Molnar
2009-04-22  9:57     ` Ingo Molnar
2009-04-22 12:07     ` Larry Woodman
2009-04-22 12:07       ` Larry Woodman
2009-04-22 19:22       ` [Patch] mm tracepoints update - use case Larry Woodman
2009-04-23  0:48         ` KOSAKI Motohiro
2009-04-23  0:48           ` KOSAKI Motohiro
2009-04-23  4:50           ` Andrew Morton
2009-04-23  4:50             ` Andrew Morton
2009-04-23  8:42             ` Ingo Molnar
2009-04-23  8:42               ` Ingo Molnar
2009-04-23 11:47               ` Larry Woodman
2009-04-23 11:47                 ` Larry Woodman
2009-04-24 20:48                 ` Larry Woodman
2009-06-15 18:26           ` Rik van Riel
2009-06-15 18:26             ` Rik van Riel
2009-06-17 14:07             ` Larry Woodman
2009-06-18  7:57             ` KOSAKI Motohiro
2009-06-18  7:57               ` KOSAKI Motohiro
2009-06-18 19:22               ` Larry Woodman
2009-06-18 19:22                 ` Larry Woodman
2009-06-18 19:40                 ` Rik van Riel
2009-06-18 19:40                   ` Rik van Riel
2009-06-22  3:37                   ` KOSAKI Motohiro
2009-06-22  3:37                     ` KOSAKI Motohiro
2009-06-22 15:04                     ` Larry Woodman
2009-06-22 15:04                       ` Larry Woodman
2009-06-23  5:52                       ` KOSAKI Motohiro
2009-06-23  5:52                         ` KOSAKI Motohiro
2009-06-22  3:37                 ` KOSAKI Motohiro
2009-06-22  3:37                   ` KOSAKI Motohiro
2009-06-22 15:28                   ` Larry Woodman
2009-06-22 15:28                     ` Larry Woodman

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=1240353915.11613.39.camel@dhcp-100-19-198.bos.redhat.com \
    --to=lwoodman@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mingo@elte.hu \
    --cc=riel@redhat.com \
    --cc=rostedt@goodmis.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.