Lines Matching full:samples
3 * Container associating symbols and samples
31 * Store multiple samples files belonging to the same profiling session.
38 * Build an object to store information on samples. All parameters
39 * acts as hint for what you will request after recording samples and
44 * @param need_details If true if we need to record all samples or to
54 * add() - record symbols/samples in the underlying container
56 * @param profile the samples files container
63 * Obviously you can add only samples files which are coherent (same
117 /// return the total number of samples
120 /// Get the samples count which belongs to filename. Return 0 if
121 /// no samples found.
123 /// Get the samples count which belongs to filename, linenr. Return
124 /// 0 if no samples found.
133 /// return iterator to the first samples
135 /// return iterator to the last samples
138 /// return iterator to the first samples for this symbol
140 /// return iterator to the last samples for this symbol
166 /// also a sort order on samples count for each profile class
168 /// The samples count collected by pp tools sorted by increased vma,
170 scoped_ptr<sample_container> samples;
171 /// build() must count samples count for each profile class so cache it