kdevops.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Chuck Lever <cel@kernel.org>
To: kdevops@lists.linux.dev
Subject: [PATCH RFC 1/6] devconfig: Install 'perf' on target hosts
Date: Sun, 03 Mar 2024 13:07:27 -0500	[thread overview]
Message-ID: <170948924763.1978980.6610867401215557088.stgit@renoir.1015granger.net> (raw)

From: Chuck Lever <chuck.lever@oracle.com>

'perf' is a package kernel developers sometimes want to have on
systems where they need to troubleshoot.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 .../devconfig/tasks/install-deps/debian/main.yml   |    1 +
 .../devconfig/tasks/install-deps/redhat/main.yml   |    1 +
 .../devconfig/tasks/install-deps/suse/main.yml     |    1 +
 3 files changed, 3 insertions(+)

diff --git a/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml b/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml
index 6a55c264d047..62e68429a764 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/debian/main.yml
@@ -60,6 +60,7 @@
       - snmpd
       - snmp
       - trace-cmd
+      - perf
     state: present
     update_cache: yes
   tags: [ 'kdevops', 'deps' ]
diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
index 45650e177e10..d629b1becc1d 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
@@ -111,6 +111,7 @@
       - openssh-server
       - net-snmp
       - trace-cmd
+      - perf
 
 - name: Install btrfs-progs
   become: yes
diff --git a/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml b/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml
index 070b96875495..5c7233709463 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/suse/main.yml
@@ -359,6 +359,7 @@
       - bc
       - vim-data
       - trace-cmd
+      - perf
     state: present
   when:
     - not is_sle12sp3|bool



             reply	other threads:[~2024-03-03 18:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 18:07 Chuck Lever [this message]
2024-03-03 18:07 ` [PATCH RFC 2/6] libvirt_user: Run Fedora-specific libvirt_user set up on Fedora systems Chuck Lever
2024-03-04 21:27   ` Luis Chamberlain
2024-03-04 21:46     ` Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 3/6] kdevops: Fix raw "include:" directives Chuck Lever
2024-03-04 20:56   ` Luis Chamberlain
2024-03-04 21:40     ` Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 4/6] fstests: Make /media/scratch larger Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 5/6] gitr: Change the default mode of root directories under test Chuck Lever
2024-03-03 18:07 ` [PATCH RFC 6/6] devconfig: Assign a DNS domain name to target hosts Chuck Lever
2024-03-04 20:55   ` Luis Chamberlain
2024-03-04 21:38     ` Chuck Lever
2024-03-05 14:54       ` Chuck Lever III

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170948924763.1978980.6610867401215557088.stgit@renoir.1015granger.net \
    --to=cel@kernel.org \
    --cc=kdevops@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).