xref: /linux/tools/perf/util/topdown.c (revision 484e9aa6efaf96a7a5b5fe3216f24973166fbfe3)
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 }
9