I'm working on a project on CFS. Using Ftrace to track the whole path of fair process in Linux.
According to documentation https://lwn.net/Articles/370423/.
[tracing]# echo $$ > set_ftrace_pid
I can track the specific process with process pid. But fair process pid isn't static (changes rapidly) so, I'm not able to track it.
I'm new to stack overflow and system programming.