From owner-svn-src-all@FreeBSD.ORG Sun Nov 23 07:17:20 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B51903EB for ; Sun, 23 Nov 2014 07:17:20 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77195FBE for ; Sun, 23 Nov 2014 07:17:20 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F1FF2204EF for ; Sun, 23 Nov 2014 02:17:18 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 23 Nov 2014 02:17:18 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= x-sasl-enc:message-id:date:from:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; s=mesmtp; bh=8p9lfDqJyaSloyLnlgMAdG3IXq8=; b=BfvkcIlhXdjvMuW/ij IKC/KgBXeVMib/bHr65RmZi0e3pI5iZFBC8jKV6Fta3ngG6BYF8INBaVgLVODFkk Nzr6sre76rtWitMwlX1/TD74XbcrK22vdD9AzGDq5VWUplN+NqzJrIHY69hfbek8 rLKnbkGrlGRT7pG8d0vZRmSZU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=8p9lfDqJyaSloyLnlgMAdG 3IXq8=; b=euyBXrk4oBoG2vrh6z4vJhLPo7yc1Awt/F/zcV8D2gbX74k10OjtpD pNmkwGW3sCNZYGdiqo5Zb/BWu8y1fIFief4Puhm5j65nZ3ob1uNVkVFxf+wrS2re SrjnqBO+1Shiqv5EWqYDfIWX3fM9UWDFwlEdC4Z3t9WJXmHadvuHc= X-Sasl-enc: j+HOIdZwo6NyQ1niX5VNCCa6HOHMhEy2vDG+5ozG1RiT 1416727038 Received: from [192.168.1.66] (unknown [86.140.135.117]) by mail.messagingengine.com (Postfix) with ESMTPA id 13DFDC00006; Sun, 23 Nov 2014 02:17:17 -0500 (EST) Message-ID: <547189FD.7070408@fastmail.net> Date: Sun, 23 Nov 2014 07:17:17 +0000 From: Bruce Simpson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Craig Rodrigues , Marcel Moolenaar Subject: Re: svn commit: r274672 - in head/contrib/libxo: . libxo xolint References: <201411181803.sAII3fCg079794@svn.freebsd.org> <18F6425B-A767-426D-8EEF-57B7CFF3D54B@mu.org> <6491A081-35EB-4837-B025-2E4F92BD6623@xcllnt.net> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 07:17:20 -0000 On 20/11/2014 21:10, Craig Rodrigues wrote: > > Converting these (and other) utilities to use libxo will make it a lot > easier to write analysis tools like eagleeye. It'll also make it easier for anyone doing systems-level study. Right now I have a bunch of shell scripts which hoover up command output, use sed/awk/grep for basic post-processing into CSV/TSV, and throw the lot into a tarball.