diff --git a/Makefile b/Makefile index 40b69d315..3037ad65c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Description: Central Makefile # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid diff --git a/bench/includes/allocator.h b/bench/includes/allocator.h index 2e7e5a413..b02d78257 100644 --- a/bench/includes/allocator.h +++ b/bench/includes/allocator.h @@ -6,7 +6,7 @@ * Description: Header File allocator Module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: none diff --git a/bench/includes/allocator_types.h b/bench/includes/allocator_types.h index 3bd610d0c..99439d075 100644 --- a/bench/includes/allocator_types.h +++ b/bench/includes/allocator_types.h @@ -6,7 +6,7 @@ * Description: Header File types of allocator Module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: none diff --git a/bench/includes/barrier.h b/bench/includes/barrier.h index 81e5904c0..9a4bcc944 100644 --- a/bench/includes/barrier.h +++ b/bench/includes/barrier.h @@ -6,7 +6,7 @@ * Description: Header File barrier Module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/barrier_types.h b/bench/includes/barrier_types.h index f05debf78..fa4112b71 100644 --- a/bench/includes/barrier_types.h +++ b/bench/includes/barrier_types.h @@ -6,7 +6,7 @@ * Description: Type Definitions for barrier Module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/isa_armv7.h b/bench/includes/isa_armv7.h index acf3db566..538168c3d 100644 --- a/bench/includes/isa_armv7.h +++ b/bench/includes/isa_armv7.h @@ -5,7 +5,7 @@ * Description: Definitions used for dynamically compile benchmarks for ARMv7 systems * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/includes/isa_armv8.h b/bench/includes/isa_armv8.h index 978a57244..448d1ba31 100644 --- a/bench/includes/isa_armv8.h +++ b/bench/includes/isa_armv8.h @@ -5,7 +5,7 @@ * Description: Definitions used for dynamically compile benchmarks for ARMv8 systems * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/includes/isa_ppc64.h b/bench/includes/isa_ppc64.h index f42331c34..d397f126e 100644 --- a/bench/includes/isa_ppc64.h +++ b/bench/includes/isa_ppc64.h @@ -5,7 +5,7 @@ * Description: Definitions used for dynamically compile benchmarks for POWER systems * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/includes/isa_x86-64.h b/bench/includes/isa_x86-64.h index 5273e974c..0704fd6dc 100644 --- a/bench/includes/isa_x86-64.h +++ b/bench/includes/isa_x86-64.h @@ -5,7 +5,7 @@ * Description: Definitions used for dynamically compile benchmarks for x86-64 systems * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/includes/isa_x86.h b/bench/includes/isa_x86.h index e297efe53..cd1eed48f 100644 --- a/bench/includes/isa_x86.h +++ b/bench/includes/isa_x86.h @@ -5,7 +5,7 @@ * Description: Definitions used for dynamically compile benchmarks for x86 systems * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/includes/ptt2asm.h b/bench/includes/ptt2asm.h index 10edbff34..73df78508 100644 --- a/bench/includes/ptt2asm.h +++ b/bench/includes/ptt2asm.h @@ -5,7 +5,7 @@ * Description: The interface to dynamically load ptt files * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/includes/strUtil.h b/bench/includes/strUtil.h index 05412ac70..cd5baadb1 100644 --- a/bench/includes/strUtil.h +++ b/bench/includes/strUtil.h @@ -5,7 +5,7 @@ * Description: Some sting functions * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/test_types.h b/bench/includes/test_types.h index 50543e070..f3184ddc3 100644 --- a/bench/includes/test_types.h +++ b/bench/includes/test_types.h @@ -6,7 +6,7 @@ * Description: Type definitions for benchmarking framework * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/threads.h b/bench/includes/threads.h index 9133ccd8b..605208251 100644 --- a/bench/includes/threads.h +++ b/bench/includes/threads.h @@ -6,7 +6,7 @@ * Description: Header file of pthread interface module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/includes/threads_types.h b/bench/includes/threads_types.h index b50122ff6..dc8c8af2b 100644 --- a/bench/includes/threads_types.h +++ b/bench/includes/threads_types.h @@ -6,7 +6,7 @@ * Description: Types file for threads module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/likwid-bench.c b/bench/likwid-bench.c index 964c84c5e..0623ccd15 100644 --- a/bench/likwid-bench.c +++ b/bench/likwid-bench.c @@ -6,7 +6,7 @@ * Description: A flexible and extensible benchmarking toolbox * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/src/allocator.c b/bench/src/allocator.c index d0a361942..6e3ece36e 100644 --- a/bench/src/allocator.c +++ b/bench/src/allocator.c @@ -6,7 +6,7 @@ * Description: Implementation of allocator module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/src/barrier.c b/bench/src/barrier.c index 2dc9a9533..f334fe645 100644 --- a/bench/src/barrier.c +++ b/bench/src/barrier.c @@ -6,7 +6,7 @@ * Description: Implementation of threaded spin loop barrier * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/bench/src/bench.c b/bench/src/bench.c index 2dffe8da1..693001440 100644 --- a/bench/src/bench.c +++ b/bench/src/bench.c @@ -6,7 +6,7 @@ * Description: Benchmarking framework for likwid-bench * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/bench/src/ptt2asm.c b/bench/src/ptt2asm.c index 4cb52362b..76602cb61 100644 --- a/bench/src/ptt2asm.c +++ b/bench/src/ptt2asm.c @@ -5,7 +5,7 @@ * Description: The interface to dynamically load ptt files * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@gmail.com * Project: likwid diff --git a/bench/src/strUtil.c b/bench/src/strUtil.c index dedc42ad9..ccf656b3a 100644 --- a/bench/src/strUtil.c +++ b/bench/src/strUtil.c @@ -6,7 +6,7 @@ * Description: Utility string routines building upon bstrlib * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Project: likwid diff --git a/bench/src/threads.c b/bench/src/threads.c index 07d4bd253..fab0cb947 100644 --- a/bench/src/threads.c +++ b/bench/src/threads.c @@ -6,7 +6,7 @@ * Description: High level interface to pthreads * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/config.mk b/config.mk index 78f370b87..526995912 100644 --- a/config.mk +++ b/config.mk @@ -11,7 +11,7 @@ COMPILER = GCC#NO SPACE # Path were to install likwid -PREFIX ?= /usr/local#NO SPACE +PREFIX ?= /mnt/opt/likwid-5.0-dev#NO SPACE # Set the default mode for MSR access. # This can usually be overriden on the commandline. diff --git a/examples/C-internalMarkerAPI.c b/examples/C-internalMarkerAPI.c index ca18fff05..7d7ae2ae9 100644 --- a/examples/C-internalMarkerAPI.c +++ b/examples/C-internalMarkerAPI.c @@ -8,7 +8,7 @@ * variables, pinning threads, and inspecting results. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Riley Weber, rileyw13@protonmail.com * Project: likwid diff --git a/examples/C-likwidAPI.c b/examples/C-likwidAPI.c index 3141127ee..9b1a5fb84 100644 --- a/examples/C-likwidAPI.c +++ b/examples/C-likwidAPI.c @@ -6,7 +6,7 @@ * Description: Example how to use the LIKWID API in C/C++ applications * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/examples/C-markerAPI.c b/examples/C-markerAPI.c index bb93bb15a..a90b886ca 100644 --- a/examples/C-markerAPI.c +++ b/examples/C-markerAPI.c @@ -6,7 +6,7 @@ * Description: Example how to use the C/C++ Marker API * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * Riley Weber, rileyw13@protonmail.com diff --git a/examples/F-markerAPI.F90 b/examples/F-markerAPI.F90 index f8d59f800..13b84d3bb 100644 --- a/examples/F-markerAPI.F90 +++ b/examples/F-markerAPI.F90 @@ -5,7 +5,7 @@ ! Description: Example how to use the Fortran90 Marker API ! ! Version: 5.0.2 -! Released: 31.08.2020 +! Released: 06.10.2020 ! ! Author: Thomas Gruber (tr), thomas.roehl@googlemail.com ! Project: likwid diff --git a/examples/Lua-likwidAPI.lua b/examples/Lua-likwidAPI.lua index 02748cf7b..98ab6bb1e 100644 --- a/examples/Lua-likwidAPI.lua +++ b/examples/Lua-likwidAPI.lua @@ -8,7 +8,7 @@ * Description: Example how to use the LIKWID API in Lua scripts * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/examples/likwid-benchmark.sh b/examples/likwid-benchmark.sh index 4e9d4b77b..07c215681 100644 --- a/examples/likwid-benchmark.sh +++ b/examples/likwid-benchmark.sh @@ -8,7 +8,7 @@ # * Description: Script that collects current system settings # * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 # * # * Author: Thomas Gruber (tr), thomas.roehl@gmail.com # * Project: likwid diff --git a/perl/set_license.pl b/perl/set_license.pl index 545c76622..668228f6d 100755 --- a/perl/set_license.pl +++ b/perl/set_license.pl @@ -13,7 +13,7 @@ #my $VERSION = ''; #my $DATE = ''; my $VERSION = '5.0.2'; -my $DATE = '31.08.2020'; +my $DATE = '06.10.2020'; my $YEAR = '2015'; my $AUTHOR = 'RRZE, University Erlangen-Nuremberg'; my $LICENSE = 'gpl'; diff --git a/src/access-daemon/Makefile b/src/access-daemon/Makefile index 1044b8e0f..70e79bc6c 100644 --- a/src/access-daemon/Makefile +++ b/src/access-daemon/Makefile @@ -5,7 +5,7 @@ # Description: accessDaemon Makefile # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid diff --git a/src/access-daemon/accessDaemon.c b/src/access-daemon/accessDaemon.c index 9c3d3397c..643cf0028 100644 --- a/src/access-daemon/accessDaemon.c +++ b/src/access-daemon/accessDaemon.c @@ -6,7 +6,7 @@ * Description: Implementation of access daemon. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Michael Meier, michael.meier@rrze.fau.de * Jan Treibig (jt), jan.treibig@gmail.com, diff --git a/src/access-daemon/appDaemon.c b/src/access-daemon/appDaemon.c index 636c3f1a1..65b6c8dda 100644 --- a/src/access-daemon/appDaemon.c +++ b/src/access-daemon/appDaemon.c @@ -7,7 +7,7 @@ * using the GOTCHA library * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thoams Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/access-daemon/setFreqDaemon.c b/src/access-daemon/setFreqDaemon.c index 226fc2b88..6b559ee51 100644 --- a/src/access-daemon/setFreqDaemon.c +++ b/src/access-daemon/setFreqDaemon.c @@ -6,7 +6,7 @@ * Description: Implementation of frequency daemon. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Michael Meier, michael.meier@rrze.fau.de * Jan Treibig (jt), jan.treibig@gmail.com, diff --git a/src/access.c b/src/access.c index 8cb1baf68..810902222 100644 --- a/src/access.c +++ b/src/access.c @@ -6,7 +6,7 @@ * Description: Interface for the different register access modules. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/access_client.c b/src/access_client.c index 8643e80a8..3e978e13a 100644 --- a/src/access_client.c +++ b/src/access_client.c @@ -6,7 +6,7 @@ * Description: Interface to the access daemon for the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/access_x86.c b/src/access_x86.c index 254cf6e84..0a0f692d2 100644 --- a/src/access_x86.c +++ b/src/access_x86.c @@ -6,7 +6,7 @@ * Description: Interface to x86 related functions for the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/access_x86_clientmem.c b/src/access_x86_clientmem.c index 1adde794b..e92c34e3b 100644 --- a/src/access_x86_clientmem.c +++ b/src/access_x86_clientmem.c @@ -9,7 +9,7 @@ * for Intel Sandy Bridge Processors. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/access_x86_msr.c b/src/access_x86_msr.c index 9f39815c0..659bc6717 100644 --- a/src/access_x86_msr.c +++ b/src/access_x86_msr.c @@ -10,7 +10,7 @@ * is based on the msr-util tools. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com. * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/access_x86_pci.c b/src/access_x86_pci.c index 95702de7e..d13885649 100644 --- a/src/access_x86_pci.c +++ b/src/access_x86_pci.c @@ -9,7 +9,7 @@ * for Intel Sandy Bridge Processors. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/affinity.c b/src/affinity.c index ee3de21a3..663817d32 100644 --- a/src/affinity.c +++ b/src/affinity.c @@ -6,7 +6,7 @@ * Description: Implementation of affinity module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/applications/likwid-features.lua b/src/applications/likwid-features.lua index e58413d40..988962af3 100644 --- a/src/applications/likwid-features.lua +++ b/src/applications/likwid-features.lua @@ -7,7 +7,7 @@ * Description: A application to retrieve and manipulate CPU features. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-genTopoCfg.lua b/src/applications/likwid-genTopoCfg.lua index c936684e3..fd970a7de 100644 --- a/src/applications/likwid-genTopoCfg.lua +++ b/src/applications/likwid-genTopoCfg.lua @@ -9,7 +9,7 @@ * each start. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-memsweeper.lua b/src/applications/likwid-memsweeper.lua index 5d7525ff4..fb438a00f 100644 --- a/src/applications/likwid-memsweeper.lua +++ b/src/applications/likwid-memsweeper.lua @@ -7,7 +7,7 @@ * Description: An application to clean up NUMA memory domains. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-mpirun.lua b/src/applications/likwid-mpirun.lua index 1ed068547..e5ee24442 100644 --- a/src/applications/likwid-mpirun.lua +++ b/src/applications/likwid-mpirun.lua @@ -8,7 +8,7 @@ * measure hardware performance counters * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/applications/likwid-perfctr.lua b/src/applications/likwid-perfctr.lua index df0b993b6..41d2d4f58 100644 --- a/src/applications/likwid-perfctr.lua +++ b/src/applications/likwid-perfctr.lua @@ -8,7 +8,7 @@ * on x86 processors * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/applications/likwid-perfscope.lua b/src/applications/likwid-perfscope.lua index 4900fd478..34c5a98c8 100644 --- a/src/applications/likwid-perfscope.lua +++ b/src/applications/likwid-perfscope.lua @@ -8,7 +8,7 @@ * realtime plots using feedGnuplot * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/applications/likwid-pin.lua b/src/applications/likwid-pin.lua index cc36493ec..06a428f7a 100644 --- a/src/applications/likwid-pin.lua +++ b/src/applications/likwid-pin.lua @@ -7,7 +7,7 @@ * Description: An application to pin a program including threads * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-powermeter.lua b/src/applications/likwid-powermeter.lua index 5d01160c1..773996810 100644 --- a/src/applications/likwid-powermeter.lua +++ b/src/applications/likwid-powermeter.lua @@ -8,7 +8,7 @@ * consumption on architectures implementing the RAPL interface. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-setFrequencies.lua b/src/applications/likwid-setFrequencies.lua index dc914f410..862273619 100644 --- a/src/applications/likwid-setFrequencies.lua +++ b/src/applications/likwid-setFrequencies.lua @@ -7,7 +7,7 @@ * Description: A application to set the CPU frequency of CPU cores and domains. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid-topology.lua b/src/applications/likwid-topology.lua index a3e61a1a1..4dbce256f 100644 --- a/src/applications/likwid-topology.lua +++ b/src/applications/likwid-topology.lua @@ -9,7 +9,7 @@ * is printed * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/applications/likwid.lua b/src/applications/likwid.lua index daf2dadc6..7adaa0828 100644 --- a/src/applications/likwid.lua +++ b/src/applications/likwid.lua @@ -6,7 +6,7 @@ * Description: Lua LIKWID interface library * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/bitUtil.c b/src/bitUtil.c index e4044eb03..9afbfa98f 100644 --- a/src/bitUtil.c +++ b/src/bitUtil.c @@ -6,7 +6,7 @@ * Description: Utility routines manipulating bit arrays. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/bstrlib_helper.c b/src/bstrlib_helper.c index f14243c20..c3a5b663d 100644 --- a/src/bstrlib_helper.c +++ b/src/bstrlib_helper.c @@ -6,7 +6,7 @@ * Description: Additional functions to the bstrlib library * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/calculator.c b/src/calculator.c index 1f54de05f..091c683c6 100644 --- a/src/calculator.c +++ b/src/calculator.c @@ -6,7 +6,7 @@ * Description: Infix calculator * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Brandon Mills (bm), mills.brandont@gmail.com * Project: likwid diff --git a/src/configuration.c b/src/configuration.c index 48c7be61e..93f720663 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -6,7 +6,7 @@ * Description: Configuration file module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/cpuFeatures.c b/src/cpuFeatures.c index b92f69d6f..2f9133ed0 100644 --- a/src/cpuFeatures.c +++ b/src/cpuFeatures.c @@ -10,7 +10,7 @@ * available. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/cpustring.c b/src/cpustring.c index c1717307e..cd7e9d43b 100644 --- a/src/cpustring.c +++ b/src/cpustring.c @@ -6,7 +6,7 @@ * Description: Parser for CPU selection strings * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/frequency_cpu.c b/src/frequency_cpu.c index 6fd492da2..cd70b6076 100644 --- a/src/frequency_cpu.c +++ b/src/frequency_cpu.c @@ -7,7 +7,7 @@ * Module for manipuating CPU frequencies * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Jan Treibig (jt), jan.treibig@gmail.com diff --git a/src/frequency_uncore.c b/src/frequency_uncore.c index bd51d9657..37977c2d8 100644 --- a/src/frequency_uncore.c +++ b/src/frequency_uncore.c @@ -7,7 +7,7 @@ * Module for manipuating Uncore frequencies (Intel only) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Jan Treibig (jt), jan.treibig@gmail.com diff --git a/src/hashTable.c b/src/hashTable.c index a5e6ff59e..ee4b6a931 100644 --- a/src/hashTable.c +++ b/src/hashTable.c @@ -7,7 +7,7 @@ * Used for Marker API result handling. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/access.h b/src/includes/access.h index 5159192fb..3d5a865bb 100644 --- a/src/includes/access.h +++ b/src/includes/access.h @@ -6,7 +6,7 @@ * Description: Header File HPM access Module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/access_client.h b/src/includes/access_client.h index 2c9f0dac6..5027fe0b9 100644 --- a/src/includes/access_client.h +++ b/src/includes/access_client.h @@ -6,7 +6,7 @@ * Description: Header file for interface to the access daemon for the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_client_types.h b/src/includes/access_client_types.h index 57e9a1969..7a13093b2 100644 --- a/src/includes/access_client_types.h +++ b/src/includes/access_client_types.h @@ -6,7 +6,7 @@ * Description: Types file for access_client access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/access_x86.h b/src/includes/access_x86.h index 6a04625ea..ca5484aed 100644 --- a/src/includes/access_x86.h +++ b/src/includes/access_x86.h @@ -6,7 +6,7 @@ * Description: Header file for the interface to x86 related functions for the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_x86_clientmem.h b/src/includes/access_x86_clientmem.h index e3009c842..6dceac808 100644 --- a/src/includes/access_x86_clientmem.h +++ b/src/includes/access_x86_clientmem.h @@ -7,7 +7,7 @@ * the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_x86_msr.h b/src/includes/access_x86_msr.h index 18de38c30..a0638445f 100644 --- a/src/includes/access_x86_msr.h +++ b/src/includes/access_x86_msr.h @@ -6,7 +6,7 @@ * Description: Header file for the interface to x86 MSR functions for the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/access_x86_pci.h b/src/includes/access_x86_pci.h index ce5f4aa41..82e0d14ea 100644 --- a/src/includes/access_x86_pci.h +++ b/src/includes/access_x86_pci.h @@ -6,7 +6,7 @@ * Description: Header file for the interface to x86 PCI functions for the access module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/affinity.h b/src/includes/affinity.h index 29166bd4d..03921df49 100644 --- a/src/includes/affinity.h +++ b/src/includes/affinity.h @@ -6,7 +6,7 @@ * Description: Header File affinity Module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com diff --git a/src/includes/bitUtil.h b/src/includes/bitUtil.h index 1a4186be9..5753764de 100644 --- a/src/includes/bitUtil.h +++ b/src/includes/bitUtil.h @@ -7,7 +7,7 @@ * Helper routines for dealing with bit manipulations * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/bstrlib_helper.h b/src/includes/bstrlib_helper.h index 90bfec1b7..d5b10a063 100644 --- a/src/includes/bstrlib_helper.h +++ b/src/includes/bstrlib_helper.h @@ -6,7 +6,7 @@ * Description: Additional functions to the bstrlib library (header file) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/calculator.h b/src/includes/calculator.h index 0d86b80ba..15480d77e 100644 --- a/src/includes/calculator.h +++ b/src/includes/calculator.h @@ -6,7 +6,7 @@ * Description: Header file for infix calculator * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com diff --git a/src/includes/configuration.h b/src/includes/configuration.h index 1414fa713..9bda841a2 100644 --- a/src/includes/configuration.h +++ b/src/includes/configuration.h @@ -6,7 +6,7 @@ * Description: Header File of Module configuration. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/cpuFeatures.h b/src/includes/cpuFeatures.h index 88e0879ee..c3a0b2131 100644 --- a/src/includes/cpuFeatures.h +++ b/src/includes/cpuFeatures.h @@ -6,7 +6,7 @@ * Description: Header File of Module cpuFeatures. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/cpuFeatures_types.h b/src/includes/cpuFeatures_types.h index 11236790b..221134a7f 100644 --- a/src/includes/cpuFeatures_types.h +++ b/src/includes/cpuFeatures_types.h @@ -6,7 +6,7 @@ * Description: Types file for CpuFeature module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/cpuid.h b/src/includes/cpuid.h index 222439f66..8e6f2f2d9 100644 --- a/src/includes/cpuid.h +++ b/src/includes/cpuid.h @@ -6,7 +6,7 @@ * Description: Common macro definition for CPUID instruction * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/error.h b/src/includes/error.h index c499ffcdc..dcc9605a3 100644 --- a/src/includes/error.h +++ b/src/includes/error.h @@ -6,7 +6,7 @@ * Description: Central error handling macros * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com diff --git a/src/includes/frequency.h b/src/includes/frequency.h index 2e6db0f05..e3440fab9 100644 --- a/src/includes/frequency.h +++ b/src/includes/frequency.h @@ -6,7 +6,7 @@ * Description: Header File frequency module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/frequency_acpi.h b/src/includes/frequency_acpi.h index e256ed095..55ee6f885 100644 --- a/src/includes/frequency_acpi.h +++ b/src/includes/frequency_acpi.h @@ -6,7 +6,7 @@ * Description: Header File frequency module, the ACPI-CPUFreq backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/frequency_client.h b/src/includes/frequency_client.h index 62114fcc2..139280bec 100644 --- a/src/includes/frequency_client.h +++ b/src/includes/frequency_client.h @@ -6,7 +6,7 @@ * Description: Header File frequency module, the interface to the frequency daemon * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/frequency_pstate.h b/src/includes/frequency_pstate.h index d0cfe2d52..6ab8e22ec 100644 --- a/src/includes/frequency_pstate.h +++ b/src/includes/frequency_pstate.h @@ -6,7 +6,7 @@ * Description: Header File frequency module, the Intel PState backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/hashTable.h b/src/includes/hashTable.h index 49e83c6b6..f43d719e2 100644 --- a/src/includes/hashTable.h +++ b/src/includes/hashTable.h @@ -8,7 +8,7 @@ * specific region information. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/libnvctr_types.h b/src/includes/libnvctr_types.h index 9192c6592..d8f898347 100644 --- a/src/includes/libnvctr_types.h +++ b/src/includes/libnvctr_types.h @@ -6,7 +6,7 @@ * Description: Types file for libnvctr module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/libperfctr_types.h b/src/includes/libperfctr_types.h index b47d4e177..04937a8cd 100644 --- a/src/includes/libperfctr_types.h +++ b/src/includes/libperfctr_types.h @@ -6,7 +6,7 @@ * Description: Types file for libperfctr module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/likwid-marker.h b/src/includes/likwid-marker.h index 7b014ba1e..b436ccc25 100644 --- a/src/includes/likwid-marker.h +++ b/src/includes/likwid-marker.h @@ -6,7 +6,7 @@ * Description: Header File of likwid Marker API * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * diff --git a/src/includes/likwid.h b/src/includes/likwid.h index 62804f9a7..b9223985c 100644 --- a/src/includes/likwid.h +++ b/src/includes/likwid.h @@ -6,7 +6,7 @@ * Description: Header File of likwid API * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * diff --git a/src/includes/lock.h b/src/includes/lock.h index 371943cb9..0b4be5168 100644 --- a/src/includes/lock.h +++ b/src/includes/lock.h @@ -6,7 +6,7 @@ * Description: Header File Locking primitive Module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/map.h b/src/includes/map.h index 572efb327..15eb8f3c4 100644 --- a/src/includes/map.h +++ b/src/includes/map.h @@ -6,7 +6,7 @@ * Description: Header File for C Hashmap * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid diff --git a/src/includes/memsweep.h b/src/includes/memsweep.h index 23f4890ab..fdabbf153 100644 --- a/src/includes/memsweep.h +++ b/src/includes/memsweep.h @@ -7,7 +7,7 @@ * defined in likwid.h * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/numa.h b/src/includes/numa.h index 945ee6e7f..f0d5e156b 100644 --- a/src/includes/numa.h +++ b/src/includes/numa.h @@ -7,7 +7,7 @@ * defined in likwid.h * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/numa_hwloc.h b/src/includes/numa_hwloc.h index 43d060cce..78f2f4999 100644 --- a/src/includes/numa_hwloc.h +++ b/src/includes/numa_hwloc.h @@ -6,7 +6,7 @@ * Description: Header File hwloc NUMA backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/numa_proc.h b/src/includes/numa_proc.h index c76562634..0e90c2771 100644 --- a/src/includes/numa_proc.h +++ b/src/includes/numa_proc.h @@ -6,7 +6,7 @@ * Description: Header File procfs/sysfs NUMA backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/numa_virtual.h b/src/includes/numa_virtual.h index 2ad1b9b02..1f96b6185 100644 --- a/src/includes/numa_virtual.h +++ b/src/includes/numa_virtual.h @@ -6,7 +6,7 @@ * Description: Header Virtual/Fake NUMA backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Tobias Auerochs, tobi291019@gmail.com diff --git a/src/includes/nvmon_cupti.h b/src/includes/nvmon_cupti.h index 42c06e18a..e2b2380dd 100644 --- a/src/includes/nvmon_cupti.h +++ b/src/includes/nvmon_cupti.h @@ -6,7 +6,7 @@ * Description: Header File of nvmon module (CUPTI backend). * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid diff --git a/src/includes/nvmon_nvml.h b/src/includes/nvmon_nvml.h index 7f93c3c76..15e9e44d3 100644 --- a/src/includes/nvmon_nvml.h +++ b/src/includes/nvmon_nvml.h @@ -6,7 +6,7 @@ * Description: Header File of nvmon module (NVML backend). * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid diff --git a/src/includes/nvmon_perfworks.h b/src/includes/nvmon_perfworks.h index 2fb14a343..38f5981b8 100644 --- a/src/includes/nvmon_perfworks.h +++ b/src/includes/nvmon_perfworks.h @@ -6,7 +6,7 @@ * Description: Header File of nvmon module (PerfWorks backend). * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid diff --git a/src/includes/nvmon_types.h b/src/includes/nvmon_types.h index 381ea2e93..cd7600ae6 100644 --- a/src/includes/nvmon_types.h +++ b/src/includes/nvmon_types.h @@ -8,7 +8,7 @@ * on NVIDIA GPUs. Supports multi GPUs. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.gruber@googlemail.com * Project: likwid diff --git a/src/includes/pci_hwloc.h b/src/includes/pci_hwloc.h index 0c2f12418..61613c51e 100644 --- a/src/includes/pci_hwloc.h +++ b/src/includes/pci_hwloc.h @@ -6,7 +6,7 @@ * Description: Header File hwloc based PCI lookup backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/pci_proc.h b/src/includes/pci_proc.h index 364251f4e..6b33be3e9 100644 --- a/src/includes/pci_proc.h +++ b/src/includes/pci_proc.h @@ -6,7 +6,7 @@ * Description: Header File procfs based PCI lookup backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/pci_types.h b/src/includes/pci_types.h index e134908bd..8d35107bd 100644 --- a/src/includes/pci_types.h +++ b/src/includes/pci_types.h @@ -6,7 +6,7 @@ * Description: Types file for pci module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfgroup.h b/src/includes/perfgroup.h index bf41d8b30..59be8d94b 100644 --- a/src/includes/perfgroup.h +++ b/src/includes/perfgroup.h @@ -6,7 +6,7 @@ * Description: Header File of performance group and event set handler * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/includes/perfmon.h b/src/includes/perfmon.h index 20d904c8d..e3c0b7eb9 100644 --- a/src/includes/perfmon.h +++ b/src/includes/perfmon.h @@ -8,7 +8,7 @@ * on x86 based architectures. Supports multi threading. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_a15.h b/src/includes/perfmon_a15.h index 36cdde56a..d337fe572 100644 --- a/src/includes/perfmon_a15.h +++ b/src/includes/perfmon_a15.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for ARM A15. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_a15_counters.h b/src/includes/perfmon_a15_counters.h index ca377c381..71e06ca1a 100644 --- a/src/includes/perfmon_a15_counters.h +++ b/src/includes/perfmon_a15_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for ARM A15. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_a15_events.txt b/src/includes/perfmon_a15_events.txt index 3ff482884..de9cc730c 100644 --- a/src/includes/perfmon_a15_events.txt +++ b/src/includes/perfmon_a15_events.txt @@ -5,7 +5,7 @@ # Description: Event list for ARM A15 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_a57.h b/src/includes/perfmon_a57.h index 3f5c0e1cd..079dc41cf 100644 --- a/src/includes/perfmon_a57.h +++ b/src/includes/perfmon_a57.h @@ -7,7 +7,7 @@ * Thunder X2. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_a57_counters.h b/src/includes/perfmon_a57_counters.h index 557046136..657f9e21a 100644 --- a/src/includes/perfmon_a57_counters.h +++ b/src/includes/perfmon_a57_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for ARM A57. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_a57_events.txt b/src/includes/perfmon_a57_events.txt index 222040c91..411c14dd6 100644 --- a/src/includes/perfmon_a57_events.txt +++ b/src/includes/perfmon_a57_events.txt @@ -5,7 +5,7 @@ # Description: Event list for ARM A57 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_atom.h b/src/includes/perfmon_atom.h index 4bce0dbf4..ba6d1e8ca 100644 --- a/src/includes/perfmon_atom.h +++ b/src/includes/perfmon_atom.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Atom * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/perfmon_atom_events.txt b/src/includes/perfmon_atom_events.txt index 12e187887..11cce74e9 100644 --- a/src/includes/perfmon_atom_events.txt +++ b/src/includes/perfmon_atom_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Atom # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_broadwell.h b/src/includes/perfmon_broadwell.h index fdb8d3307..42e422370 100644 --- a/src/includes/perfmon_broadwell.h +++ b/src/includes/perfmon_broadwell.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Broadwell. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwellEP_counters.h b/src/includes/perfmon_broadwellEP_counters.h index 042eaea86..b20352b16 100644 --- a/src/includes/perfmon_broadwellEP_counters.h +++ b/src/includes/perfmon_broadwellEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Broadwell EP/EN/EX. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwellEP_events.txt b/src/includes/perfmon_broadwellEP_events.txt index 333c2feed..06b31c543 100644 --- a/src/includes/perfmon_broadwellEP_events.txt +++ b/src/includes/perfmon_broadwellEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Broadwell EP/EN/EX. # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_broadwell_counters.h b/src/includes/perfmon_broadwell_counters.h index 1371ee114..ace81e22e 100644 --- a/src/includes/perfmon_broadwell_counters.h +++ b/src/includes/perfmon_broadwell_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Broadwell. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwell_events.txt b/src/includes/perfmon_broadwell_events.txt index 9c3351213..cebcc627e 100644 --- a/src/includes/perfmon_broadwell_events.txt +++ b/src/includes/perfmon_broadwell_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Broadwell # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_broadwelld_counters.h b/src/includes/perfmon_broadwelld_counters.h index c348f0abc..ad67b83d4 100644 --- a/src/includes/perfmon_broadwelld_counters.h +++ b/src/includes/perfmon_broadwelld_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Broadwell D. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_broadwelld_events.txt b/src/includes/perfmon_broadwelld_events.txt index 1a9f8a761..b94d226c4 100644 --- a/src/includes/perfmon_broadwelld_events.txt +++ b/src/includes/perfmon_broadwelld_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Broadwell D # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_cascadelake.h b/src/includes/perfmon_cascadelake.h index 2177ea1c0..5e9330a5b 100644 --- a/src/includes/perfmon_cascadelake.h +++ b/src/includes/perfmon_cascadelake.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel CascadeLake. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_cascadelakeX_events.txt b/src/includes/perfmon_cascadelakeX_events.txt index 318bf8519..3d6090f00 100644 --- a/src/includes/perfmon_cascadelakeX_events.txt +++ b/src/includes/perfmon_cascadelakeX_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel CascadeLake X # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_cavtx2_counters.h b/src/includes/perfmon_cavtx2_counters.h index 654763ca9..5b5e33b04 100644 --- a/src/includes/perfmon_cavtx2_counters.h +++ b/src/includes/perfmon_cavtx2_counters.h @@ -7,7 +7,7 @@ * Thunder X2. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_cavtx2_events.txt b/src/includes/perfmon_cavtx2_events.txt index dd4556db5..e8a91bb62 100644 --- a/src/includes/perfmon_cavtx2_events.txt +++ b/src/includes/perfmon_cavtx2_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Marvell/Cavium Thunder X2. # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_core2.h b/src/includes/perfmon_core2.h index e7113c58e..882186381 100644 --- a/src/includes/perfmon_core2.h +++ b/src/includes/perfmon_core2.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Intel Core 2 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_core2_counters.h b/src/includes/perfmon_core2_counters.h index e23bcaadc..ad880b918 100644 --- a/src/includes/perfmon_core2_counters.h +++ b/src/includes/perfmon_core2_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Core 2 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_core2_events.txt b/src/includes/perfmon_core2_events.txt index e46d598c0..30c5afd32 100644 --- a/src/includes/perfmon_core2_events.txt +++ b/src/includes/perfmon_core2_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Core 2 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_goldmont.h b/src/includes/perfmon_goldmont.h index 5dfc3dc6c..f8f65b4cc 100644 --- a/src/includes/perfmon_goldmont.h +++ b/src/includes/perfmon_goldmont.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Goldmont. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_goldmont_counters.h b/src/includes/perfmon_goldmont_counters.h index f1d674044..6f39f8240 100644 --- a/src/includes/perfmon_goldmont_counters.h +++ b/src/includes/perfmon_goldmont_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Goldmont. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_goldmont_events.txt b/src/includes/perfmon_goldmont_events.txt index 31744f1c6..6ae5a60fd 100644 --- a/src/includes/perfmon_goldmont_events.txt +++ b/src/includes/perfmon_goldmont_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Goldmont # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswell.h b/src/includes/perfmon_haswell.h index 4b21ba5b7..e053e3bd1 100644 --- a/src/includes/perfmon_haswell.h +++ b/src/includes/perfmon_haswell.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Haswell. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswellEP_counters.h b/src/includes/perfmon_haswellEP_counters.h index 64045fd92..7935a04d0 100644 --- a/src/includes/perfmon_haswellEP_counters.h +++ b/src/includes/perfmon_haswellEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Haswell EP/EN/EX. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswellEP_events.txt b/src/includes/perfmon_haswellEP_events.txt index 100bbffaf..89b22e3a9 100644 --- a/src/includes/perfmon_haswellEP_events.txt +++ b/src/includes/perfmon_haswellEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Haswell EP/EN/EX # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswell_counters.h b/src/includes/perfmon_haswell_counters.h index 22504e976..3ff8f9bda 100644 --- a/src/includes/perfmon_haswell_counters.h +++ b/src/includes/perfmon_haswell_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Haswell. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_haswell_events.txt b/src/includes/perfmon_haswell_events.txt index dba8a156d..ba14a3019 100644 --- a/src/includes/perfmon_haswell_events.txt +++ b/src/includes/perfmon_haswell_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Haswell # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_interlagos.h b/src/includes/perfmon_interlagos.h index c5eae5976..bb38b796d 100644 --- a/src/includes/perfmon_interlagos.h +++ b/src/includes/perfmon_interlagos.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD Interlagos * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_interlagos_counters.h b/src/includes/perfmon_interlagos_counters.h index 4f413cfe7..7a389c928 100644 --- a/src/includes/perfmon_interlagos_counters.h +++ b/src/includes/perfmon_interlagos_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for AMD Interlagos * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_interlagos_events.txt b/src/includes/perfmon_interlagos_events.txt index 0ad87dcba..20af8b14b 100644 --- a/src/includes/perfmon_interlagos_events.txt +++ b/src/includes/perfmon_interlagos_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD Interlagos # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridge.h b/src/includes/perfmon_ivybridge.h index b65cca330..d37c142ae 100644 --- a/src/includes/perfmon_ivybridge.h +++ b/src/includes/perfmon_ivybridge.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Ivy Bridge. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridgeEP_counters.h b/src/includes/perfmon_ivybridgeEP_counters.h index 9e7a3f6ea..be76b0db1 100644 --- a/src/includes/perfmon_ivybridgeEP_counters.h +++ b/src/includes/perfmon_ivybridgeEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Ivy Bridge EP. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridgeEP_events.txt b/src/includes/perfmon_ivybridgeEP_events.txt index d7483bd73..4e2d5c125 100644 --- a/src/includes/perfmon_ivybridgeEP_events.txt +++ b/src/includes/perfmon_ivybridgeEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Ivy Bridge EP/EN/EX # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridge_counters.h b/src/includes/perfmon_ivybridge_counters.h index 14e1ea44f..19a3e3e6d 100644 --- a/src/includes/perfmon_ivybridge_counters.h +++ b/src/includes/perfmon_ivybridge_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Ivy Bridge. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_ivybridge_events.txt b/src/includes/perfmon_ivybridge_events.txt index 0ae6d77ae..6c8c2cf14 100644 --- a/src/includes/perfmon_ivybridge_events.txt +++ b/src/includes/perfmon_ivybridge_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Ivy Bridge # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k10.h b/src/includes/perfmon_k10.h index e41cf9388..bcab26df8 100644 --- a/src/includes/perfmon_k10.h +++ b/src/includes/perfmon_k10.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD K10 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k10_counters.h b/src/includes/perfmon_k10_counters.h index 984c0324f..ddaee829f 100644 --- a/src/includes/perfmon_k10_counters.h +++ b/src/includes/perfmon_k10_counters.h @@ -6,7 +6,7 @@ * Description: AMD K10 performance counter definition. Also used for AMD K8. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k10_events.txt b/src/includes/perfmon_k10_events.txt index cd2a3dc08..f31eb31d9 100644 --- a/src/includes/perfmon_k10_events.txt +++ b/src/includes/perfmon_k10_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD K10 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k8.h b/src/includes/perfmon_k8.h index 0e54b342f..8764deaad 100644 --- a/src/includes/perfmon_k8.h +++ b/src/includes/perfmon_k8.h @@ -7,7 +7,7 @@ * The setup routines and registers are similar to AMD K10 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_k8_events.txt b/src/includes/perfmon_k8_events.txt index 0eb7507c4..d32f18174 100644 --- a/src/includes/perfmon_k8_events.txt +++ b/src/includes/perfmon_k8_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD K8 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_kabini.h b/src/includes/perfmon_kabini.h index 9c1e9ffd2..62dc079bf 100644 --- a/src/includes/perfmon_kabini.h +++ b/src/includes/perfmon_kabini.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD Family 16 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_kabini_counters.h b/src/includes/perfmon_kabini_counters.h index b8b3e8b53..c1cb5ad2c 100644 --- a/src/includes/perfmon_kabini_counters.h +++ b/src/includes/perfmon_kabini_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for AMD Family 16 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_kabini_events.txt b/src/includes/perfmon_kabini_events.txt index f98768adc..c7fabe019 100644 --- a/src/includes/perfmon_kabini_events.txt +++ b/src/includes/perfmon_kabini_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD Kabini # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: saravanan.ekanathan@amd.com # Project: likwid diff --git a/src/includes/perfmon_knl.h b/src/includes/perfmon_knl.h index 9931dd548..1bf0d3be9 100644 --- a/src/includes/perfmon_knl.h +++ b/src/includes/perfmon_knl.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Intel Xeon Phi (Knights Landing) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_knl_counters.h b/src/includes/perfmon_knl_counters.h index 2a779e2c3..eb115a350 100644 --- a/src/includes/perfmon_knl_counters.h +++ b/src/includes/perfmon_knl_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Atom (Silvermont) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_knl_events.txt b/src/includes/perfmon_knl_events.txt index a8f4452db..28b423eb4 100644 --- a/src/includes/perfmon_knl_events.txt +++ b/src/includes/perfmon_knl_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Xeon Phi (Knights Landing) # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_nehalem.h b/src/includes/perfmon_nehalem.h index 55aef9bee..668445ff7 100644 --- a/src/includes/perfmon_nehalem.h +++ b/src/includes/perfmon_nehalem.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Nehalem. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX.h b/src/includes/perfmon_nehalemEX.h index 66a74b099..9e4f44841 100644 --- a/src/includes/perfmon_nehalemEX.h +++ b/src/includes/perfmon_nehalemEX.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Nehalem EX. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX_counters.h b/src/includes/perfmon_nehalemEX_counters.h index a4d884ac4..973aaadb4 100644 --- a/src/includes/perfmon_nehalemEX_counters.h +++ b/src/includes/perfmon_nehalemEX_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Westmere EX. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX_events.txt b/src/includes/perfmon_nehalemEX_events.txt index dae7bdb99..aca5dcf4e 100644 --- a/src/includes/perfmon_nehalemEX_events.txt +++ b/src/includes/perfmon_nehalemEX_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Nehalem EX # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalemEX_westmereEX_common.h b/src/includes/perfmon_nehalemEX_westmereEX_common.h index 6f4b64ec1..d425ce944 100644 --- a/src/includes/perfmon_nehalemEX_westmereEX_common.h +++ b/src/includes/perfmon_nehalemEX_westmereEX_common.h @@ -6,7 +6,7 @@ * Description: Common definitions for Intel Nehalem EX and Westmere EX * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_nehalem_counters.h b/src/includes/perfmon_nehalem_counters.h index 881cbc531..edf74d531 100644 --- a/src/includes/perfmon_nehalem_counters.h +++ b/src/includes/perfmon_nehalem_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Nehalem. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_nehalem_events.txt b/src/includes/perfmon_nehalem_events.txt index 79ba243ef..c47aa8bcb 100644 --- a/src/includes/perfmon_nehalem_events.txt +++ b/src/includes/perfmon_nehalem_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Nehalem # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_p6_events.txt b/src/includes/perfmon_p6_events.txt index 2bd910a8b..6dff32d70 100644 --- a/src/includes/perfmon_p6_events.txt +++ b/src/includes/perfmon_p6_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Pentium 3 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_perfevent.h b/src/includes/perfmon_perfevent.h index 9f4b17a9e..92def2e9c 100644 --- a/src/includes/perfmon_perfevent.h +++ b/src/includes/perfmon_perfevent.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for perf_event kernel interface. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_phi.h b/src/includes/perfmon_phi.h index 11d6f7aed..07d11ea64 100644 --- a/src/includes/perfmon_phi.h +++ b/src/includes/perfmon_phi.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Xeon Phi. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_phi_counters.h b/src/includes/perfmon_phi_counters.h index 4e2a729c3..be5c5811d 100644 --- a/src/includes/perfmon_phi_counters.h +++ b/src/includes/perfmon_phi_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Xeon Phi. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_phi_events.txt b/src/includes/perfmon_phi_events.txt index c57c61e9f..50cf9dd24 100644 --- a/src/includes/perfmon_phi_events.txt +++ b/src/includes/perfmon_phi_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Xeon Phi # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_pm.h b/src/includes/perfmon_pm.h index 5d62170ec..fffb7ccb4 100644 --- a/src/includes/perfmon_pm.h +++ b/src/includes/perfmon_pm.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module Pentium M. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_pm_counters.h b/src/includes/perfmon_pm_counters.h index 7b4e6d08a..d38b0edf4 100644 --- a/src/includes/perfmon_pm_counters.h +++ b/src/includes/perfmon_pm_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Pentium M. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_pm_events.txt b/src/includes/perfmon_pm_events.txt index 053a04de1..003f92738 100644 --- a/src/includes/perfmon_pm_events.txt +++ b/src/includes/perfmon_pm_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Pentium M # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Project: likwid diff --git a/src/includes/perfmon_power8.h b/src/includes/perfmon_power8.h index ffcb68e3a..46c191035 100644 --- a/src/includes/perfmon_power8.h +++ b/src/includes/perfmon_power8.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for IBM POWER8. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_power8_counters.h b/src/includes/perfmon_power8_counters.h index 9c4c756f5..00c6e1c73 100644 --- a/src/includes/perfmon_power8_counters.h +++ b/src/includes/perfmon_power8_counters.h @@ -6,7 +6,7 @@ * Description: Counter header File of perfmon module for IBM POWER8. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_power8_events.txt b/src/includes/perfmon_power8_events.txt index 32eb9cc45..2cd99c188 100644 --- a/src/includes/perfmon_power8_events.txt +++ b/src/includes/perfmon_power8_events.txt @@ -5,7 +5,7 @@ # Description: Event list for IBM POWER8 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_power9.h b/src/includes/perfmon_power9.h index f9cc2a2a0..491bdcb9a 100644 --- a/src/includes/perfmon_power9.h +++ b/src/includes/perfmon_power9.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for IBM POWER9. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_power9_counters.h b/src/includes/perfmon_power9_counters.h index 84a662c96..b4545eaec 100644 --- a/src/includes/perfmon_power9_counters.h +++ b/src/includes/perfmon_power9_counters.h @@ -6,7 +6,7 @@ * Description: Counter header File of perfmon module for IBM POWER9. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_power9_events.txt b/src/includes/perfmon_power9_events.txt index 12e425b75..9e062da26 100644 --- a/src/includes/perfmon_power9_events.txt +++ b/src/includes/perfmon_power9_events.txt @@ -5,7 +5,7 @@ # Description: Event list for IBM POWER9 # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_sandybridge.h b/src/includes/perfmon_sandybridge.h index 428dc0bb8..77aa8667a 100644 --- a/src/includes/perfmon_sandybridge.h +++ b/src/includes/perfmon_sandybridge.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Sandy Bridge. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridgeEP_counters.h b/src/includes/perfmon_sandybridgeEP_counters.h index d0cb7dc4f..ea3002d2c 100644 --- a/src/includes/perfmon_sandybridgeEP_counters.h +++ b/src/includes/perfmon_sandybridgeEP_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Sandy Bridge EP. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridgeEP_events.txt b/src/includes/perfmon_sandybridgeEP_events.txt index 61308502e..e0a500f8b 100644 --- a/src/includes/perfmon_sandybridgeEP_events.txt +++ b/src/includes/perfmon_sandybridgeEP_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel SandyBridge EP # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridge_counters.h b/src/includes/perfmon_sandybridge_counters.h index e40185dd7..5d9147981 100644 --- a/src/includes/perfmon_sandybridge_counters.h +++ b/src/includes/perfmon_sandybridge_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Sandy Bridge. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_sandybridge_events.txt b/src/includes/perfmon_sandybridge_events.txt index 7767d4c9d..33220a5fa 100644 --- a/src/includes/perfmon_sandybridge_events.txt +++ b/src/includes/perfmon_sandybridge_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel SandyBridge # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_silvermont.h b/src/includes/perfmon_silvermont.h index 263edd90e..4d7753558 100644 --- a/src/includes/perfmon_silvermont.h +++ b/src/includes/perfmon_silvermont.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for Intel Atom (Silvermont) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_silvermont_counters.h b/src/includes/perfmon_silvermont_counters.h index b92d8e633..16c004127 100644 --- a/src/includes/perfmon_silvermont_counters.h +++ b/src/includes/perfmon_silvermont_counters.h @@ -6,7 +6,7 @@ * Description: Counter header file of perfmon module for Intel Atom (Silvermont) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_silvermont_events.txt b/src/includes/perfmon_silvermont_events.txt index f8ce7b700..405294753 100644 --- a/src/includes/perfmon_silvermont_events.txt +++ b/src/includes/perfmon_silvermont_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Atom (Silvermont) # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_skylake.h b/src/includes/perfmon_skylake.h index 0bc0760f4..43e81a55a 100644 --- a/src/includes/perfmon_skylake.h +++ b/src/includes/perfmon_skylake.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Skylake. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_skylakeX_counters.h b/src/includes/perfmon_skylakeX_counters.h index 355a3ce42..8bd3c4b28 100644 --- a/src/includes/perfmon_skylakeX_counters.h +++ b/src/includes/perfmon_skylakeX_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Skylake X. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_skylakeX_events.txt b/src/includes/perfmon_skylakeX_events.txt index 5bc611082..4dd3811d4 100644 --- a/src/includes/perfmon_skylakeX_events.txt +++ b/src/includes/perfmon_skylakeX_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Skylake X # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_skylake_counters.h b/src/includes/perfmon_skylake_counters.h index 65518c883..9be1b9a90 100644 --- a/src/includes/perfmon_skylake_counters.h +++ b/src/includes/perfmon_skylake_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Intel Skylake. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_skylake_events.txt b/src/includes/perfmon_skylake_events.txt index c6c1f9dd2..eb98b13f9 100644 --- a/src/includes/perfmon_skylake_events.txt +++ b/src/includes/perfmon_skylake_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Skylake # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_types.h b/src/includes/perfmon_types.h index 4cb6485d5..be2258373 100644 --- a/src/includes/perfmon_types.h +++ b/src/includes/perfmon_types.h @@ -8,7 +8,7 @@ * on x86 based architectures. Supports multi threading. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmere.h b/src/includes/perfmon_westmere.h index 1b9ce1915..8bdb7baac 100644 --- a/src/includes/perfmon_westmere.h +++ b/src/includes/perfmon_westmere.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Westmere. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmereEX.h b/src/includes/perfmon_westmereEX.h index aa41b9d03..d056bfee6 100644 --- a/src/includes/perfmon_westmereEX.h +++ b/src/includes/perfmon_westmereEX.h @@ -6,7 +6,7 @@ * Description: Header File of perfmon module for Intel Westmere EX. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmereEX_counters.h b/src/includes/perfmon_westmereEX_counters.h index 9dcd23265..fac6d08fb 100644 --- a/src/includes/perfmon_westmereEX_counters.h +++ b/src/includes/perfmon_westmereEX_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for Westmere EX. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmereEX_events.txt b/src/includes/perfmon_westmereEX_events.txt index c3e4c4533..3c74be732 100644 --- a/src/includes/perfmon_westmereEX_events.txt +++ b/src/includes/perfmon_westmereEX_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel WestmereEX # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_westmere_events.txt b/src/includes/perfmon_westmere_events.txt index 90baf89c5..b2d418d83 100644 --- a/src/includes/perfmon_westmere_events.txt +++ b/src/includes/perfmon_westmere_events.txt @@ -5,7 +5,7 @@ # Description: Event list for Intel Westmere # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/perfmon_zen.h b/src/includes/perfmon_zen.h index f15ffea29..0828f2d87 100644 --- a/src/includes/perfmon_zen.h +++ b/src/includes/perfmon_zen.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD Family 17 (ZEN) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_zen2.h b/src/includes/perfmon_zen2.h index af71f6884..83cdf53cb 100644 --- a/src/includes/perfmon_zen2.h +++ b/src/includes/perfmon_zen2.h @@ -6,7 +6,7 @@ * Description: Header file of perfmon module for AMD Family 17 (ZEN2) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_zen2_counters.h b/src/includes/perfmon_zen2_counters.h index 15ea82c49..fe38ff949 100644 --- a/src/includes/perfmon_zen2_counters.h +++ b/src/includes/perfmon_zen2_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for AMD Family 17 (Zen2) * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_zen2_events.txt b/src/includes/perfmon_zen2_events.txt index 325198f06..9e09b37e6 100644 --- a/src/includes/perfmon_zen2_events.txt +++ b/src/includes/perfmon_zen2_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD Zen (Gen2) # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/perfmon_zen_counters.h b/src/includes/perfmon_zen_counters.h index d5827916c..e862d365e 100644 --- a/src/includes/perfmon_zen_counters.h +++ b/src/includes/perfmon_zen_counters.h @@ -6,7 +6,7 @@ * Description: Counter Header File of perfmon module for AMD Family 17 * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/perfmon_zen_events.txt b/src/includes/perfmon_zen_events.txt index ee1e05780..eb3efeeff 100644 --- a/src/includes/perfmon_zen_events.txt +++ b/src/includes/perfmon_zen_events.txt @@ -5,7 +5,7 @@ # Description: Event list for AMD Zen # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Thomas Gruber (tr), thomas.roehl@googlemail.com # Project: likwid diff --git a/src/includes/power.h b/src/includes/power.h index f2799e9f7..02474f80a 100644 --- a/src/includes/power.h +++ b/src/includes/power.h @@ -7,7 +7,7 @@ * Implements Intel RAPL Interface. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/power_types.h b/src/includes/power_types.h index 362c00223..12cbaa215 100644 --- a/src/includes/power_types.h +++ b/src/includes/power_types.h @@ -6,7 +6,7 @@ * Description: Types file for power module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/registers.h b/src/includes/registers.h index 90b9db0fe..dc9aa83a8 100644 --- a/src/includes/registers.h +++ b/src/includes/registers.h @@ -6,7 +6,7 @@ * Description: Register Defines for the perfmon module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/registers_types.h b/src/includes/registers_types.h index 24be61482..22abf74b8 100644 --- a/src/includes/registers_types.h +++ b/src/includes/registers_types.h @@ -6,7 +6,7 @@ * Description: Header File of registers. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/textcolor.h b/src/includes/textcolor.h index c675cf5a1..2a7da025b 100644 --- a/src/includes/textcolor.h +++ b/src/includes/textcolor.h @@ -8,7 +8,7 @@ * colored text. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/thermal.h b/src/includes/thermal.h index 7f40f2af1..d59d24e9e 100644 --- a/src/includes/thermal.h +++ b/src/includes/thermal.h @@ -7,7 +7,7 @@ * Implements Intel TM/TM2 Interface. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/thermal_types.h b/src/includes/thermal_types.h index d3217b794..64a937629 100644 --- a/src/includes/thermal_types.h +++ b/src/includes/thermal_types.h @@ -6,7 +6,7 @@ * Description: Types file for thermal module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/timer.h b/src/includes/timer.h index 84a6c70fe..04d9ac27b 100644 --- a/src/includes/timer.h +++ b/src/includes/timer.h @@ -11,7 +11,7 @@ * measurements should be over 1000 cycles. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/timer_types.h b/src/includes/timer_types.h index 1d5e29db4..cf4a12433 100644 --- a/src/includes/timer_types.h +++ b/src/includes/timer_types.h @@ -6,7 +6,7 @@ * Description: Types file for timer module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/tlb-info.h b/src/includes/tlb-info.h index 277b07780..4a61db66b 100644 --- a/src/includes/tlb-info.h +++ b/src/includes/tlb-info.h @@ -7,7 +7,7 @@ * describing strings. Not used currently. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology.h b/src/includes/topology.h index a418ad243..59c51630f 100644 --- a/src/includes/topology.h +++ b/src/includes/topology.h @@ -6,7 +6,7 @@ * Description: Header File of topology module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/topology_cavtx2.h b/src/includes/topology_cavtx2.h index 76865f2c2..4eac97a3d 100644 --- a/src/includes/topology_cavtx2.h +++ b/src/includes/topology_cavtx2.h @@ -7,7 +7,7 @@ * Thunder X2. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology_cpuid.h b/src/includes/topology_cpuid.h index ea885b5cc..8c828d37c 100644 --- a/src/includes/topology_cpuid.h +++ b/src/includes/topology_cpuid.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using cpuid instruction. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/topology_hwloc.h b/src/includes/topology_hwloc.h index 48658b14d..02c37f307 100644 --- a/src/includes/topology_hwloc.h +++ b/src/includes/topology_hwloc.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using the hwloc library * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology_misc.h b/src/includes/topology_misc.h index 76bf29b01..b03a8279f 100644 --- a/src/includes/topology_misc.h +++ b/src/includes/topology_misc.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using procfs/sysfs * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology_proc.h b/src/includes/topology_proc.h index 0d963e5b6..392e22055 100644 --- a/src/includes/topology_proc.h +++ b/src/includes/topology_proc.h @@ -6,7 +6,7 @@ * Description: Header File of topology backend using procfs/sysfs * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/includes/topology_types.h b/src/includes/topology_types.h index 58a471a09..88732d3d8 100644 --- a/src/includes/topology_types.h +++ b/src/includes/topology_types.h @@ -7,7 +7,7 @@ * in likwid.h * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/includes/tree.h b/src/includes/tree.h index b45d3ee4c..9f8f268d9 100644 --- a/src/includes/tree.h +++ b/src/includes/tree.h @@ -7,7 +7,7 @@ * Implements a simple tree data structure. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/tree_types.h b/src/includes/tree_types.h index d9243df71..b7509912d 100644 --- a/src/includes/tree_types.h +++ b/src/includes/tree_types.h @@ -6,7 +6,7 @@ * Description: Types file for tree module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/includes/types.h b/src/includes/types.h index 3690bf075..520a9ac11 100644 --- a/src/includes/types.h +++ b/src/includes/types.h @@ -6,7 +6,7 @@ * Description: Global Types file * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/libnvctr.c b/src/libnvctr.c index 72833fd90..3a6d8fe16 100644 --- a/src/libnvctr.c +++ b/src/libnvctr.c @@ -6,7 +6,7 @@ * Description: Marker API interface of module nvmon * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/libperfctr.c b/src/libperfctr.c index 063043486..ec7a3785b 100644 --- a/src/libperfctr.c +++ b/src/libperfctr.c @@ -6,7 +6,7 @@ * Description: Marker API interface of module perfmon * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/likwid.f90 b/src/likwid.f90 index 5e5a9809c..f4cc2d09e 100644 --- a/src/likwid.f90 +++ b/src/likwid.f90 @@ -5,7 +5,7 @@ ! Description: Marker API f90 module ! ! Version: 5.0.2 -! Released: 31.08.2020 +! Released: 06.10.2020 ! ! Authors: Jan Treibig (jt), jan.treibig@gmail.com, ! Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/likwid_f90_interface.c b/src/likwid_f90_interface.c index 5cc0b2ad8..c5f049161 100644 --- a/src/likwid_f90_interface.c +++ b/src/likwid_f90_interface.c @@ -6,7 +6,7 @@ * Description: F90 interface for marker API * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/luawid.c b/src/luawid.c index 05a0d0f3b..4dd4352ab 100644 --- a/src/luawid.c +++ b/src/luawid.c @@ -6,7 +6,7 @@ * Description: C part of the Likwid Lua interface * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/map.c b/src/map.c index 1df84643b..02ed17a71 100644 --- a/src/map.c +++ b/src/map.c @@ -6,7 +6,7 @@ * Description: Implementation a hashmap in C using ghash as backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thoams Roehl (tr), thomas.roehl@gmail.com * Project: likwid diff --git a/src/memsweep.c b/src/memsweep.c index a30da4e60..e2511c80a 100644 --- a/src/memsweep.c +++ b/src/memsweep.c @@ -6,7 +6,7 @@ * Description: Implementation of sweeper module. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/numa.c b/src/numa.c index f2c26b0e7..01e300828 100644 --- a/src/numa.c +++ b/src/numa.c @@ -7,7 +7,7 @@ * procfs/sysfs backends. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/numa_hwloc.c b/src/numa_hwloc.c index 8d5dbba44..5f845793f 100644 --- a/src/numa_hwloc.c +++ b/src/numa_hwloc.c @@ -6,7 +6,7 @@ * Description: Interface to hwloc for NUMA topology * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/numa_proc.c b/src/numa_proc.c index 839c3ab17..b40e9f568 100644 --- a/src/numa_proc.c +++ b/src/numa_proc.c @@ -6,7 +6,7 @@ * Description: Get NUMA topology from procfs and sysfs * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/numa_virtual.c b/src/numa_virtual.c index 376b13686..1c0cf2942 100644 --- a/src/numa_virtual.c +++ b/src/numa_virtual.c @@ -6,7 +6,7 @@ * Description: Virtual/Fake NUMA backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Tobias Auerochs, tobi291019@gmail.com diff --git a/src/nvmon.c b/src/nvmon.c index fee2766fe..068e1bb8b 100644 --- a/src/nvmon.c +++ b/src/nvmon.c @@ -7,7 +7,7 @@ * for NVIDIA GPUs * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/pci_hwloc.c b/src/pci_hwloc.c index 3f2a63a43..e6b84e234 100644 --- a/src/pci_hwloc.c +++ b/src/pci_hwloc.c @@ -6,7 +6,7 @@ * Description: Interface to hwloc for PCI device lookup * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/pci_proc.c b/src/pci_proc.c index defb65b12..45e2a1824 100644 --- a/src/pci_proc.c +++ b/src/pci_proc.c @@ -6,7 +6,7 @@ * Description: Interface to procfs/sysfs for PCI device lookup * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tr), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/perfgroup.c b/src/perfgroup.c index 0f38c293e..ba7d9b4a0 100644 --- a/src/perfgroup.c +++ b/src/perfgroup.c @@ -6,7 +6,7 @@ * Description: Handler for performance groups and event sets * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@gmail.com diff --git a/src/perfmon.c b/src/perfmon.c index dd09759b2..e98b66bce 100644 --- a/src/perfmon.c +++ b/src/perfmon.c @@ -6,7 +6,7 @@ * Description: Main implementation of the performance monitoring module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/power.c b/src/power.c index 24b026716..e5a6b3fcd 100644 --- a/src/power.c +++ b/src/power.c @@ -6,7 +6,7 @@ * Description: Module implementing Intel RAPL interface * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/pthread-overload/Makefile b/src/pthread-overload/Makefile index d427fead0..69c388d84 100644 --- a/src/pthread-overload/Makefile +++ b/src/pthread-overload/Makefile @@ -5,7 +5,7 @@ # Description: pthread-overload Makefile # # Version: 5.0.2 -# Released: 31.08.2020 +# Released: 06.10.2020 # # Author: Jan Treibig (jt), jan.treibig@gmail.com # Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/pthread-overload/pthread-overload.c b/src/pthread-overload/pthread-overload.c index 4e164c11e..6042ad1c5 100644 --- a/src/pthread-overload/pthread-overload.c +++ b/src/pthread-overload/pthread-overload.c @@ -7,7 +7,7 @@ * Implements pinning of threads together with likwid-pin. * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/thermal.c b/src/thermal.c index 109ae1a62..edfad4de7 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -6,7 +6,7 @@ * Description: Module implementing Intel TM/TM2 interface * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/timer.c b/src/timer.c index 8a7885db6..459f41549 100644 --- a/src/timer.c +++ b/src/timer.c @@ -6,7 +6,7 @@ * Description: Implementation of timer module * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid diff --git a/src/topology.c b/src/topology.c index 2f4255c77..ba4b4f537 100644 --- a/src/topology.c +++ b/src/topology.c @@ -6,7 +6,7 @@ * Description: Interface to the topology backends * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/topology_cpuid.c b/src/topology_cpuid.c index 42091e553..010f07437 100644 --- a/src/topology_cpuid.c +++ b/src/topology_cpuid.c @@ -6,7 +6,7 @@ * Description: Interface to the cpuid based topology backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/topology_gpu.c b/src/topology_gpu.c index b6925f65f..6cbd14980 100644 --- a/src/topology_gpu.c +++ b/src/topology_gpu.c @@ -6,7 +6,7 @@ * Description: Topology module for GPUs * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Thomas Gruber (tg), thomas.roehl@googlemail.com * Project: likwid diff --git a/src/topology_hwloc.c b/src/topology_hwloc.c index 69bff325f..a5c94c835 100644 --- a/src/topology_hwloc.c +++ b/src/topology_hwloc.c @@ -6,7 +6,7 @@ * Description: Interface to the hwloc based topology backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Thomas Gruber (tr), thomas.roehl@googlemail.com * diff --git a/src/topology_proc.c b/src/topology_proc.c index 81ef5f1d8..c20621f83 100644 --- a/src/topology_proc.c +++ b/src/topology_proc.c @@ -6,7 +6,7 @@ * Description: Interface to the procfs/sysfs based topology backend * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Authors: Jan Treibig (jt), jan.treibig@gmail.com, * Thomas Gruber (tr), thomas.roehl@googlemail.com diff --git a/src/tree.c b/src/tree.c index 118809063..2582f72ff 100644 --- a/src/tree.c +++ b/src/tree.c @@ -6,7 +6,7 @@ * Description: Module implementing a tree data structure * * Version: 5.0.2 - * Released: 31.08.2020 + * Released: 06.10.2020 * * Author: Jan Treibig (jt), jan.treibig@gmail.com * Project: likwid