Thread (9 messages) 9 messages, 3 authors, 2021-09-13

Re: [PATCH v7 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot

From: Song Liu <hidden>
Date: 2021-09-10 19:04:43
Also in: bpf

On Sep 10, 2021, at 11:58 AM, Peter Zijlstra [off-list ref] wrote:

On Fri, Sep 10, 2021 at 11:33:52AM -0700, Song Liu wrote:
quoted
+	/* Given we stop LBR in software, we will waste a few entries.
+	 * But we should try to waste as few as possible entries. We are at
+	 * about 7 on x86_64 systems.
+	 * Add a check for < 10 so that we get heads-up when something
+	 * changes and wastes too many entries.
+	 */
+	ASSERT_LT(skel->bss->wasted_entries, 10, "check_wasted_entries");
It might be worth pointing out that you can easily bust this limit by
enabling all the various tracepoints that are still in that code, but
that that isn't a hard error since that's not the expected use case.

For example there's the wrmsr tracepoint that will inject 6 or so
branches on top of that you now have. And I also think there's a
tracepoint in local_irq_save() that can trigger.
Right. I did some test with a lot of debug config enabled. We do see a lot
more wasted entries there. 

Thanks,
Song
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help