959826ca1b
vendor provided pmu-events tables and sundry cleanups. The vendor pmu-events tables provide counter descriptions, default sample rates, event, umask, and flag values for all the counter configuration permutations. Using this gives us: - much simpler kernel code for the MD component - helpful long and short event descriptions - simpler user code - sample rates that won't overload the system Update man page with newer sample types and remove unused sample type.
16 lines
243 B
Makefile
16 lines
243 B
Makefile
# $FreeBSD$
|
|
PACKAGE=lib${LIB}
|
|
LIB= pmcstat
|
|
INTERNALLIB=
|
|
|
|
SRCS= \
|
|
libpmcstat_event.c \
|
|
libpmcstat_image.c \
|
|
libpmcstat_logging.c \
|
|
libpmcstat_process.c \
|
|
libpmcstat_string.c \
|
|
libpmcstat_symbol.c
|
|
INCS= libpmcstat.h
|
|
|
|
.include <bsd.lib.mk>
|