]> sourceware.org Git - systemtap.git/commit
stapbpf: remove BPF map copy logic from interpreter
authoramerey <amerey@localhost.localdomain>
Tue, 10 Apr 2018 22:02:50 +0000 (18:02 -0400)
committeramerey <amerey@localhost.localdomain>
Tue, 10 Apr 2018 22:10:13 +0000 (18:10 -0400)
commitb7a4a2bfa8bb50501c95fc659baa7512ac7c4c61
treed7446e62b9145b73de6eaaafeb278c63c33e5c32
parent4b308597838f0fbfdcc3d11845c3065ba61eb57b
stapbpf: remove BPF map copy logic from interpreter

bpfinterp.cxx, bpfinterp.h, stapbpf.cxx: Remove map structs and copy logic.
Instead, perform lookups/updates/deletes on BPF maps directly via bpf().
stapbpf/bpfinterp.cxx
stapbpf/bpfinterp.h
stapbpf/stapbpf.cxx
This page took 0.027146 seconds and 5 git commands to generate.