• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
not seeing dynamic library page-ins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

not seeing dynamic library page-ins


  • Subject: not seeing dynamic library page-ins
  • From: Joel Reymont <email@hidden>
  • Date: Fri, 30 Oct 2009 23:42:15 +0000

I'm tracking page-ins in dynamic libraries used by Firefox.

I'm on Snow Leopard and using these DTrace probes:

vminfo::vnode_pagein:pgpgin
{
  printf("page-in\n");
}

fbt::vnode_pagein:entry
{
  self->v_name = stringof(((vnode_t)arg0)->v_name);
  printf("vnode name: %s\n", self->v_name);
}

I see the library being opened by the dynamic linker and
Firefox comes up just fine. Trouble is, I don't see any page-ins.

I thought this may be due to the Unified Buffer Cache but disabling
the cache on a given library while keeping the while open has no effect.

Where do the code pages come from and what am I missing?

	Thanks, Joel

---
firefox for android!
http://wagerlabs.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: F_GLOBAL_NOCACHE not global?
  • Next by Date: launchd bug?: System: job_mig_spawn() can't find its session!
  • Previous by thread: Re: F_GLOBAL_NOCACHE not global?
  • Next by thread: launchd bug?: System: job_mig_spawn() can't find its session!
  • Index(es):
    • Date
    • Thread