From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161369AbeCAThR (ORCPT ); Thu, 1 Mar 2018 14:37:17 -0500 Received: from mga18.intel.com ([134.134.136.126]:18460 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1033435AbeCAThQ (ORCPT ); Thu, 1 Mar 2018 14:37:16 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,409,1515484800"; d="scan'208";a="208115374" Date: Thu, 1 Mar 2018 11:36:59 -0800 From: Andi Kleen To: Milian Wolff Cc: Alexey Budankov , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-kernel , Dmitri Prokhorov Subject: Re: [RFC PATCH] perf/core: exposing type of context-switch-out event Message-ID: <20180301193659.GJ21543@tassilo.jf.intel.com> References: <06006a92-3745-0785-cb11-ddbf70e84ded@linux.intel.com> <20180301180805.GI21543@tassilo.jf.intel.com> <11785831.IWU0hVXpm2@agathebauer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11785831.IWU0hVXpm2@agathebauer> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Please also add documentation Documentation/perf.data-file-format.txt, but I > just noticed that not even PERF_RECORD_SWITCH is documented there... That file only covers fields not generated by the kernel, but this is coming from the kernel. Kernel records are documented in the manpage, but Vince usually updates that on his own. -Andi