linux-zen-desktop/tools/perf/util/topdown.c

9 lines
177 B
C
Raw Normal View History

2023-08-30 16:31:07 +01:00
// SPDX-License-Identifier: GPL-2.0
#include "topdown.h"
2023-10-24 11:59:35 +01:00
#include <linux/kernel.h>
2023-08-30 16:31:07 +01:00
__weak bool arch_topdown_sample_read(struct evsel *leader __maybe_unused)
{
return false;
}