Re: [PATCH] hrtimer:Add get_hrtimer_cpu_base()

From: Thomas Gleixner
Date: Thu Mar 14 2024 - 07:59:35 EST


On Thu, Mar 14 2024 at 18:45, Enlin Mu wrote:
> Thomas Gleixner <tglx@xxxxxxxxxxxxx> 于2024年3月14日周四 18:22写道:
>>
>> On Wed, Mar 13 2024 at 05:30, Enlin Mu wrote:
>> > From: Enlin Mu <enlin.mu@xxxxxxxxxx>
>> >
>> > On the Arm platform,arch_timer may occur irq strom,
>> > By using the next_timer of hrtimer_cpu_base, it is
>> > possible to quickly locate abnormal timers.
>> > As it is an out of tree modules,the function needs
>> > to be exproted.
>>
>> No. We are not exporting for out of tree code.
> Can you explain it?

Exporting functions or variables requires an in tree usecase.