162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __SAMPLE_RAW_H 362306a36Sopenharmony_ci#define __SAMPLE_RAW_H 1 462306a36Sopenharmony_ci 562306a36Sopenharmony_cistruct evlist; 662306a36Sopenharmony_ciunion perf_event; 762306a36Sopenharmony_cistruct perf_sample; 862306a36Sopenharmony_ci 962306a36Sopenharmony_civoid evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event, 1062306a36Sopenharmony_ci struct perf_sample *sample); 1162306a36Sopenharmony_cibool evlist__has_amd_ibs(struct evlist *evlist); 1262306a36Sopenharmony_civoid evlist__amd_sample_raw(struct evlist *evlist, union perf_event *event, 1362306a36Sopenharmony_ci struct perf_sample *sample); 1462306a36Sopenharmony_civoid evlist__init_trace_event_sample_raw(struct evlist *evlist); 1562306a36Sopenharmony_ci#endif /* __PERF_EVLIST_H */ 16