From owner-freebsd-arch@FreeBSD.ORG Thu Sep 6 10:24:00 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 334271065675; Thu, 6 Sep 2012 10:24:00 +0000 (UTC) (envelope-from jonathan.robert.anderson@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF8878FC08; Thu, 6 Sep 2012 10:23:59 +0000 (UTC) Received: by iayy25 with SMTP id y25so2360921iay.13 for ; Thu, 06 Sep 2012 03:23:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fgczAWYxl/BLrkwX03M+pcDqHa4VqFhuwFhq2O9gj6I=; b=RQZUCh9x9HaITaBPinWorLnI3vIO+H9smgYSgRLRjMjWwswCmBe+Jy6PacNk0EGfDJ cOpPl3n1Bnj1jD+UqYluvcTFdDkmgRWow7uZh1pRBTBDckCTQ3J8KC1f7OcqwsVra9Yc Wh2TaVmLfK0sBcR38ELi7T8bhmwRHAsTOKdr4KQ6znIJmXmv3cMPYsA0J9cpl9C4h2wX ZDUvoUuCOZ0+nUvi7ESho3ynY1U8OWRabZNeGTUW1IW+JohdH++JDWRKVotttqAQZp9+ CLrWUVUXkvgqCL4Pw/c10ohhRL3FkLtu7QkIqAu7Pgj6XcetjklHbRJB99yMpoEnS2vy c8IQ== MIME-Version: 1.0 Received: by 10.50.195.194 with SMTP id ig2mr21837912igc.24.1346927033746; Thu, 06 Sep 2012 03:23:53 -0700 (PDT) Sender: jonathan.robert.anderson@gmail.com Received: by 10.64.147.2 with HTTP; Thu, 6 Sep 2012 03:23:53 -0700 (PDT) In-Reply-To: <50481FD5.2090802@freebsd.org> References: <50481FD5.2090802@freebsd.org> Date: Thu, 6 Sep 2012 11:23:53 +0100 X-Google-Sender-Auth: 26hs3FQVzEf3QQ9Gj5mkP3ahfSE Message-ID: From: Jonathan Anderson To: Julian Elischer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arch@freebsd.org Subject: Re: Call graphs with bsd.obj.mk X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 10:24:00 -0000 On 6 September 2012 05:00, Julian Elischer wrote: > can you put a sample output file up somewhere? (.png or something?) I've placed some PDFs at: http://www.cl.cam.ac.uk/~jra40/dot/ As you can see, the unfiltered output is pretty messy, but filtering and colouring improves the readability substantially. The graphs shown (gzip, libgeom and rtld-elf) are three out of the first four things that I thought to try my makefiles on. Clang died when compiling the fourth =E2=80=94 libc =E2=80=94 to LLVM bytecode; I've f= orwarded this to theraven@ so we can find out what's going on there. Jon --=20 Jonathan Anderson jonathan@FreeBSD.org http://freebsd.org/~jonathan/