]> sourceware.org Git - systemtap.git/commit
PR24812: support order-parametrized begin/end probes
authorSagar Patel <sapatel@redhat.com>
Fri, 25 Oct 2019 18:18:24 +0000 (14:18 -0400)
committerSagar Patel <sapatel@redhat.com>
Fri, 25 Oct 2019 18:37:17 +0000 (14:37 -0400)
commita8c7c8f114fa884f6f43e14aa4a21673a8b8d27f
treebd70786bf414697bb97e2e257345c676d081605e
parent716d8b9f54a8c1cbc25873d2a85d4fbe636980e1
PR24812: support order-parametrized begin/end probes

It was found that begin probes were already order parameterized but,
end probes were not. The end probes were being added using a reverse
iterator which made them run in the wrong order. This patch fixes
this by replacing the reverse iterator with a normal iterator.

1) Replaced reverse iterator with normal iterator.
2) Added testcase which checks for correct running order.
3) Updated NEWS.
NEWS
tapset-been.cxx
testsuite/systemtap.bpf/bpf_tests/order.stp [new file with mode: 0644]
This page took 0.029744 seconds and 5 git commands to generate.