]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libpmcstat: compile in events based on json description
authormmacy <mmacy@FreeBSD.org>
Thu, 24 May 2018 04:30:06 +0000 (04:30 +0000)
committermmacy <mmacy@FreeBSD.org>
Thu, 24 May 2018 04:30:06 +0000 (04:30 +0000)
commitda844acd6d4169f6a84120f11e99d54b05e3b0b5
tree46d0c9b9b9df9de1fb5c2421715ff4df800c1f1e
parent27e1a75564b9e4e3514c6f4a508473d1fca8d118
libpmcstat: compile in events based on json description
243 files changed:
Makefile
Makefile.inc1
lib/libpmcstat/Makefile
lib/libpmcstat/libpmcstat.h
lib/libpmcstat/libpmcstat_pmu_util.c [new file with mode: 0644]
lib/libpmcstat/pmu-events/Makefile [new file with mode: 0644]
lib/libpmcstat/pmu-events/README [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/arm/cortex-a53/branch.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/arm/cortex-a53/bus.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/arm/cortex-a53/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/arm/cortex-a53/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/arm/cortex-a53/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/arm/cortex-a53/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/armv8-recommended.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/cavium/thunderx2/core-imp-def.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/hisilicon/hip08/core-imp-def.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/arm64/mapfile.csv [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/mapfile.csv [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/marked.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/pmc.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power8/translation.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/marked.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/pmc.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/powerpc/power9/translation.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z10/basic.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z10/crypto.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z10/extended.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z13/basic.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z13/crypto.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z13/extended.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z14/basic.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z14/crypto.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z14/extended.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z196/basic.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z196/crypto.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_z196/extended.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_zec12/basic.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_zec12/crypto.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/cf_zec12/extended.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/s390/mapfile.csv [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/bonnell/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/bdw-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/uncore.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwell/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/bdwde-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/uncore-cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/uncore-power.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellde/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/bdx-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/uncore-cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/uncore-interconnect.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/uncore-power.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/broadwellx/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmont/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmont/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmont/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmont/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmont/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmont/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmontplus/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmontplus/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmontplus/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmontplus/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmontplus/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/goldmontplus/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/hsw-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/uncore.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswell/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/hsx-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/uncore-cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/uncore-interconnect.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/uncore-power.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/haswellx/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/ivb-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/uncore.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivybridge/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/ivt-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/uncore-cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/uncore-interconnect.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/uncore-power.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/ivytown/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/jkt-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/uncore-cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/uncore-interconnect.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/uncore-power.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/jaketown/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/knightslanding/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/knightslanding/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/knightslanding/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/knightslanding/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/knightslanding/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/knightslanding/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/mapfile.csv [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemep/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/nehalemex/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/snb-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/uncore.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/sandybridge/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/silvermont/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/silvermont/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/silvermont/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/silvermont/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/silvermont/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/skl-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/uncore.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylake/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/skx-metrics.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/uncore-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/uncore-other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/skylakex/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-dp/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereep-sp/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/cache.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/floating-point.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/frontend.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/other.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/pipeline.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/arch/x86/westmereex/virtual-memory.json [new file with mode: 0644]
lib/libpmcstat/pmu-events/jevents.c [new file with mode: 0644]
lib/libpmcstat/pmu-events/jevents.h [new file with mode: 0644]
lib/libpmcstat/pmu-events/jsmn.c [new file with mode: 0644]
lib/libpmcstat/pmu-events/jsmn.h [new file with mode: 0644]
lib/libpmcstat/pmu-events/json.c [new file with mode: 0644]
lib/libpmcstat/pmu-events/json.h [new file with mode: 0644]
lib/libpmcstat/pmu-events/list.h [new file with mode: 0644]
lib/libpmcstat/pmu-events/pmu-events.h [new file with mode: 0644]
sys/amd64/conf/GENERIC-NODEBUG
usr.sbin/pmcstat/pmcstat.c
usr.sbin/pmcstat/pmcstat.h