functrace traces the function calls a program makes. It's like strace, but for userspace. It works by using Debugging functionality to insert breakpoints at call&ret instructions.
Also, added AK::String::index_of and fixed a bug in ELF::Loader::symbol_ptr
This is for consistency with other namespace changes that were made a while back to the other libraries :)