nixpkgs/pkgs/os-specific
Lluís Batlle i Rossell 53a4582552 Adding vmlinux to linux kernel 'dev' derivation.
It takes some extra 13MB (and in dev, not out), but allows perf to show kernel
symbols when profiling. I think it is worth it.

In my NixOS, I refer to it in the system derivation, for easy telling to perf
through /run/booted-system/vmlinux:

  system.extraSystemBuilderCmds = ''
    ln -s ${config.boot.kernelPackages.kernel.dev}/vmlinux $out/vmlinux
  '';
2016-05-06 18:11:03 +02:00
..
darwin Merge pull request #14706 from acowley/frameworks-GL 2016-04-24 22:38:47 +03:00
gnu
linux Adding vmlinux to linux kernel 'dev' derivation. 2016-05-06 18:11:03 +02:00
windows jom: move to qmake4Hook 2016-04-20 18:55:55 +03:00