Home | History | Annotate | Download | only in cctest

Lines Matching refs:sample2

416   //  aaa -> bbb -> ccc  - sample2
424 TickSample sample2;
425 sample2.pc = ToAddress(0x1925);
426 sample2.tos = ToAddress(0x1900);
427 sample2.stack[0] = ToAddress(0x1780);
428 sample2.stack[1] = ToAddress(0x10000); // non-existent.
429 sample2
430 sample2.frames_count = 3;
431 generator.RecordTickSample(sample2);
482 // (root)#1 -> aaa #2 -> bbb #4 -> ccc #5 - sample2
489 TickSample sample2;
490 sample2.pc = ToAddress(0x1925);
491 sample2.stack[0] = ToAddress(0x1780);
492 sample2.stack[1] = ToAddress(0x10000); // non-existent.
493 sample2.stack[2] = ToAddress(0x1620);
494 sample2.frames_count = 3;
495 generator.RecordTickSample(sample2);