03 2014 档案

摘要:WSM Notify Policy Introduction1. Backgroud:Page migration issue: physical memory page migration means the pages which belong to linux memory may move ... 阅读全文
posted @ 2014-03-25 13:35 xichen 阅读(223) 评论(0) 推荐(0)
摘要:A9微架构: http://www.pcpop.com/doc/0/878/878268_9.shtmlL2 pl310: http://wenku.baidu.com/link?url=XaDUCCUMYXPwn7Wfzl4ubLM5ZviylbQJdYsaYire7Ivorhh-D5RjazeZVQolVRux3Q2glosMtBm_UF3l8i0AfU2uqH2IwfWycWuI27XqcXCPage cache page writeback :http://blog.chinaunix.net/uid-24020646-id-2938351.htmlget_user_pages:htt 阅读全文
posted @ 2014-03-19 16:59 xichen 阅读(260) 评论(0) 推荐(0)
摘要:#include #include #include #include #include //#include //#include "fun.h"//using namespace std;#define DEBUG_LOG /*this macro to control the debug print*/#ifdef DEBUG_LOG#define LOG_ERROR(args...) do { printf("[TS][ERR]@%u:",__LINE__); printf(args); } while (0);#define LOG_PRINT 阅读全文
posted @ 2014-03-13 11:49 xichen 阅读(253) 评论(0) 推荐(0)