diff options
author | Eugeniy Paltsev <[email protected]> | 2018-12-17 12:54:23 +0300 |
---|---|---|
committer | Vineet Gupta <[email protected]> | 2019-01-17 14:38:00 -0800 |
commit | 3affbf0e154ee351add6fcc254c59c3f3947fa8f (patch) | |
tree | 106b88f03954da9ecd02dc1e9969b07c3afa2662 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a3010a0465383300f909f62b8a83f83ffa7b2517 (diff) |
ARC: perf: map generic branches to correct hardware condition
So far we've mapped branches to "ijmp" which also counts conditional
branches NOT taken. This makes us different from other architectures
such as ARM which seem to be counting only taken branches.
So use "ijmptak" hardware condition which only counts (all jump
instructions that are taken)
'ijmptak' event is available on both ARCompact and ARCv2 ISA based
cores.
Signed-off-by: Eugeniy Paltsev <[email protected]>
Cc: [email protected]
Signed-off-by: Vineet Gupta <[email protected]>
[vgupta: reworked changelog]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions