K 10 svn:author V 8 netchild K 8 svn:date V 27 2012-02-02T11:18:34.227983Z K 7 svn:log V 791 Preliminary patch for DTracifying the linuxulator: - internal locks - linux_dummy.c - linux_futex.c - linux_emul.c - linux_mib.c - linux_sysctl.c - linux_util.c - linux_uid16.c - linux_time.c - D script to check internal locks - D script to trace futexes - D script to generate stats for DTracified linuxulator parts - D script to check for errors: + emulation errors (unsupportet stuff, unknown stuff, ...) + kernel errors (resource shortage, ...) + programming errors (errors which can happen, but should not happen) Not to be included in a MTC: - enabled DTRACE hooks and CTF compile in GENERIC Make sure the linuxulator is compiled in or loaded as a module before sdt.ko. You will get a panic if this is not respected (bug in dtrace-sdt to be fixed before MTC). END