Lines Matching defs:ip
171 // previously-endian-swapped location. This used to log ip.
433 const uint64_t unmapped_event_ip = sample_info.ip();
436 // Map the event IP itself.
437 if (!MapIPAndPidAndGetNameAndOffset(sample_info.ip(), pidtid,
446 !MapCallchain(sample_info.ip(), pidtid, unmapped_event_ip,
460 bool PerfParser::MapCallchain(const uint64_t ip, const PidTid pidtid,
485 callchain->Set(i, ip);
559 uint64_t ip, PidTid pidtid, uint64_t* new_ip,
562 // Attempt to find the synthetic address of the IP sample in this order:
574 mapper->GetMappedAddressAndListIterator(ip, &mapped_addr, &ip_iter);
577 mapper->GetMappedIDAndOffset(ip, ip_iter, &id, &dso_and_offset->offset_);
594 if (GetPageAlignedOffset(mapped_addr) != GetPageAlignedOffset(ip)) {
597 << "original address " << ip;
602 *new_ip = ip;