Home | History | Annotate | Download | only in cctest

Lines Matching defs:sample2

362   //  aaa -> bbb -> ccc  - sample2
370 TickSample sample2;
371 sample2.pc = ToAddress(0x1925);
372 sample2.tos = ToAddress(0x1900);
373 sample2.stack[0] = ToAddress(0x1780);
374 sample2.stack[1] = ToAddress(0x10000); // non-existent.
375 sample2.stack[2] = ToAddress(0x1620);
376 sample2.frames_count = 3;
377 generator.RecordTickSample(sample2);
428 // (root)#1 -> aaa #2 -> bbb #4 -> ccc #5 - sample2
435 TickSample sample2;
436 sample2.pc = ToAddress(0x1925);
437 sample2.stack[0] = ToAddress(0x1780);
438 sample2.stack[1] = ToAddress(0x10000); // non-existent.
439 sample2.stack[2] = ToAddress(0x1620);
440 sample2.frames_count = 3;
441 generator.RecordTickSample(sample2);