Open CAS Framework
Open source framework of Cache Acceleration Software
ocf_debug.h
1 /*
2  * Copyright(c) 2012-2020 Intel Corporation
3  * SPDX-License-Identifier: BSD-3-Clause-Clear
4  */
5 
6 #ifndef __OCF_DEBUG_H__
7 #define __OCF_DEBUG_H__
8 
10  struct {
11  uint64_t last;
12  uint64_t bytes;
13  uint32_t rw : 1;
14  uint32_t active : 1;
15  } streams[OCF_SEQ_CUTOFF_MAX_STREAMS];
16 };
17 
18 void ocf_dbg_get_seq_cutoff_status(ocf_core_t core,
19  struct ocf_dbg_seq_cutoff_status *status);
20 
21 #endif /* __OCF_DEBUG_H__ */
Definition: ocf_debug.h:9
struct ocf_core * ocf_core_t
handle to object designating ocf core object
Definition: ocf_types.h:50