Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-sched.c278 struct evsel_runtime { struct
1881 static struct evsel_runtime *evsel__get_runtime(struct evsel *evsel) in evsel__get_runtime()
1883 struct evsel_runtime *r = evsel->priv; in evsel__get_runtime()
1886 r = zalloc(sizeof(struct evsel_runtime)); in evsel__get_runtime()
1898 struct evsel_runtime *r = evsel__get_runtime(evsel); in evsel__save_time()
1924 struct evsel_runtime *r = evsel__get_runtime(evsel); in evsel__get_time()
2985 struct evsel_runtime *er; in timehist_check_attr()