Searched refs:fake_common_samples (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c158 static struct sample fake_common_samples[] = { variable in typeref:struct:sample
212 for (k = 0; k < ARRAY_SIZE(fake_common_samples); k++) {
219 sample.pid = fake_common_samples[k].pid;
220 sample.ip = fake_common_samples[k].ip;
229 fake_common_samples[k].thread = al.thread;
230 fake_common_samples[k].map = al.map;
231 fake_common_samples[k].sym = al.sym;
284 * Only entries from fake_common_samples should have a pair.
298 if (find_sample(fake_common_samples,
299 ARRAY_SIZE(fake_common_samples),
[all...]

Completed in 187 milliseconds