Re: [PATCH 1/2] scripts: ftrace - move the sort-processing in ftrace_init to compile time

From: Steven Rostedt
Date: Mon Oct 25 2021 - 11:00:08 EST


On Mon, 25 Oct 2021 21:20:47 +0800
Yinan Liu <yinan@xxxxxxxxxxxxxxxxx> wrote:

> At present, it seems that the processing of compile-time sorting is only
> suitable for vmlinux but not suitable for modules. Please review the
> code of mcount sorting in vmlinux, thank you.

Agreed that only the vmlinux compile time sorting makes sense, and leave
the sorting of modules to the module load time.

I'll see if I can review your patches this week.

-- Steve