brintos

brintos / linux-shallow public Read only

0
0
Text · 177 B · 18fd5fe Raw
9 lines · c
1// SPDX-License-Identifier: GPL-2.02#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