cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sample-raw.h (511B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __SAMPLE_RAW_H
      3#define __SAMPLE_RAW_H 1
      4
      5struct evlist;
      6union perf_event;
      7struct perf_sample;
      8
      9void evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event,
     10			     struct perf_sample *sample);
     11bool evlist__has_amd_ibs(struct evlist *evlist);
     12void evlist__amd_sample_raw(struct evlist *evlist, union perf_event *event,
     13			    struct perf_sample *sample);
     14void evlist__init_trace_event_sample_raw(struct evlist *evlist);
     15#endif /* __PERF_EVLIST_H */