Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935158AbcJQOu4 (ORCPT ); Mon, 17 Oct 2016 10:50:56 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:33683 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933143AbcJQOuq (ORCPT ); Mon, 17 Oct 2016 10:50:46 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Mon, 17 Oct 2016 10:50:40 -0400 (EDT) X-X-Sender: vince@macbook-air To: "Michael Kerrisk (man-pages)" cc: linux-man@vger.kernel.org, linux-kernel@vger.kernel.org, Kan Liang , Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar Subject: [patch] perf_event_open.2: PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1203 Lines: 32 Linux 4.2 reserved a new bit from the misc field in the perf_event_open mmap sample buffer: PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT Despite being reserved in the public include/uapi/linux/perf_event.h header file, this bit is never set by the kernel, rather it is used internally by the userspace "perf" utility to indicate that when attempting to parse all of the /proc/xxx/maps files for the sample it ended up taking too long so the scan was aborted. Signed-off-by: Vince Weaver diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index fa8b1bd..59ad289 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -1822,6 +1822,14 @@ See also .BR PERF_RECORD_MISC_EXT_RESERVED " (since Linux 2.6.35)" .\" commit 1676b8a077c352085d52578fb4f29350b58b6e74 This indicates there is extended data available (currently not used). +.TP +.B PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT +.\" commit 930e6fcd2bcce9bcd9d4aa7e755678d33f3fe6f4 +This bit is not set by the kernel. +It is reserved for the userspace perf utility to indicate that +.I /proc/xxx/maps +parsing was taking too long and stopped and thus the mmap +records may be truncated. .RE .TP .I type