summaryrefslogtreecommitdiff
path: root/kern/perfmon.h
diff options
context:
space:
mode:
authorRemy Noel <mocramis@gmail.com>2018-04-20 23:59:39 +0200
committerRemy Noel <mocramis@gmail.com>2018-04-21 01:27:49 +0200
commit5b92bf60486b62c8222ebd63d44faa7804c0edeb (patch)
tree01fca4cf43e56deed85d7ad80faf309b41789019 /kern/perfmon.h
parent0971db08230932057141990462f32c17ae088d82 (diff)
perfmon: various cosmetics.
Diffstat (limited to 'kern/perfmon.h')
-rw-r--r--kern/perfmon.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/kern/perfmon.h b/kern/perfmon.h
index 3b9a002..b979e65 100644
--- a/kern/perfmon.h
+++ b/kern/perfmon.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Remy Noel.
+ * Copyright (c) 2014-2018 Remy Noel.
* Copyright (c) 2014 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
@@ -247,11 +247,4 @@ void perfmon_cpu_pmc_set_prev(unsigned int pmc_id, uint64_t prev);
*/
void perfmon_cpu_pmc_inc_of(unsigned int pmc_id);
-/*
- * PMU init moduls
- * - module fully initialized
- */
-INIT_OP_DECLARE(pmu_intel_setup);
-INIT_OP_DECLARE(pmu_amd_setup);
-
#endif /* _KERN_PERFMON_H */