David McDaniel (damcdani) wrote:
I'd try to use dtrace to get more insight but I cant figure out where to start since I cant find the place(s) in the kernel where the dumping is actually taking place.
core() -> do_core() -> {struct execsw->exec_core()} -> elfcore() -> core_write()
core() is called from kernel fault context (trap() -> psig() or kern_gpfault() on x86/64, or trap_cleanup() on sun4*) which explains why it's priority 60.
- Eric _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org