From 23326492fcf946e03fed30531a7747ed50da6178 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 8 Jul 2022 20:26:33 +0300 Subject: rikiwiki-dev: enable use of cargo flamegraph Sponsored-by: author --- ansible/rikiwiki-dev.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ansible/rikiwiki-dev.yml') diff --git a/ansible/rikiwiki-dev.yml b/ansible/rikiwiki-dev.yml index ba0bdb0..31d5cfc 100644 --- a/ansible/rikiwiki-dev.yml +++ b/ansible/rikiwiki-dev.yml @@ -21,6 +21,7 @@ - dh-cargo - graphviz - librsvg2-bin + - linux-perf - lmodern - pandoc - pandoc-citeproc @@ -31,6 +32,11 @@ - texlive-latex-base - texlive-latex-recommended - texlive-plain-generic + - sysctl: + name: kernel.perf_event_paranoid + value: "0" + state: present + sysctl_set: yes vars: ansible_python_interpreter: /usr/bin/python3 @@ -49,3 +55,6 @@ unix_users: - username: liw comment: Lars Wirzenius + + rustup_cargo_install: | + flamegraph -- cgit v1.2.1