[<prev] [next>] [day] [month] [year] [list]
Message-ID: <C46C9460-7FD6-4F6F-9603-84E2A8BA8D8F@bytedance.com>
Date: Sun, 04 Jul 2021 18:18:19 +0800
From: Matt Wu <wuqiang.matt@...edance.com>
To: Christoph Hellwig <hch@...radead.org>
CC: <naveen.n.rao@...ux.ibm.com>, <anil.s.keshavamurthy@...el.com>,
<davem@...emloft.net>, <mhiramat@...nel.org>, <mingo@...nel.org>,
<peterz@...radead.org>, <linux-kernel@...r.kernel.org>,
<mattwu@....com>
Subject: Re: [PATCH] kretprobe scalability improvement
On 2021/7/4, 5:17 PM, "Christoph Hellwig" <hch@...radead.org> wrote:
Would it make sense to just reuse kernel/bpf/percpu_freelist.c for
kretprobes?
Thanks for the info. bpf/percpu_freelist does meet the requirements of kretprobe_instances management and is more compact in memory. But the spinlock usage (through locally) looks a bit heavy since it must disable interrupts on local cpu.
I will perform a test to collect some data for comparison.
Regards,
Matt Wu
Powered by blists - more mailing lists