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

/linux-master/tools/perf/util/
H A Dconfig.c467 evsel__bpf_counter_events = strdup(value);
H A Devsel.c507 char *evsel__bpf_counter_events; variable
515 if (!evsel__bpf_counter_events)
518 ptr = strstr(evsel__bpf_counter_events, name);
521 /* check name matches a full token in evsel__bpf_counter_events */
523 ((ptr == evsel__bpf_counter_events) || (*(ptr - 1) == ',')) &&
H A Devsel.h285 extern char *evsel__bpf_counter_events;

Completed in 108 milliseconds