TSG-23380: I/O层移除FieldStat2,使用FieldStat4

This commit is contained in:
wangmenglan
2024-11-08 17:27:48 +08:00
parent 3d99178958
commit 7ba25e59e5
3 changed files with 64 additions and 68 deletions

View File

@@ -7,8 +7,7 @@ extern "C"
#endif
#include "tfe_utils.h"
#include <MESA/field_stat2.h>
#include <tfe_fieldstat.h>
struct throughput_metrics
{
@@ -59,7 +58,7 @@ struct packet_io_fs
uint64_t session_num; // 瞬时值
uint64_t session_log; // 瞬时值
screen_stat_handle_t fs_handle;
struct fieldstat_easy *fs_handle;
int fs_id[128];
};