Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek...
[linux-2.6-microblaze.git] / tools / perf / util / topdown.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include "topdown.h"
3 #include <linux/kernel.h>
4
5 __weak bool arch_topdown_sample_read(struct evsel *leader __maybe_unused)
6 {
7         return false;
8 }