Commit Graph

7 Commits

Author SHA1 Message Date
Aaron Jheng
177732bd36
perf: add libbabeltrace dependency 2022-11-14 00:47:41 +00:00
Aaron Jheng
a72fc0d5b9
perf: add default d3-flame-graph templates for flamegraph script (#198028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-10 17:57:52 +01:00
Aaron Jheng
d7618af3d8
perf: remove trace binary 2022-11-03 22:31:38 +00:00
Aaron Jheng
1bac4d0f77
perf: add python.interpreter to PATH 2022-10-25 13:10:13 +00:00
K900
dbf1d73cd1 perf: fix build with kernel 6.0 2022-10-03 11:04:50 +00:00
Sergei Trofimovich
19b8b523c9 linuxPackages.perf: use binutils-2.38 for linux before 5.19
Without the change perf build fails on binutils-2.39 due to API change:

util/annotate.c: In function 'symbol__disassemble_bpf':
util/annotate.c:1765:9: error: too few arguments to function 'init_disassemble_info'
 1765 |         init_disassemble_info(&info, s,
      |         ^~~~~~~~~~~~~~~~~~~~~
2022-08-24 07:25:08 +01:00
Sergei Trofimovich
8940dd0559 linuxPackages.perf: move from perf.nix to perf/ directory
While at it dropped top-level 'with lib;'.
2022-08-14 09:17:48 +01:00