]> Git Repo - linux.git/blob - tools/perf/arch/arm/util/cs-etm.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / tools / perf / arch / arm / util / cs-etm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright(C) 2015 Linaro Limited. All rights reserved.
4  * Author: Mathieu Poirier <[email protected]>
5  */
6
7 #ifndef INCLUDE__PERF_CS_ETM_H__
8 #define INCLUDE__PERF_CS_ETM_H__
9
10 struct auxtrace_record *cs_etm_record_init(int *err);
11
12 #endif
This page took 0.051751 seconds and 4 git commands to generate.