1 Star 0 Fork 5

ownery/stortrace

forked from openEuler/stortrace 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ext4_dio_info_log.h 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
方海舟 提交于 2022-09-19 03:52 . finish dio and blk_trace,still bug
#pragma once
#ifndef _EXT4_DIO_INFO_LOG_HPP_
#define _EXT4_DIO_INFO_LOG_HPP_
#include "collector.hpp"
struct dio_info_event_log{
u64 dio_ptr;
u64 end_dio_io;
u64 kernel_crossing;
u64 file_system;
u64 block_io;
};
struct dio_info_event_meta_log{
u64 type;
u64 dio_size;
char common[16];
char filename[16];
};
struct rq_info_event_log{
u64 dio_ptr;
u64 rq_ptr;
u64 block_sched;
u64 nvme_execute;
u64 scsi_execute;
u64 nvme_verify;
u64 scsi_verify;
u64 account_io;
};
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ownery/stortrace.git
git@gitee.com:ownery/stortrace.git
ownery
stortrace
stortrace
master

搜索帮助