[rtems commit] build: Add RTEMS_PROFILING

Sebastian Huber sebh at rtems.org
Fri Sep 25 16:51:22 UTC 2020


Module:    rtems
Branch:    master
Commit:    73926320d7f00ab079f04777fd924fee48d84000
Changeset: http://git.rtems.org/rtems/commit/?id=73926320d7f00ab079f04777fd924fee48d84000

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 25 18:48:41 2020 +0200

build: Add RTEMS_PROFILING

Update #3818.

---

 spec/build/cpukit/cpuopts.yml      |  2 ++
 spec/build/cpukit/optprofiling.yml | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/spec/build/cpukit/cpuopts.yml b/spec/build/cpukit/cpuopts.yml
index 5b72c6d..4b2a818 100644
--- a/spec/build/cpukit/cpuopts.yml
+++ b/spec/build/cpukit/cpuopts.yml
@@ -48,6 +48,8 @@ links:
 - role: build-dependency
   uid: optposix
 - role: build-dependency
+  uid: optprofiling
+- role: build-dependency
   uid: optsmp
 - role: build-dependency
   uid: optlibdl
diff --git a/spec/build/cpukit/optprofiling.yml b/spec/build/cpukit/optprofiling.yml
new file mode 100644
index 0000000..c47be24
--- /dev/null
+++ b/spec/build/cpukit/optprofiling.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-boolean: null
+- env-enable: null
+- define-condition: null
+build-type: option
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default: false
+default-by-variant: []
+description: |
+  Enable the SMP lock profiling support
+enabled-by: true
+links: []
+name: RTEMS_PROFILING
+type: build



More information about the vc mailing list