1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 #include "topdown.h" 2 #include "topdown.h" 3 #include <linux/kernel.h> 3 #include <linux/kernel.h> 4 4 5 __weak bool arch_topdown_sample_read(struct ev 5 __weak bool arch_topdown_sample_read(struct evsel *leader __maybe_unused) 6 { 6 { 7 return false; 7 return false; 8 } 8 } 9 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.