Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.0-rc1 15 lines 385 B view raw
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__PERF_CS_ETM_H__ 8#define INCLUDE__PERF_CS_ETM_H__ 9 10#include "../../util/evsel.h" 11 12struct auxtrace_record *cs_etm_record_init(int *err); 13int cs_etm_set_drv_config(struct perf_evsel_config_term *term); 14 15#endif