index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
genelf.c
Age
Commit message (
Expand
)
Author
2022-10-04
perf genelf: Fix error code in jit_write_elf()
Shang XiaoJing
2022-09-21
perf jit: Include program header in ELF files
Lieven Hey
2022-09-06
perf genelf: Switch deprecated openssl MD5_* functions to new EVP API
Zixuan Tan
2022-08-02
genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO
Arnaldo Carvalho de Melo
2019-11-29
perf jit: Move test functionality in to a test
Ian Rogers
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
2018-04-30
perf tools: Fix spelling mistake: "builid" -> "buildid"
Colin Ian King
2016-10-24
perf jit: Generate .eh_frame/.eh_frame_hdr in DSO
Stefano Sanfilippo
2016-10-24
perf jit: Enable jitdump support without dwarf
Maciej Debski
2016-10-24
perf jit: Add NT_GNU_BUILD_ID definition for older distros
Arnaldo Carvalho de Melo
2016-02-05
perf jit: add source line info support
Stephane Eranian
2016-02-05
perf inject: Add jitdump mmap injection support
Stephane Eranian