Home | History | Annotate | Download | only in util

Lines Matching defs:ip

2310 	unsigned long long ip, val;
2318 ip_field = find_field(event, "ip");
2320 die("can't find ip field for binary printk");
2323 ip = read_size(data + ip_field->offset, ip_field->size);
2326 * The first arg is the IP pointer.
2335 sprintf(arg->atom.atom, "%lld", ip);