Home | History | Annotate | Download | only in common

Lines Matching defs:sample

75     hwc_sample_t sample[MAX_PICS];  /* counter samples or start values */
78 #define HWCFUNCS_SAMPLE_RESET(sample) \
80 (sample)->smpl_pc =HWCFUNCS_INVALID_U64; \
81 (sample)->smpl_data_source =HWCFUNCS_INVALID_U64; \
82 (sample)->smpl_latency =HWCFUNCS_INVALID_U64; \
83 (sample)->smpl_mem_addr =HWCFUNCS_INVALID_U64; \
86 #define HWCFUNCS_SAMPLE_IS_RESET(sample) \
88 (sample)->smpl_pc ==HWCFUNCS_INVALID_U64 && \
89 (sample)->smpl_data_source==HWCFUNCS_INVALID_U64 && \
90 (sample)->smpl_latency ==HWCFUNCS_INVALID_U64 && \
91 (sample)->smpl_mem_addr ==HWCFUNCS_INVALID_U64 \