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

/external/qemu/block/
H A Dqcow2-snapshot.c55 qemu_free(s->snapshots[i].name);
56 qemu_free(s->snapshots[i].id_str);
58 qemu_free(s->snapshots);
59 s->snapshots = NULL;
73 s->snapshots = NULL;
79 s->snapshots = qemu_mallocz(s->nb_snapshots * sizeof(QCowSnapshot));
85 sn = s->snapshots + i;
118 /* add at the end of the file a new list of snapshots */
129 /* compute the size of the snapshots */
132 sn = s->snapshots
[all...]
H A Dqcow2.h118 QCowSnapshot *snapshots; member in struct:BDRVQcowState
H A Dqcow2-refcount.c722 /* snapshots and image creation */
744 /* update the refcounts of snapshots and the copied flag */
1128 /* snapshots */
1130 sn = s->snapshots + i;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc43 std::vector<linked_ptr<SyncSessionSnapshot> > snapshots; member in struct:browser_sync::SyncShareRecords
106 records.snapshots[i]->source.updates_source);
182 record->snapshots.push_back(make_linked_ptr(new SyncSessionSnapshot(
217 EXPECT_EQ(1U, records.snapshots.size());
219 records.snapshots[0]->source.types));
221 records.snapshots[0]->source.updates_source);
234 EXPECT_EQ(1U, records2.snapshots.size());
236 records2.snapshots[0]->source.types));
238 records2.snapshots[0]->source.updates_source);
258 EXPECT_EQ(1U, records.snapshots
[all...]
/external/valgrind/main/massif/
H A Dms_main.c40 // - do snapshots on client requests
55 // - With --stack=yes, want to add a stack trace for detailed snapshots so
86 // - (Andy Lin) Give a stack trace on detailed snapshots?
135 - can completely separate connection between snapshots and trees.
152 Number of snapshots: 50
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
208 // snapshots:
210 // is to always have a certain number of temporary snapshots around. So
214 // normal snapshots, a small fraction are detailed snapshots
1068 static Snapshot* snapshots; // Array of snapshots. variable
[all...]
/external/v8/src/
H A Dheap-profiler.cc143 return profiler->snapshots_->snapshots()->length();
150 return profiler->snapshots_->snapshots()->at(index);
H A Dprofile-generator.h501 // virtual node, e.g. root). To make heap snapshots more compact,
759 List<HeapSnapshot*>* snapshots() { return &snapshots_; } function in class:v8::internal::HeapSnapshotsCollection
777 // Mapping from snapshots' uids to HeapSnapshot* pointers.
803 // real heap objects and their representations in heap snapshots.
/external/valgrind/main/massif/tests/
H A Dculling2.stderr.exp225 Massif: New time interval = 28064 (between snapshots 1 and 2)
378 Massif: New time interval = 59216 (between snapshots 48 and 49)
531 Massif: New time interval = 113728 (between snapshots 1 and 2)
546 Massif: skipped snapshots: 1
547 Massif: real snapshots: 200
548 Massif: detailed snapshots: 20
549 Massif: peak snapshots: 0
H A Dculling1.stderr.exp225 Massif: New time interval = 64 (between snapshots 0 and 1)
428 Massif: New time interval = 128 (between snapshots 0 and 1)
443 Massif: skipped snapshots: 51
444 Massif: real snapshots: 150
445 Massif: detailed snapshots: 15
446 Massif: peak snapshots: 0
/external/blktrace/btt/doc/
H A Dbtt.tex980 between its generation of snapshots of the data via this option. Details

Completed in 953 milliseconds