![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef TOPDOWN_H 0003 #define TOPDOWN_H 1 0004 #include "evsel.h" 0005 #include "evlist.h" 0006 0007 bool arch_topdown_check_group(bool *warn); 0008 void arch_topdown_group_warn(void); 0009 bool arch_topdown_sample_read(struct evsel *leader); 0010 const char *arch_get_topdown_pmu_name(struct evlist *evlist, bool warn); 0011 int topdown_filter_events(const char **attr, char **str, bool use_group, 0012 const char *pmu_name); 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |