Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Thread Priority in KernelStateProvider

Looks great as an idea! How do you plan on displaying this? I personally
encourage writing patches, they are very welcome. I just want to make
sure before you embark on that journey that you already know how to
output the data to the user.

If you have any questions, don't hesitate to ask.

BR
Matthew

On 15-02-13 04:15 AM, Mansky Christian wrote:
> Hi everyone,
> I'm new to Trace Compass and I looked into your great tool for some
> time now. I'd like to propose a change (or an enhancement) to the
> KernelStateProvider
> (org.eclipse.tracecompass.analysis.os.linux.core.kernelanalysis). I
> miss the current priority of a thread. In case of a sched_switch event
> the next_prio field contains the current thread priority. Of course
> the sched_pi_setprio event (only applied from a thread on itself) and
> a change of priority from the usermode (most likely a syscall, and
> again applied on itself) must also be taken into account.
> In your opinion, is this a worthy enhancemet? If so, I'll look into it
> a bit deeper trying to provide a patch?
>
> Thanks in advance and best regards,
> Chris 



Back to the top