9 lines
177 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
// SPDX-License-Identifier: GPL-2.0
#include "topdown.h"
2026-01-29 22:25:33 +08:00
#include <linux/kernel.h>
2026-01-21 18:59:54 +08:00
__weak bool arch_topdown_sample_read(struct evsel *leader __maybe_unused)
{
return false;
}