Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/tools/perf/tests/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 720 B image not shown  

Quelle  perf-targz-src-pkg

  Sprache: HTML
 

#!/bin/bash
SPDX-License-Identifier: GPL-2.0
Test one of the main kernel Makefile targets to generate a perf sources tarball
suitable for build outside the full kernel sources.
java.lang.NullPointerException
This is to test that the tools/perf/MANIFEST file lists all the files needed to
be in such tarball, which sometimes gets broken when we move files around,
like when we made some files that were in tools/perf/ available to other tools/
codebases by moving it to tools/include/, etc.
set -e

PERF=$1
cd ${PERF}/../..
make perf-targz-src-pkg
TARBALL=$(ls -rt perf-*.tar.gz)
TMP_DEST=$(mktemp -d)
tar xf ${TARBALL} -C $TMP_DEST
rm -f ${TARBALL}
cd - > /dev/null
make -C $TMP_DEST/perf*/tools/perf
RC=$?
rm -rf ${TMP_DEST}
exit $RC

Messung V0.5 in Prozent
C=98 H=94 G=95

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.