diff options
| author | Adrian Hunter <[email protected]> | 2022-01-24 08:41:47 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-02-15 20:09:25 +0000 |
| commit | 1d0dc1ddf037b2f5ef205a4343cfe1384b769d7c (patch) | |
| tree | ae7c6ff10c1b1e0ce88c85ce3c903e0b7caff145 /tools/perf/scripts/python/sctop.py | |
| parent | perf tools: Define Intel PT iflag synthesized event (diff) | |
| download | kernel-1d0dc1ddf037b2f5ef205a4343cfe1384b769d7c.tar.gz kernel-1d0dc1ddf037b2f5ef205a4343cfe1384b769d7c.zip | |
perf tools: Define new D (Intr Disable) and t (Intr Toggle) flags
Define 2 new flags to represent:
- when interrupts are disabled (D)
- when interrupt disabling toggles (t)
This gives 4 combinations:
no flag, interrupts enabled
t interrupts were enabled but become disabled
D interrupts are disabled
Dt interrupts were disabled but become enabled
Committer notes:
Those are control flow flags, as per 'tools/perf/Documentation/perf-intel-pt.txt:
<quote>
An interesting field that is not printed by default is 'flags' which can be
displayed as follows:
perf script --itrace=ibxwpe -F+flags
The flags are "bcrosyiABExgh" which stand for branch, call, return, conditional,
system, asynchronous, interrupt, transaction abort, trace begin, trace end,
in transaction, VM-entry, and VM-exit respectively.
</quote>
Signed-off-by: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
