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.c513 char *evsel__bpf_counter_events; variable
521 if (!evsel__bpf_counter_events)
524 ptr = strstr(evsel__bpf_counter_events, name);
527 /* check name matches a full token in evsel__bpf_counter_events */
529 ((ptr == evsel__bpf_counter_events) || (*(ptr - 1) == ',')) &&
H A Devsel.h285 extern char *evsel__bpf_counter_events;

Completed in 291 milliseconds