mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
11 lines
230 B
C
11 lines
230 B
C
|
|
||
|
extern int nr_counters;
|
||
|
extern __u64 event_id[MAX_COUNTERS];
|
||
|
|
||
|
extern int parse_events(const struct option *opt, const char *str, int unset);
|
||
|
|
||
|
#define EVENTS_HELP_MAX (128*1024)
|
||
|
|
||
|
extern void create_events_help(char *help_msg);
|
||
|
|