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 16:00:09 +0000 (11:00 -0500)
commit4a8e5611b61fa0c5d5ad298525f5b1ce957d9645
treed70dd108a2cb7e9026acdc4556ead54d76d8e50b
parent0d36dee7e521d4e2b2a86d09a5a32132d32e2a0e
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.026435 seconds and 4 git commands to generate.