The Linux "perf" tool has a performance issue due to its use of addr2line, which can be resolved by patching perf to use a long-running addr2line process. This patch results in a 60x speed-up. The issue is caused by perf being licensed under GPLv2, which is incompatible with the GPLv3 license of the libbfd library it needs to use. The author of the patch discusses the licensing issue and its implications.