Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _TOPDOWN_H
0003 #define _TOPDOWN_H 1
0004 
0005 bool topdown_sys_has_perf_metrics(void);
0006 int topdown_parse_events(struct evlist *evlist);
0007 
0008 #endif