Home | History | Annotate | Download | only in libpp

Lines Matching full:sample

47 		case sort_options::sample:
48 if (lhs.sample.counts[0] < rhs.sample.counts[0])
50 if (lhs.sample.counts[0] > rhs.sample.counts[0])
65 if (lhs.sample.vma < rhs.sample.vma)
67 if (lhs.sample.vma > rhs.sample.vma)
72 file_location const & f1 = lhs.sample.file_loc;
73 file_location const & f2 = rhs.sample.file_loc;
169 } else if (name == "sample") {
170 options.push_back(sample);