Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/perf/arch/arm/util/cs-etm.h
26299 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright(C) 2015 Linaro Limited. All rights reserved.
4
* Author: Mathieu Poirier <[email protected]>
5
*/
6
7
#ifndef INCLUDE__PERF_CS_ETM_H__
8
#define INCLUDE__PERF_CS_ETM_H__
9
10
struct auxtrace_record *cs_etm_record_init(int *err);
11
12
#endif
13
14