FYI, source code for an enhanced 'lockstat' command (version 1.4.9) is now
available at:
http://oss.sgi.com/projects/lockmeter/download
which supports multiple -m arguments, for multiple "map files". Previously,
the only supported "map file" was a System.map file. This new 'lockstat'
also understands how to parse a map file containing module entrypoint data
that has been generated by /sbin/ksyms. For example, one might do:
/sbin/ksyms > /tmp/Modules.map
lockstat print -m /usr/src/linux/System.map -m /tmp/Modules.map >& lock.out
John Hawkes
hawkes@xxxxxxxxxxxx
|