cs-etm.h 385 B

12345678910111213141516
  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. #ifndef INCLUDE__PERF_CS_ETM_H__
  7. #define INCLUDE__PERF_CS_ETM_H__
  8. #include "../../util/evsel.h"
  9. struct auxtrace_record *cs_etm_record_init(int *err);
  10. int cs_etm_set_drv_config(struct perf_evsel_config_term *term);
  11. #endif