• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/processor-trace/libipt/test/src/

Lines Matching defs:last_ip

59 	struct pt_last_ip last_ip;
487 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
499 ptu_uint_eq(addr, dfix->last_ip.ip);
516 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
529 ptu_uint_eq(addr, dfix->last_ip.ip);
948 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
960 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip);
1004 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
1016 ptu_uint_eq(event.variant.disabled.ip, dfix->last_ip.ip);
1061 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config);
1065 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config);
1078 ptu_uint_eq(event.variant.async_disabled.ip, dfix->last_ip.ip);
1182 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config);
1186 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config);
1199 ptu_uint_eq(event.variant.async_branch.to, dfix->last_ip.ip);
1429 pt_last_ip_init(&dfix->last_ip);
1430 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
1450 ptu_uint_eq(event.variant.overflow.ip, dfix->last_ip.ip);
1477 pt_last_ip_init(&dfix->last_ip);
1478 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
1510 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip);
1583 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
1596 ptu_uint_eq(event.variant.exec_mode.ip, dfix->last_ip.ip);
1613 ptu_uint_eq(addr, dfix->last_ip.ip);
1653 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
1668 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip);
1681 ptu_uint_eq(event.variant.exec_mode.ip, dfix->last_ip.ip);
1746 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config);
1763 ptu_uint_eq(event.variant.tsx.ip, dfix->last_ip.ip);
1901 pt_last_ip_init(&dfix->last_ip);
1902 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config);
1921 ptu_uint_eq(addr, dfix->last_ip.ip);
1932 ptu_uint_eq(event.variant.tsx.ip, dfix->last_ip.ip);
1993 pt_last_ip_init(&dfix->last_ip);
1994 pt_last_ip_update_ip(&dfix->last_ip, &ovf, &dfix->config);
2030 ptu_uint_eq(event.variant.overflow.ip, dfix->last_ip.ip);
2239 dfix->last_ip = dfix->decoder.ip;