Result for A826C4D3635D743A2427202E9DD639A3D8AEAAAE

Query result

Key Value
FileName./usr/share/doc/dwarves/README.ctracer
FileSize1628
MD526879F6948CE2C69913525E7A4B09206
RDS:package_id182052
SHA-1A826C4D3635D743A2427202E9DD639A3D8AEAAAE
SHA-256E5954710F48BA57AA5E16D8DFBD2004A71D5A506AEBD9CF0FE306A9F511D0B1D
SSDEEP24:PF0GdXlLs+hJ1rbHr5EgKlTqo5IVMxLww/O0EDfCXk82xqyEBKUKm2tFa5Uel/Bb:P5osXrX5mTZ/50EBKnelY8Su+Tcn
TLSHT16A31867EF2ED537D269A1730E09D98F4E7CC96B95360E5613B5E02297B0F269607B040
insert-timestamp1679426364.9935606
sourceRDS.db
hashlookup:parent-total221
hashlookup:trust100

Network graph view

Parents (Total: 221)

The searched file hash is included in 221 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD545664A4DEFE72C180E69A030036ABE87
PackageArchs390
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc.
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease2.fc18
PackageVersion1.10
SHA-10239B18A7224B53EA0A1E380F374B358FE34065D
SHA-256CCAC91F0BD9BA4158E1828D62088BC115464D941442620CC226ADDE9DAD4177E
Key Value
MD588F42EBB318169379E32A4BF0401C835
PackageArchx86_64
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. These tools can also be used to encode and read the BTF type information format used with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. One example of pfunct usage is in the fullcircle tool, a shell that drivers pfunct to generate compileable code out of a .o file and then build it using gcc, with the same compiler flags, and then use codiff to make sure the original .o file and the new one generated from debug info produces the same debug info. Pahole also can be used to use all this type information to pretty print raw data according to command line directions. Headers can have its data format described from debugging info and offsets from it can be used to further format a number of records. The btfdiff utility compares the output of pahole from BTF and DWARF to make sure they produce the same results.
PackageMaintainerCBS <cbs@centos.org>
PackageNamedwarves
PackageRelease1.1.hs.el8
PackageVersion1.21
SHA-10254EC4DEBA2635F8C0FC23CB26B40EC15004797
SHA-2568D221A21B185D921F465D76C8317F510972C09725E6ADD3BDDDD822E80B7F0AF
Key Value
MD5866FDE7722E2A55101FA022D41A2859A
PackageArchs390x
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc.
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease1.fc12
PackageVersion1.8
SHA-104074961D4759EF2A78FE75C534B8CBB16DE778B
SHA-2563292AD4DD82F9CA5E6B67315901815F9B9C694D07C19F51953EC6EBF10F52970
Key Value
FileSize138886
MD5724E95B0CB8E6A94A144F4FAA8A5D16F
PackageDescriptionset of advanced DWARF utilities This package contains tools that use the DWARF debugging information inserted in ELF binaries by the compiler. This information is already used by debuggers (e.g. GDB), and more recent tools such as systemtap. . Utilities in the dwarves suite include: . - pahole: finds alignment holes in structs and classes in languages such as C/C++, CPU cacheline alignment. Helps repack those structures to achieve more cache hits. - codiff: a diff like tool to compare the effects changes in source code generate on the resulting binaries - pfunct: displays all sorts of information about functions, inlines, etc. - pdwtags: pretty-prints DWARF information - pglobal: lists global symbols - prefcnt: counts DWARF tags usage - syscse: system call sign extender - dtagnames: lists tag names
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamedwarves
PackageSectionutils
PackageVersion1.10-2.1
SHA-104A9A4D04D1BA60FA2F911D81956ECEC5028C48F
SHA-2565E16D5706A8BC57A6794238319B8346187D96E96E3073080ADF007CC3FF652B1
Key Value
MD556E811159ACE8EEB3F1F2D5F2A8C5117
PackageArchppc64
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc.
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease1.el7
PackageVersion1.10
SHA-105ED050BED0BECE7C2D78180067D56237DDD96BB
SHA-25666CC60662EF1814F293EA487A668FFAF8FF86B2D566019145D2490AEEFD5FE6D
Key Value
MD5232EA83EC40F26A17105A155DD383993
PackageArcharmv7hl
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. These tools can also be used to encode and read the BTF type information format used with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. One example of pfunct usage is in the fullcircle tool, a shell that drivers pfunct to generate compileable code out of a .o file and then build it using gcc, with the same compiler flags, and then use codiff to make sure the original .o file and the new one generated from debug info produces the same debug info. The btfdiff utility compares the output of pahole from BTF and DWARF to make sure they produce the same results.
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease4.fc33
PackageVersion1.17
SHA-10762F53AA1DC0200693E4C3477D86970F80534DF
SHA-256A239B074E604A728EA898E61EF0F2A71778864E21573C1BB5764E36A9CDA2BEC
Key Value
MD5D4F254E9FEA986C1C8CA7E4535D9FDA4
PackageArchs390x
PackageDescriptiondwarves is a set of tools that use the DWARF debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. The documentation about ctracer is not updated to the latest developments: it now generates systemtap scripts, stay tuned for improvements in this area!
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease4
PackageVersion1.7
SHA-10D0BE1924B086C5021D03E538BA2BA593A9E2CE0
SHA-256176A942A88000D4FE89180516935DCDD9BB7B441C5F627F34A78F491E07CA65C
Key Value
MD5894377A1A6EA9FB6B6400153F58C9208
PackageArchx86_64
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. These tools can also be used to encode and read the BTF type information format used with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. One example of pfunct usage is in the fullcircle tool, a shell that drivers pfunct to generate compileable code out of a .o file and then build it using gcc, with the same compiler flags, and then use codiff to make sure the original .o file and the new one generated from debug info produces the same debug info. The btfdiff utility compares the output of pahole from BTF and DWARF to make sure they produce the same results.
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease1.fc32
PackageVersion1.17
SHA-10D725B77B4FA62D567F01DF0E9DA4F77AC5516CF
SHA-256EBA04550F64EBB9D179D6C76D7D876A7F0492E53D68C69479EED496D0883A351
Key Value
MD5DFF7603F381C6F1A9546CF8BC857712D
PackageArchaarch64
PackageDescriptiondwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. These tools can also be used to encode and read the BTF type information format used with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. One example of pfunct usage is in the fullcircle tool, a shell that drivers pfunct to generate compileable code out of a .o file and then build it using gcc, with the same compiler flags, and then use codiff to make sure the original .o file and the new one generated from debug info produces the same debug info. The btfdiff utility compares the output of pahole from BTF and DWARF to make sure they produce the same results.
PackageMaintainerFedora Project
PackageNamedwarves
PackageRelease4.fc33
PackageVersion1.17
SHA-111573AA7BF221A1FC4FC6693A5B04B717E46FBEF
SHA-256F60DA058C550BE062E1BA33F7A09A66AF3E6649F80B7CE5C0DA37D8F8BA4EA26
Key Value
FileSize212740
MD53365336214E2F60C7548FAB62DF842CA
PackageDescriptionset of advanced DWARF utilities This package contains tools that use the DWARF debugging information inserted in ELF binaries by the compiler. This information is used by debuggers (e.g. GDB), and other tools such as systemtap. . Utilities in the dwarves suite include: . - pahole: finds alignment holes in structs and classes in languages such as C/C++, CPU cacheline alignment. Helps repack those structures to achieve more cache hits. - codiff: a diff like tool to compare the effects changes in source code generate on the resulting binaries - pfunct: displays all sorts of information about functions, inlines, etc. - pdwtags: pretty-prints DWARF information - pglobal: lists global symbols - prefcnt: counts DWARF tags usage - syscse: system call sign extender - dtagnames: lists tag names
PackageMaintainerThomas Girard <thomas.g.girard@free.fr>
PackageNamepahole
PackageSectionutils
PackageVersion1.22-4
SHA-113F3234FD078922E10D84110561657232FA1EBEA
SHA-2568380ABB394BC42B516786B5AC9C4D1D25E820770F931F79C5B9939B6DB96FC13