Skip to content

Add FTrace support for ARC processors #144

Open
@abrodkin

Description

@abrodkin

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:

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions