Lines Matching refs:N
15 #define N 1000000 macro
46 #define LOOP_INSNS (N * 10 + EXTRA_INSNS)
47 #define LOOP_BRANCHES (N + IBPB_JMP_BRANCHES)
65 "0"(N), "1"(buf) \
116 {"core cycles", 0x003c, 1*N, 50*N},
117 {"instructions", 0x00c0, 10*N, 10.2*N},
118 {"ref cycles", 0x013c, 1*N, 30*N},
119 {"llc references", 0x4f2e, 1, 2*N},
120 {"llc misses", 0x412e, 1, 1*N},
121 {"branches", 0x00c4, 1*N, 1.1*N},
122 {"branch misses", 0x00c5, 1, 0.1*N},
124 {"core cycles", 0x0076, 1*N, 50*N},
125 {"instructions", 0x00c0, 10*N, 10.2*N},
126 {"branches", 0x00c2, 1*N, 1.1*N},
127 {"branch misses", 0x00c3, 1, 0.1*N},
129 {"fixed 0", MSR_CORE_PERF_FIXED_CTR0, 10*N, 10.2*N},
130 {"fixed 1", MSR_CORE_PERF_FIXED_CTR0 + 1, 1*N, 30*N},
131 {"fixed 2", MSR_CORE_PERF_FIXED_CTR0 + 2, 0.1*N, 30*N}
957 buf = malloc(N*64); in main()