Home
last modified time | relevance | path

Searched refs:evsel__bpf_counter_events (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
A Devsel.h264 extern char *evsel__bpf_counter_events;
A Devsel.c502 char *evsel__bpf_counter_events; variable
510 if (!evsel__bpf_counter_events) in evsel__match_bpf_counter_events()
513 ptr = strstr(evsel__bpf_counter_events, name); in evsel__match_bpf_counter_events()
518 ((ptr == evsel__bpf_counter_events) || (*(ptr - 1) == ',')) && in evsel__match_bpf_counter_events()
A Dconfig.c465 evsel__bpf_counter_events = strdup(value); in perf_stat_config()

Completed in 37 milliseconds