/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ #ifndef __DRM_PMU_H #define __DRM_PMU_H /* * Linux DRM clients expose information through usage stats as documented in * Documentation/gpu/drm-usage-stats.rst (available online at * https://docs.kernel.org/gpu/drm-usage-stats.html). This is a tool like PMU * that exposes DRM information.
*/
int perf_pmus__read_drm_pmus(struct list_head *pmus);
int evsel__drm_pmu_open(struct evsel *evsel, struct perf_thread_map *threads, int start_cpu_map_idx, int end_cpu_map_idx); int evsel__drm_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread);
#endif/* __DRM_PMU_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
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.