Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/tools/testing/selftests/bpf/progs/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 6 kB image not shown  

Quellcode-Bibliothek sleep_trace.h   Sprache: unbekannt

 
/* SPDX-License-Identifier: GPL-2.0 */

/*
 * Snippet to be included in rv_trace.h
 */


#ifdef CONFIG_RV_MON_SLEEP
DEFINE_EVENT(event_ltl_monitor_id, event_sleep,
      TP_PROTO(struct task_struct *task, char *states, char *atoms, char *next),
      TP_ARGS(task, states, atoms, next));
DEFINE_EVENT(error_ltl_monitor_id, error_sleep,
      TP_PROTO(struct task_struct *task),
      TP_ARGS(task));
#endif /* CONFIG_RV_MON_SLEEP */

Messung V0.5 in Prozent
C=97 H=89 G=93

[0.3QuellennavigatorsProjekt 2026-06-07]