Searched refs:event_glob (Results 1 – 3 of 3) sorted by relevance
38 void print_events(const char *event_glob);40 void print_tracepoint_events(const char *subsys_glob, const char *event_glob);41 int print_hwcache_events(const char *event_glob);
909 void print_tracepoint_events(const char *subsys_glob, const char *event_glob) in print_tracepoint_events() argument935 if (event_glob != NULL && in print_tracepoint_events()936 !strglobmatch(evt_dirent.d_name, event_glob)) in print_tracepoint_events()1011 int print_hwcache_events(const char *event_glob) in print_hwcache_events() argument1024 if (event_glob != NULL && !strglobmatch(name, event_glob)) in print_hwcache_events()1042 void print_events(const char *event_glob) in print_events() argument1060 if (event_glob != NULL && in print_events()1061 !(strglobmatch(syms->symbol, event_glob) || in print_events()1062 (syms->alias && strglobmatch(syms->alias, event_glob)))) in print_events()1080 print_hwcache_events(event_glob); in print_events()[all …]
11 'perf list' [hw|sw|cache|tracepoint|event_glob]78 'subsys_glob:event_glob' to filter by tracepoint subsystems such as sched,