Fix: Use MAX_RT_PRIO offset in sched_wakeup_template
authorAntoine Busque <abusque@efficios.com>
Fri, 4 Dec 2015 20:16:59 +0000 (15:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 5 Dec 2015 08:35:01 +0000 (09:35 +0100)
commitf4b27072a77b43af2fea72d6700bd64eb59a39f1
treefdb39d3e8f10433e0aa20568b167be42e6b7dd9a
parentfe82875e135cdbc9889f4e37b89309664038fbd2
Fix: Use MAX_RT_PRIO offset in sched_wakeup_template

All other sched_* events with prio fields offset the task_struct's
prio value by subtracting MAX_RT_PRIO. This way the value corresponds
to that given by the kernel's task_prio function, and thus with the
prio context field.

This adds the same offset to sched_wakeup, sched_wakeup_new, and
sched_waking, via the sched_wakeup_template event class. This way
their value is comparable to other sched_* events, and the prio
context.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/sched.h
This page took 0.025398 seconds and 4 git commands to generate.