summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h')
-rw-r--r--src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h b/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
index 8dd4b54d..d864e96c 100644
--- a/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
+++ b/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
@@ -995,6 +995,8 @@ void pk_trace_big(uint32_t i_hash_and_count,
void pk_trace_binary(uint32_t i_hash_and_size, void* bufp);
void pk_trace_set_timebase(PkTimebase timebase);
+// set the frequency (hz) of the timebase for trace timestamps
+void pk_trace_set_freq(uint32_t i_frequency);
/// Cast a pointer to another type, in a way that won't cause warnings
OpenPOWER on IntegriCloud