[DTrace-devel] [oracle/dtrace-utils] 0e6cfd: Add support for inet_ntoa6() subroutine

Kris Van Hees noreply at github.com
Thu Aug 3 16:41:25 UTC 2023


  Branch: refs/heads/kvh/2.0-branch-dev-ip
  Home:   https://github.com/oracle/dtrace-utils
  Commit: 0e6cfd8bc2185199201061aa628e33e895dbc310
      https://github.com/oracle/dtrace-utils/commit/0e6cfd8bc2185199201061aa628e33e895dbc310
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M bpf/Build
    A bpf/inet_ntoa6.S
    M libdtrace/dt_cg.c
    M test/unittest/funcs/tst.inet_ntoa6.d

  Log Message:
  -----------
  Add support for inet_ntoa6() subroutine

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 46140a47b55fe78298e602898848fc5f2495f1c2
      https://github.com/oracle/dtrace-utils/commit/46140a47b55fe78298e602898848fc5f2495f1c2
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M libdtrace/dt_cg.c
    A test/unittest/bitfields/tst.bitfield-offset.d

  Log Message:
  -----------
  cg: correct bitfield offset determination

The C compiler (together with binutils) can represent bitfields using
one of two representations: store the actual offset of the bitfield in
ctm_offset, or store the base offset of the underlying type in ctm_offset
and store the offset within the underlying type as cte_offset.

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 7052db27fb35e6efd9e722b8a7ebdbd40a0ffdba
      https://github.com/oracle/dtrace-utils/commit/7052db27fb35e6efd9e722b8a7ebdbd40a0ffdba
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M libdtrace/Build
    M libdtrace/dt_open.c
    A libdtrace/dt_prov_ip.c
    M libdtrace/dt_provider.h
    M libdtrace/ip.d
    M test/unittest/funcs/tst.inet_ntoa.d

  Log Message:
  -----------
  Implement the ip provider

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>


Compare: https://github.com/oracle/dtrace-utils/compare/c698085be770...7052db27fb35



More information about the DTrace-devel mailing list