Lines Matching refs:ip
156 // previously-endian-swapped location. This used to log ip.
269 const uint64_t unmapped_event_ip = sample_info.ip;
272 if (!MapIPAndPidAndGetNameAndOffset(sample_info.ip,
274 &sample_info.ip,
280 !MapCallchain(sample_info.ip,
308 bool PerfParser::MapCallchain(const uint64_t ip,
335 callchain->ips[j] = ip;
414 uint64_t ip,
428 bool mapped = mapper->GetMappedAddress(ip, &mapped_addr);
431 mapped = mapper->GetMappedAddress(ip, &mapped_addr);
438 CHECK(mapper->GetMappedIDAndOffset(ip, &id, &dso_and_offset->offset_));