Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/perf/util/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 795 B image not shown  

Quelle  pfm.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Support for libpfm4 event encoding.
 *
 * Copyright 2020 Google LLC.
 */

#ifndef __PERF_PFM_H
#define __PERF_PFM_H

#include "print-events.h"
#include <subcmd/parse-options.h>

#ifdef HAVE_LIBPFM
int parse_libpfm_events_option(const struct option *opt, const char *str,
   int unset);

void print_libpfm_events(const struct print_callbacks *print_cb, void *print_state);

#else
#include <linux/compiler.h>

static inline int parse_libpfm_events_option(
 const struct option *opt __maybe_unused,
 const char *str __maybe_unused,
 int unset __maybe_unused)
{
 return 0;
}

static inline void print_libpfm_events(const struct print_callbacks *print_cb __maybe_unused,
           void *print_state __maybe_unused)
{
}

#endif


#endif /* __PERF_PFM_H */

Messung V0.5
C=93 H=100 G=96

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet)  ¤

*© 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.