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

/linux-master/tools/perf/
H A Dbuiltin-sched.c260 struct evsel_runtime { struct
1876 static struct evsel_runtime *evsel__get_runtime(struct evsel *evsel)
1878 struct evsel_runtime *r = evsel->priv;
1881 r = zalloc(sizeof(struct evsel_runtime));
1893 struct evsel_runtime *r = evsel__get_runtime(evsel);
1919 struct evsel_runtime *r = evsel__get_runtime(evsel);
2957 struct evsel_runtime *er;

Completed in 164 milliseconds