summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bcc
Commit message (Collapse)AuthorAge
* bcc: 0.11.0 -> 0.12.0Jörg Thalheim2019-12-11
| | | | | | - fix bash shebangs - fix reference to $out/share/bcc/tools/lib when scripts are started from $out/bin - use submodules to download libbpf
* linuxPackages.bcc: 0.10.0 -> 0.11.0Austin Seipp2019-10-14
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* bcc: 0.9.0 -> 0.10.0Ivan Kozik2019-06-10
|
* linuxPackages.bcc: 0.8.0 -> 0.9.0Austin Seipp2019-05-06
| | | | | | | | | | | | | Requires a minor tweak to the deadlock detector patch (the file was renamed in the upstream repo). bcc now also wants a copy of libbpf, which it doesn't have in the source release tarball. Clone a copy from GiHub that's synchronized with the release, and put it in place. Tested on Linux 5.1 (with bpftrace as well). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* linuxPackages.bcc: fix buildWill Dietz2019-03-04
| | | | | | | flex is needed as buildInput too (headers, libfl), recent strictDeps change in python caught this. Fixes #56724
* bcc: 0.7.0 -> 0.8.0Will Dietz2019-01-13
|
* linuxPackages.bcc: 0.6.1 -> 0.7.0R. RyanTM2018-09-07
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcc/versions
* linuxPackages.bcc: 0.6.0 -> 0.6.1R. RyanTM2018-08-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcc/versions.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* linuxPackages.bcc: 0.5.0 -> 0.6.0Austin Seipp2018-07-14
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* linuxPackages.bcc: make it useable as a python libraryJörg Thalheim2018-05-29
|
* bcc: add systemtap dep, and fix build revisionAustin Seipp2018-02-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* llvm-packages: cleanupDaiderd Jordan2018-02-06
|
* linuxPackages.bcc: 0.4.0 -> 0.5.0Jörg Thalheim2018-01-05
|
* bcc: add myself as maintainerJoerg Thalheim2017-11-04
|
* bcc: fix module installationJoerg Thalheim2017-11-04
| | | | BCC_KERNEL_MODULES_DIR should have not been removed
* linuxPackages.bcc: Fix quoting for older Nix versionsTuomas Tynkkynen2017-11-03
| | | | Issue #31179.
* bcc: fix installJoerg Thalheim2017-10-24
|
* bcc: 0.3.0 -> 0.4.0Joerg Thalheim2017-10-24
|
* bcc: fix relocation bug downgrading to llvm 3.9Joerg Thalheim2017-09-30
| | | | | | https://github.com/iovisor/bcc/issues/1276 fixes #29913
* linuxPackages.bcc: fix using wrapProgram on .c fileRobin Gloster2017-08-09
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* bcc: 0.2.0 -> 0.3.0 (#26315)Judson Lester2017-06-02
|
* bcc: git-2016-08-30 -> 0.2.0Jörg Thalheim2017-01-01
|
* bcc: install documentation not as an executableJörg Thalheim2016-09-08
| | | | in bcc/tools documentation was wrapped as an executable
* bcc: git-2016-05-18 -> git-2016-08-30Jörg Thalheim2016-09-08
|
* bcc: init at git-2016-05-18Ragnar Dahlén2016-05-18