History log of /seL4-test-master/projects/seL4_libs/libsel4bench/arch_include/x86/sel4bench/arch/private.h
Revision Date Author Comments
# 724576ac 15-Jan-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4bench: Support dangerous MSR interface

Uses the dangerous MSR interface if it's enabled instead of DebugRun


# 1ba333a0 14-Jan-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4bench: Use kernel exported PMC


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# e72691f9 29-Mar-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4bench: style


# bdcec827 29-Mar-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4bench: use ccnt_t and remove duplicate

Was duplicated sel4bench_counter_t and format function


# 7c7f7c39 29-Mar-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4bench: improve interface

- define array of generic events
- drop generic events that don't exist for all platforms (i.e are not
generic)
- define number of generic events
- define types to illustate the difference between a counter and an
event


# ac1a9c06 29-Mar-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4bench: remove layer of indirection in events

No longer required now directory structure is fixed.


# 58a58d29 28-Mar-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4bench: use #pragma once


# 9093387e 28-Mar-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4bench: fix include structure and licenses

For too long sel4bench has relied on relative includes
and filenames with the CPU/ARMV in it.

Finally fix it.