[Likwid-commit] [likwid] branch master updated (d1082b8 -> d9cb2d8)
Christoph Martin
chrism at debian.org
Mon Mar 2 15:31:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
chrism pushed a change to branch master
in repository likwid.
from d1082b8 import debian files
new 7c57191 Imported Upstream version 3.1.3
new 1132cf5 Merge tag 'upstream/3.1.3'
new 717a5a1 new upstream release 3.1.3
new c96a1af remove manpages.patch
new daadeab remove man-pages-fix.patch
new 4911858 remove Makefile-man.patch
new 3b7520e fix ghashh-copyright.patch
new 479db9d fix debianize.patch
new d9cb2d8 fix changelog
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
INSTALL | 10 +-
Makefile | 82 +-
README | 2 +-
bench/x86-64/{triad.ptt => branch.ptt} | 16 +-
bench/x86-64/copy_avx.ptt | 15 +
bench/x86-64/copy_mem_avx.ptt | 14 +
bench/x86-64/{copy_mem.ptt => copy_mem_sse.ptt} | 8 +-
bench/x86-64/copy_plain.ptt | 16 +
bench/x86-64/{copy.ptt => copy_sse.ptt} | 0
bench/x86-64/load_avx.ptt | 12 +
bench/x86-64/load_plain.ptt | 12 +
bench/x86-64/{load.ptt => load_sse.ptt} | 0
bench/x86-64/peak_avx.ptt | 49 +
bench/x86-64/{peak.ptt => peak_sse.ptt} | 0
bench/x86-64/peakflops_avx.ptt | 37 +
bench/x86-64/{peakflops.ptt => peakflops_sse.ptt} | 0
bench/x86-64/store_avx.ptt | 15 +
bench/x86-64/store_mem_avx.ptt | 14 +
bench/x86-64/{store_mem.ptt => store_mem_sse.ptt} | 0
bench/x86-64/store_plain.ptt | 15 +
bench/x86-64/{store.ptt => store_sse.ptt} | 0
bench/x86-64/stream_avx.ptt | 22 +
bench/x86-64/striad_avx.ptt | 23 +
bench/x86-64/striad_mem_avx.ptt | 11 +
.../x86-64/{stream_mem.ptt => striad_mem_sse.ptt} | 0
bench/x86-64/striad_plain.ptt | 23 +
bench/x86-64/{stream.ptt => striad_sse.ptt} | 0
bench/x86-64/sum_sse.ptt | 23 +
bench/x86-64/triad_avx.ptt | 12 +
bench/x86-64/triad_split.ptt | 30 +
bench/x86-64/update_avx.ptt | 15 +
bench/x86-64/update_plain.ptt | 15 +
bench/x86-64/{update.ptt => update_sse.ptt} | 0
bench/x86-64/vtriad_avx.ptt | 22 +
bench/x86-64/vtriad_mem_avx.ptt | 10 +
bench/x86-64/{triad_mem.ptt => vtriad_mem_sse.ptt} | 0
bench/x86-64/vtriad_plain.ptt | 22 +
bench/x86-64/{triad.ptt => vtriad_sse.ptt} | 0
config.mk | 1 -
debian/changelog | 6 +
debian/patches/05-ghashc-copyright.patch | 11 +-
debian/patches/10-debianize.patch | 22 +-
debian/patches/series | 6 +-
doc/feedGnuplot.1 | 190 +++
doc/likwid-accessD.1 | 22 +
doc/likwid-bench.1 | 31 +-
doc/likwid-features.1 | 14 +-
doc/likwid-genCfg.1 | 30 +
doc/likwid-memsweeper.1 | 28 +
doc/likwid-mpirun.1 | 81 ++
doc/likwid-perfctr.1 | 100 +-
doc/likwid-perfscope.1 | 55 +
doc/likwid-pin.1 | 24 +-
doc/likwid-powermeter.1 | 17 +-
doc/likwid-setFreq.1 | 24 +
doc/likwid-setFrequencies.1 | 16 +-
doc/likwid-topology.1 | 14 +-
filters/csv | 5 +-
filters/xml | 27 +-
groups/core2/BRANCH.txt | 2 +
groups/core2/CACHE.txt | 2 +
groups/core2/DATA.txt | 2 +
groups/core2/FLOPS_DP.txt | 2 +
groups/core2/FLOPS_SP.txt | 2 +
groups/core2/FLOPS_X87.txt | 2 +
groups/core2/L2.txt | 2 +
groups/core2/L2CACHE.txt | 2 +
groups/core2/MEM.txt | 2 +
groups/core2/TLB.txt | 2 +
groups/haswell/ENERGY.txt | 11 +-
groups/haswell/ICACHE.txt | 25 +
groups/haswell/L2.txt | 33 +
groups/haswell/L2CACHE.txt | 6 +-
groups/{nehalem => haswell}/L3CACHE.txt | 19 +-
groups/haswell/TLB.txt | 22 -
groups/haswell/TLB_DATA.txt | 35 +
groups/haswell/TLB_INSTR.txt | 28 +
groups/ivybridge/ENERGY.txt | 4 +
groups/ivybridge/FLOPS_AVX.txt | 4 +-
groups/ivybridge/FLOPS_DP.txt | 2 +-
groups/ivybridge/ICACHE.txt | 25 +
groups/{nehalem => ivybridge}/L3CACHE.txt | 19 +-
groups/ivybridge/MEM.txt | 20 +-
groups/ivybridge/MEM_DP.txt | 24 +-
groups/ivybridge/MEM_SP.txt | 22 +-
groups/ivybridge/TLB.txt | 23 -
groups/ivybridge/TLB_DATA.txt | 35 +
groups/ivybridge/TLB_INSTR.txt | 28 +
groups/sandybridge/ENERGY.txt | 6 +-
groups/sandybridge/FLOPS_DP.txt | 2 +-
groups/{nehalem => sandybridge}/L3CACHE.txt | 19 +-
groups/sandybridge/MEM.txt | 20 +-
groups/sandybridge/MEM_DP.txt | 22 +-
groups/sandybridge/MEM_SP.txt | 22 +-
groups/sandybridge/TLB.txt | 23 -
groups/sandybridge/TLB_DATA.txt | 35 +
groups/sandybridge/TLB_INSTR.txt | 28 +
groups/{haswell => silvermont}/BRANCH.txt | 0
groups/{haswell => silvermont}/ENERGY.txt | 4 +-
groups/silvermont/ICACHE.txt | 25 +
groups/silvermont/L1TOL2.txt | 28 +
groups/silvermont/L2TOMEM.txt | 26 +
kernel/Makefile | 12 +
kernel/enable_rdpmc.c | 73 ++
make/include_GCC.mk | 2 +-
make/include_ICC.mk | 6 +-
perl/generatePas.pl | 2 +-
perl/likwid-mpirun | 36 +-
perl/likwid-setFrequencies | 41 +-
perl/set_license.pl | 4 +-
perl/templates/group.tt | 57 +-
src/access-daemon/Makefile | 9 +-
src/access-daemon/accessDaemon.c | 345 ++++--
src/access-daemon/setFreq.c | 100 +-
src/access-daemon/setFreq.c.tmp | 0
src/accessClient.c | 46 +-
src/affinity.c | 179 +--
src/allocator.c | 43 +-
src/applications/likwid-bench.c | 353 +++---
src/applications/likwid-features.c | 48 +-
src/applications/likwid-genCfg.c | 32 +-
src/applications/likwid-memsweeper.c | 43 +-
src/applications/likwid-perfctr.c | 166 ++-
src/applications/likwid-pin.c | 150 ++-
src/applications/likwid-powermeter.c | 291 +++--
src/applications/likwid-topology.c | 86 +-
src/asciiBoxes.c | 7 +-
src/asciiTable.c | 4 +-
src/barrier.c | 8 +-
src/bench.c | 122 +-
src/bitUtil.c | 4 +-
src/cpuFeatures.c | 274 ++--
src/cpuid.c | 108 +-
src/daemon.c | 94 +-
src/ghash.c | 1 -
src/hashTable.c | 10 +-
src/includes/accessClient.h | 4 +-
src/includes/accessClient_types.h | 4 +-
src/includes/affinity.h | 6 +-
src/includes/affinity_types.h | 6 +-
src/includes/allocator.h | 17 +-
src/includes/asciiBoxes.h | 6 +-
src/includes/asciiBoxes_types.h | 4 +-
src/includes/asciiTable.h | 4 +-
src/includes/asciiTable_types.h | 4 +-
src/includes/barrier.h | 4 +-
src/includes/barrier_types.h | 4 +-
src/includes/bitUtil.h | 4 +-
src/includes/cpuFeatures.h | 4 +-
src/includes/cpuFeatures_types.h | 38 +-
src/includes/cpuid.h | 11 +-
src/includes/cpuid_types.h | 5 +-
src/includes/daemon.h | 6 +-
src/includes/error.h | 4 +-
src/includes/ghash.h | 14 +-
src/includes/hashTable.h | 4 +-
src/includes/libperfctr_types.h | 4 +-
src/includes/likwid.h | 4 +-
src/includes/lock.h | 56 +-
src/includes/memsweep.h | 10 +-
src/includes/msr.h | 4 +-
src/includes/multiplex.h | 4 +-
src/includes/multiplex_types.h | 4 +-
src/includes/numa.h | 4 +-
src/includes/numa_types.h | 10 +-
src/includes/pci.h | 4 +-
src/includes/pci_types.h | 4 +-
src/includes/perfmon.h | 49 +-
src/includes/perfmon_atom.h | 4 +-
src/includes/perfmon_atom_events.txt | 4 +-
src/includes/perfmon_core2.h | 13 +-
src/includes/perfmon_core2_counters.h | 13 +-
src/includes/perfmon_core2_events.txt | 9 +-
src/includes/perfmon_haswell.h | 156 ++-
src/includes/perfmon_haswell_counters.h | 13 +-
src/includes/perfmon_haswell_events.txt | 148 +--
src/includes/perfmon_interlagos.h | 14 +-
src/includes/perfmon_interlagos_counters.h | 4 +-
src/includes/perfmon_interlagos_events.txt | 4 +-
src/includes/perfmon_ivybridge.h | 84 +-
src/includes/perfmon_ivybridge_counters.h | 103 +-
src/includes/perfmon_ivybridge_events.txt | 210 +---
src/includes/perfmon_k10.h | 13 +-
src/includes/perfmon_k10_counters.h | 4 +-
src/includes/perfmon_k10_events.txt | 4 +-
src/includes/perfmon_k8.h | 4 +-
src/includes/perfmon_k8_events.txt | 4 +-
src/includes/perfmon_kabini.h | 18 +-
src/includes/perfmon_kabini_counters.h | 4 +-
src/includes/perfmon_kabini_events.txt | 4 +-
src/includes/perfmon_nehalem.h | 44 +-
src/includes/perfmon_nehalemEX.h | 602 ++++++++-
src/includes/perfmon_nehalemEX_events.txt | 619 +++++++++-
src/includes/perfmon_nehalem_counters.h | 4 +-
src/includes/perfmon_nehalem_events.txt | 4 +-
src/includes/perfmon_p6_events.txt | 4 +-
src/includes/perfmon_phi.h | 11 +-
src/includes/perfmon_phi_counters.h | 4 +-
src/includes/perfmon_phi_events.txt | 4 +-
src/includes/perfmon_pm.h | 17 +-
src/includes/perfmon_pm_counters.h | 4 +-
src/includes/perfmon_pm_events.txt | 4 +-
src/includes/perfmon_sandybridge.h | 47 +-
src/includes/perfmon_sandybridge_counters.h | 93 +-
src/includes/perfmon_sandybridge_events.txt | 695 +----------
.../{perfmon_haswell.h => perfmon_silvermont.h} | 161 ++-
...ll_counters.h => perfmon_silvermont_counters.h} | 26 +-
src/includes/perfmon_silvermont_events.txt | 440 +++++++
src/includes/perfmon_types.h | 44 +-
src/includes/perfmon_westmere.h | 4 +-
src/includes/perfmon_westmereEX.h | 522 +++++---
src/includes/perfmon_westmereEX_counters.h | 72 +-
src/includes/perfmon_westmereEX_events.txt | 637 +++++++++-
src/includes/perfmon_westmere_events.txt | 4 +-
src/includes/power.h | 4 +-
src/includes/power_types.h | 4 +-
src/includes/registers.h | 84 +-
src/includes/strUtil.h | 6 +-
src/includes/strUtil_types.h | 4 +-
src/includes/test_types.h | 22 +-
src/includes/textcolor.h | 4 +-
src/includes/thermal.h | 9 +-
src/includes/thermal_types.h | 5 +-
src/includes/threads.h | 7 +-
src/includes/threads_types.h | 26 +-
src/includes/timer.h | 70 +-
src/includes/timer_types.h | 4 +-
src/includes/tree.h | 4 +-
src/includes/tree_types.h | 4 +-
src/includes/types.h | 4 +-
src/libperfctr.c | 79 +-
src/likwid.f90 | 28 +-
src/likwid_f90_interface.c | 8 +-
src/memsweep.c | 40 +-
src/msr.c | 168 ++-
src/multiplex.c | 4 +-
src/numa.c | 38 +-
src/pci.c | 159 ++-
src/perfmon.c | 255 +++-
src/power.c | 54 +-
src/pthread-overload/Makefile | 4 +-
src/pthread-overload/pthread-overload.c | 8 +-
src/strUtil.c | 1305 ++++++++++----------
src/thermal.c | 5 +-
src/threads.c | 13 +-
src/timer.c | 28 +-
src/tree.c | 44 +-
test/accuracy/Makefile | 25 +
test/accuracy/README | 18 +
test/accuracy/likwid-accuracy.py | 533 ++++++++
test/accuracy/likwid-tester | 4 +-
test/accuracy/statistics.py | 643 ++++++++++
test/executable_tests/Makefile | 22 +
test/executable_tests/README | 8 +
test/executable_tests/likwid-bench.txt | 29 +
test/executable_tests/likwid-features.txt | 9 +
test/executable_tests/likwid-genCfg.txt | 5 +
test/executable_tests/likwid-memsweeper.txt | 8 +
test/executable_tests/likwid-perfctr.txt | 38 +
test/executable_tests/likwid-pin.txt | 26 +
test/executable_tests/likwid-powermeter.txt | 14 +
test/executable_tests/likwid-setFreq.txt | 6 +
test/executable_tests/likwid-topology.txt | 11 +
test/executable_tests/tester.sh | 80 ++
264 files changed, 9774 insertions(+), 4106 deletions(-)
copy bench/x86-64/{triad.ptt => branch.ptt} (62%)
create mode 100644 bench/x86-64/copy_avx.ptt
create mode 100644 bench/x86-64/copy_mem_avx.ptt
copy bench/x86-64/{copy_mem.ptt => copy_mem_sse.ptt} (56%)
create mode 100644 bench/x86-64/copy_plain.ptt
copy bench/x86-64/{copy.ptt => copy_sse.ptt} (100%)
create mode 100644 bench/x86-64/load_avx.ptt
create mode 100644 bench/x86-64/load_plain.ptt
copy bench/x86-64/{load.ptt => load_sse.ptt} (100%)
create mode 100644 bench/x86-64/peak_avx.ptt
copy bench/x86-64/{peak.ptt => peak_sse.ptt} (100%)
create mode 100644 bench/x86-64/peakflops_avx.ptt
copy bench/x86-64/{peakflops.ptt => peakflops_sse.ptt} (100%)
create mode 100644 bench/x86-64/store_avx.ptt
create mode 100644 bench/x86-64/store_mem_avx.ptt
copy bench/x86-64/{store_mem.ptt => store_mem_sse.ptt} (100%)
create mode 100644 bench/x86-64/store_plain.ptt
copy bench/x86-64/{store.ptt => store_sse.ptt} (100%)
create mode 100644 bench/x86-64/stream_avx.ptt
create mode 100644 bench/x86-64/striad_avx.ptt
create mode 100644 bench/x86-64/striad_mem_avx.ptt
copy bench/x86-64/{stream_mem.ptt => striad_mem_sse.ptt} (100%)
create mode 100644 bench/x86-64/striad_plain.ptt
copy bench/x86-64/{stream.ptt => striad_sse.ptt} (100%)
create mode 100644 bench/x86-64/sum_sse.ptt
create mode 100644 bench/x86-64/triad_avx.ptt
create mode 100644 bench/x86-64/triad_split.ptt
create mode 100644 bench/x86-64/update_avx.ptt
create mode 100644 bench/x86-64/update_plain.ptt
copy bench/x86-64/{update.ptt => update_sse.ptt} (100%)
create mode 100644 bench/x86-64/vtriad_avx.ptt
create mode 100644 bench/x86-64/vtriad_mem_avx.ptt
copy bench/x86-64/{triad_mem.ptt => vtriad_mem_sse.ptt} (100%)
create mode 100644 bench/x86-64/vtriad_plain.ptt
copy bench/x86-64/{triad.ptt => vtriad_sse.ptt} (100%)
create mode 100644 doc/feedGnuplot.1
create mode 100644 doc/likwid-accessD.1
create mode 100644 doc/likwid-genCfg.1
create mode 100644 doc/likwid-memsweeper.1
create mode 100644 doc/likwid-mpirun.1
create mode 100644 doc/likwid-perfscope.1
create mode 100644 doc/likwid-setFreq.1
create mode 100644 groups/haswell/ICACHE.txt
create mode 100644 groups/haswell/L2.txt
copy groups/{nehalem => haswell}/L3CACHE.txt (68%)
delete mode 100644 groups/haswell/TLB.txt
create mode 100644 groups/haswell/TLB_DATA.txt
create mode 100644 groups/haswell/TLB_INSTR.txt
create mode 100644 groups/ivybridge/ICACHE.txt
copy groups/{nehalem => ivybridge}/L3CACHE.txt (68%)
delete mode 100644 groups/ivybridge/TLB.txt
create mode 100644 groups/ivybridge/TLB_DATA.txt
create mode 100644 groups/ivybridge/TLB_INSTR.txt
copy groups/{nehalem => sandybridge}/L3CACHE.txt (68%)
delete mode 100644 groups/sandybridge/TLB.txt
create mode 100644 groups/sandybridge/TLB_DATA.txt
create mode 100644 groups/sandybridge/TLB_INSTR.txt
copy groups/{haswell => silvermont}/BRANCH.txt (100%)
copy groups/{haswell => silvermont}/ENERGY.txt (81%)
create mode 100644 groups/silvermont/ICACHE.txt
create mode 100644 groups/silvermont/L1TOL2.txt
create mode 100644 groups/silvermont/L2TOMEM.txt
create mode 100644 kernel/Makefile
create mode 100644 kernel/enable_rdpmc.c
delete mode 100644 src/access-daemon/setFreq.c.tmp
copy src/includes/{perfmon_haswell.h => perfmon_silvermont.h} (63%)
copy src/includes/{perfmon_haswell_counters.h => perfmon_silvermont_counters.h} (68%)
create mode 100644 src/includes/perfmon_silvermont_events.txt
create mode 100644 test/accuracy/Makefile
create mode 100644 test/accuracy/README
create mode 100755 test/accuracy/likwid-accuracy.py
create mode 100755 test/accuracy/statistics.py
create mode 100644 test/executable_tests/Makefile
create mode 100644 test/executable_tests/README
create mode 100644 test/executable_tests/likwid-bench.txt
create mode 100644 test/executable_tests/likwid-features.txt
create mode 100644 test/executable_tests/likwid-genCfg.txt
create mode 100644 test/executable_tests/likwid-memsweeper.txt
create mode 100644 test/executable_tests/likwid-perfctr.txt
create mode 100644 test/executable_tests/likwid-pin.txt
create mode 100644 test/executable_tests/likwid-powermeter.txt
create mode 100644 test/executable_tests/likwid-setFreq.txt
create mode 100644 test/executable_tests/likwid-topology.txt
create mode 100755 test/executable_tests/tester.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/likwid/likwid.git
More information about the Likwid-commit
mailing list