Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.9.4
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}
v6.8
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}