Description of problem: Jemalloc package is built without profiling support. If there is no technical reason for not including it, it would be really nice to be able to profile allocations. Also it's misleading that jemalloc-devel contains jeprof utility for profiler data analysis, but jemalloc itself can't produce such data. Additional info: Could be fixed by adding --enable-prof flag in configuration step of the build script.
https://src.fedoraproject.org/rpms/jemalloc/pull-request/3#
Additionally, you are shipping `jeprof` tool in the -devel package. That doesn't make any sense at all. The `jeprof` tool can be used without -devel package, only if the profiling was enabled for the last 2 years since this has been requested.
I've added profiling in latest rawhide build, https://bodhi.fedoraproject.org/updates/FEDORA-2025-8eaedc126e . Should I move jeprof too, or may it stay in the -devel package? Ingvar