mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
14 lines
285 B
C
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 */
|