xref: /openbmc/linux/tools/perf/arch/arm/util/cs-etm.h (revision a818c563)
1a818c563SMathieu Poirier /*
2a818c563SMathieu Poirier  * Copyright(C) 2015 Linaro Limited. All rights reserved.
3a818c563SMathieu Poirier  * Author: Mathieu Poirier <mathieu.poirier@linaro.org>
4a818c563SMathieu Poirier  *
5a818c563SMathieu Poirier  * This program is free software; you can redistribute it and/or modify it
6a818c563SMathieu Poirier  * under the terms of the GNU General Public License version 2 as published by
7a818c563SMathieu Poirier  * the Free Software Foundation.
8a818c563SMathieu Poirier  *
9a818c563SMathieu Poirier  * This program is distributed in the hope that it will be useful, but WITHOUT
10a818c563SMathieu Poirier  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11a818c563SMathieu Poirier  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12a818c563SMathieu Poirier  * more details.
13a818c563SMathieu Poirier  *
14a818c563SMathieu Poirier  * You should have received a copy of the GNU General Public License along with
15a818c563SMathieu Poirier  * this program.  If not, see <http://www.gnu.org/licenses/>.
16a818c563SMathieu Poirier  */
17a818c563SMathieu Poirier 
18a818c563SMathieu Poirier #ifndef INCLUDE__PERF_CS_ETM_H__
19a818c563SMathieu Poirier #define INCLUDE__PERF_CS_ETM_H__
20a818c563SMathieu Poirier 
21a818c563SMathieu Poirier struct auxtrace_record *cs_etm_record_init(int *err);
22a818c563SMathieu Poirier 
23a818c563SMathieu Poirier #endif
24