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

Quelle  syscall_summary.h

  Sprache: C
 

// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/* Data structures shared between BPF and tools. */
#ifndef UTIL_BPF_SKEL_SYSCALL_SUMMARY_H
#define UTIL_BPF_SKEL_SYSCALL_SUMMARY_H

enum syscall_aggr_mode {
 SYSCALL_AGGR_THREAD,
 SYSCALL_AGGR_CPU,
 SYSCALL_AGGR_CGROUP,
};

struct syscall_key {
 u64 cgroup;
 int cpu_or_tid;
 int nr;
};

struct syscall_stats {
 u64 total_time;
 u64 squared_sum;
 u64 max_time;
 u64 min_time;
 u32 count;
 u32 error;
};

#endif /* UTIL_BPF_SKEL_SYSCALL_SUMMARY_H */

Messung V0.5 in Prozent
C=96 H=89 G=92

¤ Dauer der Verarbeitung: 0.14 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.