Home | History | Annotate | Download | only in quipper

Lines Matching defs:it

30 // If the buffer is read-only, it is not sufficient to mark the previous struct
116 // it conforms to the same ABI (bitfield layout is not completely specified by
158 // In this case, if |event| is non-null, it will be freed.
182 // It is guaranteed that we are changing the filename - otherwise, the old
670 // Check if it is normal perf data.
678 // Otherwise it is piped data.
686 std::map<string, string>::const_iterator it;
687 for (it = build_ids_to_filenames.begin();
688 it != build_ids_to_filenames.end();
689 ++it) {
690 string build_id = it->first;
692 perfized_build_ids_to_filenames[build_id] = it->second;
952 // NB: This will also reverse precise_ip : 2 as if it was two fields:
956 // ... So swap it back:
974 // Assign sample type if it hasn't been assigned, otherwise make sure all
1199 // Skip the number of string data if it is present.
1338 // TRACING_DATA's header.size is a lie. It is the size of only the event
1373 // Only add this event type if it is not already present.
1387 // would be bad, because it would read past the end of the event, and possibly
1468 // branch stack (since it doesn't have an entry in the metadata section).
1591 const auto it = filename_map.find(filename);
1592 if (it == filename_map.end()) // not found
1595 const string& new_filename = it->second;