[Bug 230444] some CTF data objects are missing a type index

2018-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230444

Bug ID: 230444
   Summary: some CTF data objects are missing a type index
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: ma...@freebsd.org

# ctfdump -d /boot/kernel/kernel | grep vm_radix_node_zone
  [16957] 0vm_radix_node_zone (24397)

The second number is supposed to be an index into the type table.  For some
reason it's not getting filled in, which I believe is a regression.  It does
get filled in for some objects, e.g., "ticks".  The lack of a type index means
that I can't refer to the symbol in dtrace scripts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 230444] some CTF data objects are missing a type index

2018-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230444

Mark Johnston  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|ma...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"