Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 09:37:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232675] Regression of dtrace on 13-CURRENT
Message-ID:  <bug-232675-227-dHc45wzSiu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232675-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232675-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232675

--- Comment #8 from Yasuhiro KIMURA <yasu@utahime.org> ---
(In reply to Yasuhiro KIMURA from comment #7)

I tried update to base r339772 and total number of types got fewer than 2^15
with GENERAL config.

yasu@rolling-vm-freebsd1[2004]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURRENT
r339772 GENERIC  amd64
yasu@rolling-vm-freebsd1[2005]% ctfdump -S /boot/kernel/kernel

- CTF Statistics -------------------------------------------------------------

  total number of data objects        = 30165

  total number of functions           = 32605
  total number of function arguments  = 78712
  maximum argument list length        = 22
  average argument list length        = 2.41

  total number of types               = 29947
  total number of integers            = 75
  total number of floats              = 0
  total number of pointers            = 7329
  total number of arrays              = 3205
  total number of func types          = 2030
  total number of structs             = 10035
  total number of unions              = 564
  total number of enums               = 807
  total number of forward tags        = 45
  total number of typedefs            = 5115
  total number of volatile types      = 53
  total number of const types         = 559
  total number of restrict types      = 0
  total number of unknowns (holes)    = 130

  total number of struct members      = 75099
  maximum number of struct members    = 248
  total size of all structs           = 17705982
  maximum size of a struct            = 2971720
  average number of struct members    = 7.48
  average size of a struct            = 1764.42

  total number of union members       = 1909
  maximum number of union members     = 36
  total size of all unions            = 132363
  maximum size of a union             = 41576
  average number of union members     = 3.38
  average size of a union             = 234.69

  total number of enum members        = 8078
  maximum number of enum members      = 1023
  average number of enum members      = 10.01

  total number of unique strings      = 64374
  bytes of string data                = 930045
  maximum string length               = 81
  average string length               = 14.45

yasu@rolling-vm-freebsd1[2006]%

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232675-227-dHc45wzSiu>