Lines Matching defs:ip
561 uint64 ip = sample.sample_mapping != nullptr ? sample.sample.ip() : 0;
562 if (ip != 0) {
565 if (ip < start || ip >= limit) {
566 std::cerr << "IP is out of bound of mapping." << std::endl
567 << "IP: " << ip << std::endl
575 AddOrGetLocation(event_pid, ip, sample.sample_mapping, builder));
583 if (lbr_sample && frame.ip == PERF_CONTEXT_USER) {
586 if (!skipped_dup && sample_key.stack.size() == 1 && frame.ip == ip) {
588 // Newer versions of perf_events include the IP at the leaf of
595 uint64 frame_ip = frame.ip;
623 if (frame.from.ip < frame.from.mapping->start) {
626 sample_key.stack.push_back(AddOrGetLocation(event_pid, frame.from.ip,