Package: procdump / 3.4.1-1~exp4

Metadata

Package Version Patches format
procdump 3.4.1-1~exp4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
273.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
profiler/inc/pal_mstypes.h | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 [patch 1/3] cmake: detect armv7l as arm architecture

On Ubuntu armhf:

```
$ uname -p
armv7l
```

So detect `armv7l` as ARM architecture as well.

266.patch | (download)

CMakeLists.txt | 100 74 + 26 - 0 !
cmake/FindBpf.cmake | 138 138 + 0 - 0 !
cmake/FindLibelf.cmake | 82 82 + 0 - 0 !
ebpf/procdump_ebpf.h | 6 3 + 3 - 0 !
4 files changed, 297 insertions(+), 29 deletions(-)

 [patch 1/6] add findlibelf.cmake discovery module