brintos

brintos / linux-shallow public Read only

0
0
Text · 290 B · a3354bd Raw
13 lines · c
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 */6 7#ifndef INCLUDE__PERF_CS_ETM_H__8#define INCLUDE__PERF_CS_ETM_H__9 10struct auxtrace_record *cs_etm_record_init(int *err);11 12#endif13