sched: Make the sched_switch task state an enum
authorGeneviève Bastien <gbastien@versatic.net>
Wed, 12 Feb 2020 21:58:25 +0000 (16:58 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Feb 2020 15:58:59 +0000 (10:58 -0500)
commit721caea47b6506f7ad9086c3e9801dc9dfe06b6a
tree69c8840f88f02d5e6806d0e07851be111ac818d3
parent23634515e7271c8c8594ad87a6685232d4eff297
sched: Make the sched_switch task state an enum

This gives meaning to the task state value. Only the bit masks are
enumerated, as defined compositions are not exhaustive listing of all
possible values and there would be a lot of unknown. Interpretation of
combination of bit flags is left to the consumer of the event.

Change-Id: I83c5fbee9cba2701c7238c0ac6abd4c8a351b193
Signed-off-by: Geneviève Bastien <gbastien@versatic.net>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/sched.h
This page took 0.024794 seconds and 4 git commands to generate.