PacketAdapter移除FieldStat2,为适配AArch64做准备

This commit is contained in:
luwenpeng
2024-11-08 18:19:13 +08:00
parent 4f48b59b70
commit 37c0b1b783
8 changed files with 75 additions and 221 deletions

View File

@@ -10,8 +10,7 @@ struct packet_stat;
struct packet_stat *packet_stat_create(const char *profile);
void packet_stat_destory(struct packet_stat *handle);
void packet_stat_output(struct packet_stat *handle, struct metrics *metrics);
int packet_stat_cycle(struct packet_stat *handle);
void packet_stat_flush(struct packet_stat *handle, struct metrics *metrics);
#ifdef __cpluscplus
}