Home | History | Annotate | Download | only in tests

Lines Matching defs:ip

152 	u64 ip;
160 { .pid = 100, .ip = 0xf0000 + 700, },
162 { .pid = 200, .ip = 0x40000 + 700, },
164 { .pid = 200, .ip = 0x40000 + 900, },
166 { .pid = 300, .ip = 0x40000 + 800, },
168 { .pid = 300, .ip = 0x50000 + 700, },
174 { .pid = 100, .ip = 0x40000 + 800, },
176 { .pid = 100, .ip = 0x50000 + 700, },
178 { .pid = 100, .ip = 0xf0000 + 800, },
180 { .pid = 200, .ip = 0xf0000 + 900, },
182 { .pid = 300, .ip = 0x50000 + 800, },
186 { .pid = 200, .ip = 0x50000 + 800, },
188 { .pid = 300, .ip = 0x50000 + 700, }, /* will be merged */
190 { .pid = 300, .ip = 0x40000 + 900, },
192 { .pid = 300, .ip = 0x50000 + 900, },
194 { .pid = 300, .ip = 0xf0000 + 800, },
220 sample.ip = fake_common_samples[k].ip;
242 sample.ip = fake_samples[i][k].ip;