2018-04-18 22:05:18 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2016-09-16 15:50:00 +00:00
|
|
|
/*
|
|
|
|
* Copyright(C) 2015 Linaro Limited. All rights reserved.
|
|
|
|
* Author: Mathieu Poirier <mathieu.poirier@linaro.org>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef INCLUDE__PERF_CS_ETM_H__
|
|
|
|
#define INCLUDE__PERF_CS_ETM_H__
|
|
|
|
|
2016-09-16 15:50:04 +00:00
|
|
|
#include "../../util/evsel.h"
|
|
|
|
|
2016-09-16 15:50:00 +00:00
|
|
|
struct auxtrace_record *cs_etm_record_init(int *err);
|
2016-09-16 15:50:04 +00:00
|
|
|
int cs_etm_set_drv_config(struct perf_evsel_config_term *term);
|
2016-09-16 15:50:00 +00:00
|
|
|
|
|
|
|
#endif
|