1 Star 0 Fork 0

cassuto/primeprobe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
probe.h 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wenhao Wang 提交于 2018-12-04 20:24 . first commit
#ifndef __PROBE_H__
#define __PROBE_H__
#define PAGE_BITS 12
#define PAGE_SIZE (1<<PAGE_BITS)
#define PAGE_MASK (PAGE_SIZE - 1)
#define SHMKEY 1000
typedef struct listEntry *listEntry_t;
int probe(pageset_t pages, int cand, int num);
uint64_t probe_npages();
void probe_init(void * buf, uint64_t size);
int probe2(pageset_t pages, int cand, int num);
/*
* Creates a listEntry on cache lines of pages that may conflict with adrs.
*/
listEntry_t probe_makelist(pageset_t pages, void *adrs);
int probe_timelist(listEntry_t le);
listEntry_t doPrime(listEntry_t le);
void prime(listEntry_t le);
int probe_time(void *p);
void randline();
#endif //__PROBE_H__
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nullptr12/primeprobe.git
git@gitee.com:nullptr12/primeprobe.git
nullptr12
primeprobe
primeprobe
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385