Linux 5.1.15
[linux/fpc-iii.git] / tools / perf / arch / arm / util / cs-etm.h
bloba3354bda4fe8e255309dc0ed5df435e80b2dc4c8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright(C) 2015 Linaro Limited. All rights reserved.
4 * Author: Mathieu Poirier <mathieu.poirier@linaro.org>
5 */
7 #ifndef INCLUDE__PERF_CS_ETM_H__
8 #define INCLUDE__PERF_CS_ETM_H__
10 struct auxtrace_record *cs_etm_record_init(int *err);
12 #endif