Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright(C) 2015 Linaro Limited. All rights reserved.
0004  * Author: Mathieu Poirier <mathieu.poirier@linaro.org>
0005  */
0006 
0007 #ifndef INCLUDE__PERF_CS_ETM_H__
0008 #define INCLUDE__PERF_CS_ETM_H__
0009 
0010 struct auxtrace_record *cs_etm_record_init(int *err);
0011 
0012 #endif