From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25AD3C32753 for ; Wed, 14 Aug 2019 13:50:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E4A452083B for ; Wed, 14 Aug 2019 13:50:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="ZNLy9nEc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727961AbfHNNuZ (ORCPT ); Wed, 14 Aug 2019 09:50:25 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:34687 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727558AbfHNNuZ (ORCPT ); Wed, 14 Aug 2019 09:50:25 -0400 Received: by mail-wr1-f67.google.com with SMTP id 31so111210490wrm.1 for ; Wed, 14 Aug 2019 06:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=IyWq8mvkUWCIs0zltd7gF1mBt9oHOdeYd6XrX++Sth8=; b=ZNLy9nEcG8MOmwdJDXdaAmVEGcrQqJeKAmZFbHwopPPcvW0QJ1fdmWrL4H/EdCvJCv pfbPLt5ye1Ef0XSgFw7lYAomsJI1ipalNi1BO/oRhDIYqw9iygcHfQoZvwxnQGxsIofG SDlT+xfelxEwaG8rcGi1Esws4/MznODQX/fJbadLMdMbQvKoK2nchbJL8N/ZXxNGArC5 m1QGZ4byq91NzJasBPbzyuayWjiuzMyftQaVqsW1BI5JPDZ54FzHNlytI9lzSr3Pz6LZ nQR1mzgVQgE6vhsvjzIU3V24p/VT0fSLIhFJMWYAa7wp9gCp2a2JTj5ALDNYweTvVx1w SzlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=IyWq8mvkUWCIs0zltd7gF1mBt9oHOdeYd6XrX++Sth8=; b=eUxlrHzwWQ6ZRE4zRBDbEjAS6+Yxl8wYiWa/L9f/yySHHzTM7Hyhg2xiLHoedTStc3 ydkjXej65wyefSzzq6aGhFQZ87Rq7Mkczpz2dCWNnYvg31x3PaC+p8fP+hWtSoc31vex iwvsNpRN8mwfGrHdGMn3QwhLu4vnC+GVHXjpIUQDE9MGsz2Fu9XABtZX5fth0n5O//vK U6D1SfHHCV5WGtH9ZXT8Z63lVZBgaLHUTXuTtLMFquy1QA/DWq60HZ0ta1iHdeT8c9Yo gSTC8fsUkcSjFSGaWjU7WuWVAua/toGjZEkL9omzDRL02rwKKJDyuqBvPe2lMxWiUkMb SZuA== X-Gm-Message-State: APjAAAVlJO0VNCDpJ2HXEDidAY7p5Dt56taq/ByPzmiQEI3Yb+x7DyP+ L3xk9ejtKqeX46VMVj6IYcjDbiTI+cc= X-Google-Smtp-Source: APXvYqxw0Y58jRyM05oXc7XJ2XI+7b7jqTe9Pden2v88AGD/0BQwinVDiYysX66ejx3BWucFSfwgDg== X-Received: by 2002:a5d:6acd:: with SMTP id u13mr16278355wrw.257.1565790621938; Wed, 14 Aug 2019 06:50:21 -0700 (PDT) Received: from planxty.redhat.com ([2a02:8108:1700:19dc:b567:5617:6bc1:51bb]) by smtp.gmail.com with ESMTPSA id i66sm7837220wmi.11.2019.08.14.06.50.21 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 14 Aug 2019 06:50:21 -0700 (PDT) From: John Kacur To: rt-users Cc: Clark Williams , John Kacur Subject: [PATCH 1/2] rt-tests: hwlatdetect: Remove kmodule options and clean-up help Date: Wed, 14 Aug 2019 15:50:08 +0200 Message-Id: <20190814135009.5954-1-jkacur@redhat.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-rt-users-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org hwlatdetect has used the ftrace hwlatdetector for quite sometime. When we first moved away from our own kernel module, it was still possible to force the use of the module for testing. This was useful for development but is no longer supported. This patch does the following things. - Remove references to the kmodule from the help option and the man page. - Remove support from the program to force loading of the module. - Cleans up some differences between the manpage and the program help, for example, adds the --hardlimit option to man page and removes the --cleanup of the kmodule option Signed-off-by: John Kacur --- src/hwlatdetect/hwlatdetect.8 | 43 +++++++++++++++++----------------- src/hwlatdetect/hwlatdetect.py | 12 +--------- 2 files changed, 23 insertions(+), 32 deletions(-) diff --git a/src/hwlatdetect/hwlatdetect.8 b/src/hwlatdetect/hwlatdetect.8 index 645fb7d8e6c1..df331800d5cf 100644 --- a/src/hwlatdetect/hwlatdetect.8 +++ b/src/hwlatdetect/hwlatdetect.8 @@ -13,12 +13,13 @@ .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -hwlatdetect \- program to control the kernel hardware latency detection module +hwlatdetect \- program to control the ftrace kernel hardware latency detection .SH SYNOPSIS .B hwlatdetect .RI "[ \-\-duration=