aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Processes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/common/include/Processes.hpp')
-rw-r--r--profiling/common/include/Processes.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/profiling/common/include/Processes.hpp b/profiling/common/include/Processes.hpp
new file mode 100644
index 0000000000..cc59d8b2d4
--- /dev/null
+++ b/profiling/common/include/Processes.hpp
@@ -0,0 +1,16 @@
+//
+// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+namespace arm
+{
+namespace pipe
+{
+
+int GetCurrentId();
+
+} // namespace arm
+} // namespace pipe