Does anyone know of existing research with this information, or existing tools that could capture it?
The obvious answer is to rebuild both firefox and libc with -pg.
Maybe Ubuntu already has a glibc package build for profiling?
Yip, but I want the arguments as well so we can tell what size copies are being done and what alignment the arguments are.
ltrace looks perfect so far.
-- Michael