]> Git Repo - J-linux.git/blob - tools/perf/util/topdown.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.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 }
This page took 0.027756 seconds and 4 git commands to generate.