Re: [PATCH] gnu: Add perf-tools.

2022-08-03 Thread Development of GNU Guix and the GNU System distribution.
On Wed, 03 Aug 2022, Efraim Flashner wrote: > Sorry for top posting. > > You should send patches to guix-patc...@gnu.org. Also I see you've added > gawk and perf as inputs, but a bunch of the scripts need to actually be > wrapped with those inputs. Right. Wrong ML. -- Olivier Dion oldiob.dev

Re: [PATCH] gnu: Add perf-tools.

2022-08-03 Thread Efraim Flashner
Sorry for top posting. You should send patches to guix-patc...@gnu.org. Also I see you've added gawk and perf as inputs, but a bunch of the scripts need to actually be wrapped with those inputs. On Wed, Aug 03, 2022 at 02:34:26PM -0400, Olivier Dion wrote: > * gnu/packages/instrumentation.scm (pe

[PATCH] gnu: Add perf-tools.

2022-08-03 Thread Olivier Dion
* gnu/packages/instrumentation.scm (perf-tools): New variable. --- gnu/packages/instrumentation.scm | 46 1 file changed, 46 insertions(+) diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index 4e23e9bed4..66329c55a1 100644 --- a/gn