Possible Duplicate:
How can I log all process launches in Linux
Due to a freeze problem of my UbuntuĀ 10.10 (Maverick Meerkat) (it is not isolable), I though about logging every executable of the kernel somehow in any file to see what happens last when a freeze occurs the next time to not lose valuable information.
I found acct, but this is obviously not what I'm looking for. Actually it logs just user commands and those things. I need something which logs in a much "deeper" level. The best would be some kind of script which records every interrupt. Does some tool like that exist?