1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/drivers/misc/mediatek/perf_common/perf_tracker.h
2024-03-11 06:53:12 +11:00

14 lines
285 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2019 MediaTek Inc.
*/
#ifndef _PERF_TRACKER_H
#define _PERF_TRACKER_H
#if IS_ENABLED(CONFIG_MTK_GPU_SWPM_SUPPORT)
void perf_update_gpu_counter(unsigned int gpu_pmu[], unsigned int len);
#endif
#endif /* _PERF_TRACKER_H */