kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: gmate.amit@gmail.com (Kumar Amit Mehta)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Memory profiling tools for Linux Kernel
Date: Fri, 4 Apr 2014 15:09:36 +0300	[thread overview]
Message-ID: <20140404120936.GC12452@gmail.com> (raw)
In-Reply-To: <1396601345.99327.YahooMailAndroidMobile@web162703.mail.bf1.yahoo.com>

On Fri, Apr 04, 2014 at 01:49:05AM -0700, aaditya.gavandalkar at yahoo.com wrote:
> Hi,
> 
> You can you a heap profiler to check heap usage for example massif.
> 
> Massif is a tool under valgrind package. You can research on valgrind more for other helpful tools as well. Memcheck is bydefault in usage in valgrind.
> 
> Massif gives data in form of a graph which can be printed using ms_print command. Graph tells about various allocations done from heap and at what time.
> 
> Hope this helps

Unfortunately, valgrind won't work for Linux Kernel :(

  reply	other threads:[~2014-04-04 12:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-04  0:45 Memory profiling tools for Linux Kernel Kumar Amit Mehta
2014-04-04  8:34 ` Vegard Nossum
2014-04-04  8:49   ` aaditya.gavandalkar at yahoo.com
2014-04-04 12:09     ` Kumar Amit Mehta [this message]
2014-04-04 11:56   ` Pietro Paolini
2014-04-04 12:06   ` Kumar Amit Mehta

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=20140404120936.GC12452@gmail.com \
    --to=gmate.amit@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.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;
as well as URLs for NNTP newsgroup(s).