Home
last modified time | relevance | path

Searched full:analysis (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/doc/develop/sca/
Dgcc.rst3 GCC static analysis support
6 Static analysis was introduced in `GCC <https://gcc.gnu.org/>`__ 10 and it is enabled
8 analysis of the code than traditional warnings.
10 Run GCC static analysis
13 To run GCC static analysis, :ref:`west build <west-building>` should be
Dcodechecker.rst6 `CodeChecker <https://codechecker.readthedocs.io/>`__ is a static analysis infrastructure.
7 It executes analysis tools available on the build system, such as
45 - The number of threads to use in analysis. (default: <CPU count>)
59 during analysis.
63 - Skip parsing the analysis, useful if you simply want to store the results.
65 - Run the ``store`` command after analysis.
72 - Trim the defined path from the analysis results, e.g. ``/home/user/zephyrproject``.
Dindex.rst3 Static Code Analysis (SCA)
6 Support for static code analysis tools in Zephyr is possible through CMake.
13 to enable the static analysis tool ``sparse``.
Dsparse.rst7 is a static code analysis tool.
8 Apart from performing common code analysis tasks it also supports an
Declair.rst7 static analysis tool and platform for software verification.
30 This will only invoke the ECLAIR analysis with the predefined ruleset ``first_analysis``. If you
Dcpptest.rst7 and static analysis tool for C and C++. It is a commercial software and you must acquire a
/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h22 * thread analysis.
54 * Callback function with thread analysis information.
56 * @param info Thread analysis information.
Dstack.h3 * Stack usage analysis helpers
/Zephyr-latest/.github/workflows/
Dscorecards.yml21 analysis:
22 name: Scorecard analysis
36 - name: "Run analysis"
Dissues-report-config.json33 "section": "Static Analysis",
/Zephyr-latest/subsys/debug/
DKconfig28 prompt "Thread analysis print mode"
56 bool "Run analysis with interrupts unlocked"
59 The thread analysis takes quite a long time.
75 bool "Run periodic thread analysis in a thread"
79 Thread analysis would be called periodically.
93 int "Thread analysis interval"
100 int "Stack size for the periodic thread analysis thread"
/Zephyr-latest/cmake/sca/eclair/ECL/
Danalysis_first_analysis.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
Danalysis_HIS.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
Danalysis_heavy_STU.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
Danalysis_std_lib.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
Danalysis_WP.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
/Zephyr-latest/doc/project/
Dproject_roles.rst131 * Responsibility to triage static analysis issues in their code area.
180 Static Analysis Audit Team
183 The Static Analysis Audit team works closely with the release engineering
184 team to ensure that static analysis defects opened during a release
188 * Right to revert any triage in a static analysis tool (e.g: Coverity)
194 Joining the Static Analysis Audit team
197 in static analysis.
403 * Static Analysis (Coverity)
/Zephyr-latest/cmake/sca/eclair/
Declair.template22 -eval_file=@ECLAIR_ECL_DIR@/analysis.ecl
Dsca.cmake117 # call which calls the compiler and to generate analysis files.
124 # elf file was generated with this we cane make sure that the analysis is completed.
/Zephyr-latest/doc/services/debugging/
Dthread-analyzer.rst10 The analysis is performed on demand when the application calls
80 The time for which the module sleeps between consecutive printing of thread analysis in automatic
/Zephyr-latest/scripts/
Ddump_bugs_pickle.py37 '''Get the bugs to use for analysis, given command line arguments.'''
/Zephyr-latest/lib/libc/minimal/include/sys/
Dtypes.h19 /* Static code analysis tool can raise a violation
/Zephyr-latest/cmake/modules/
Droot.cmake15 # - SCA_ROOT: CMake list of SCA roots containing static code analysis integration code
/Zephyr-latest/include/zephyr/sys/
Dspeculation.h17 * leak confidential data due to analysis of micro-architectural properties.
/Zephyr-latest/doc/connectivity/networking/api/
Dcapture.rst15 external system for analysis. The monitoring can be setup either manually
48 for analysis.

1234