This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to implement a gp timer based sched_clock for C6A816X evm board in linux kernel

Hello,

Since this board lack 32kHz sync time support, it has to use default jiffies-based sched_clock,

and tracer can't work with the use of default sched_clock due it's low resolution.

Questions as follows.

1. Does TI's engineer has the plan to implement sched_clock for those lack 32k clocksource?

2. I found there are eight gp timers for this board, if it is possible to register a new sched_clock

based on the gp timer? pls give some advice about it, thanks a lot!

BRs,

Gary