Remove unused symbols.
This commit is contained in:
parent
8f9370b050
commit
7aa1f640f5
@ -533,7 +533,6 @@ struct pmc_op_getmsr {
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#define PMC_REQUEST_POOL_SIZE 32
|
||||
#define PMC_HASH_SIZE 16
|
||||
#define PMC_MTXPOOL_SIZE 32
|
||||
#define PMC_LOG_BUFFER_SIZE 4
|
||||
|
@ -57,9 +57,6 @@ enum pmclog_type {
|
||||
PMCLOG_TYPE_MAP_OUT
|
||||
};
|
||||
|
||||
#define PMCLOG_MAPPING_INSERT 0x01 /* obsolete */
|
||||
#define PMCLOG_MAPPING_DELETE 0x02 /* obsolete */
|
||||
|
||||
/*
|
||||
* A log entry descriptor comprises of a 32 bit header and a 64 bit
|
||||
* time stamp followed by as many 32 bit words are required to record
|
||||
|
Loading…
Reference in New Issue
Block a user