cs-etm.h (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) cs-etm.h (f2a39fe84901df2b3d1bec3459b65cee3e8db57c)
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__UTIL_PERF_CS_ETM_H__
8#define INCLUDE__UTIL_PERF_CS_ETM_H__
9
10#include "util/event.h"
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__UTIL_PERF_CS_ETM_H__
8#define INCLUDE__UTIL_PERF_CS_ETM_H__
9
10#include "util/event.h"
11#include "util/session.h"
12#include <linux/bits.h>
13
11#include <linux/bits.h>
12
13struct perf_session;
14
14/* Versionning header in case things need tro change in the future. That way
15 * decoding of old snapshot is still possible.
16 */
17enum {
18 /* Starting with 0x0 */
19 CS_HEADER_VERSION_0,
20 /* PMU->type (32 bit), total # of CPUs (32 bit) */
21 CS_PMU_TYPE_CPUS,

--- 205 unchanged lines hidden ---
15/* Versionning header in case things need tro change in the future. That way
16 * decoding of old snapshot is still possible.
17 */
18enum {
19 /* Starting with 0x0 */
20 CS_HEADER_VERSION_0,
21 /* PMU->type (32 bit), total # of CPUs (32 bit) */
22 CS_PMU_TYPE_CPUS,

--- 205 unchanged lines hidden ---