summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bpftrace')
-rw-r--r--dev-util/bpftrace/files/bpftrace-0.9_pre20190311-bcc-0.9.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/bpftrace/files/bpftrace-0.9_pre20190311-bcc-0.9.patch b/dev-util/bpftrace/files/bpftrace-0.9_pre20190311-bcc-0.9.patch
deleted file mode 100644
index 0f3706fadf5f..000000000000
--- a/dev-util/bpftrace/files/bpftrace-0.9_pre20190311-bcc-0.9.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/attached_probe.cpp b/src/attached_probe.cpp
-index d7905cd..adbd40c 100644
---- a/src/attached_probe.cpp
-+++ b/src/attached_probe.cpp
-@@ -376,7 +376,7 @@ void AttachedProbe::load_prog()
- void AttachedProbe::attach_kprobe()
- {
- int perf_event_fd = bpf_attach_kprobe(progfd_, attachtype(probe_.type),
-- eventname().c_str(), probe_.attach_point.c_str(), 0);
-+ eventname().c_str(), probe_.attach_point.c_str(), 0, -1);
-
- if (perf_event_fd < 0) {
- if (probe_.orig_name != probe_.name) {