diff options
author | Matt Macy <mmacy@FreeBSD.org> | 2018-06-01 00:45:53 +0000 |
---|---|---|
committer | Matt Macy <mmacy@FreeBSD.org> | 2018-06-01 00:45:53 +0000 |
commit | fbf962e6bb51d2d51ab3275bd1e3ea428a919434 (patch) | |
tree | a44a77844fa1aa775d460a012c5c19a62699d99f /lib/libpmc/pmc.h | |
parent | cfb0dfa3c2902b23f5b21fd7cee95f38e93a4499 (diff) | |
download | src-fbf962e6bb51d2d51ab3275bd1e3ea428a919434.tar.gz src-fbf962e6bb51d2d51ab3275bd1e3ea428a919434.zip |
Notes
Diffstat (limited to 'lib/libpmc/pmc.h')
-rw-r--r-- | lib/libpmc/pmc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpmc/pmc.h b/lib/libpmc/pmc.h index b128029713a1..186eb47e49f5 100644 --- a/lib/libpmc/pmc.h +++ b/lib/libpmc/pmc.h @@ -114,9 +114,10 @@ int pmc_event_names_of_class(enum pmc_class _cl, const char ***_eventnames, int *_nevents); int pmc_pmu_enabled(void); -void pmc_pmu_print_counters(void); +void pmc_pmu_print_counters(const char *); void pmc_pmu_print_counter_desc(const char *); void pmc_pmu_print_counter_desc_long(const char *); +void pmc_pmu_print_counter_full(const char *); uint64_t pmc_pmu_sample_rate_get(const char *); int pmc_pmu_pmcallocate(const char *, struct pmc_op_pmcallocate *); const char *pmc_pmu_event_get_by_idx(int idx); |