Open
Description
As of today FTrace is not supported for ARC processors, while it is a very powerful tool for kernel tracing, see https://docs.kernel.org/trace/ftrace.html#wakeup as a good example.
What's good though, implementation of that missing functionality seems to be a relatively simple task - we just need to implement an _mcount
handler carefully and let the existing kernel infrastructure do the rest.
As references we may look at: