Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/kernel/trace/rv/monitors/rtapp/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 761 B image not shown  

Quelle  rtapp.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/rv.h>

#define MODULE_NAME "rtapp"

#include "rtapp.h"

struct rv_monitor rv_rtapp;

struct rv_monitor rv_rtapp = {
 .name = "rtapp",
 .description = "Collection of monitors for detecting problems with real-time applications",
};

static int __init register_rtapp(void)
{
 return rv_register_monitor(&rv_rtapp, NULL);
}

static void __exit unregister_rtapp(void)
{
 rv_unregister_monitor(&rv_rtapp);
}

module_init(register_rtapp);
module_exit(unregister_rtapp);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Nam Cao ");
MODULE_DESCRIPTION("Collection of monitors for detecting problems with real-time applications");

Messung V0.5
C=88 H=96 G=91

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.