Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dstat.c229 static int evsel__alloc_stats(struct evsel *evsel, int nr_aggr, bool alloc_raw) in evsel__alloc_stats() argument
233 (alloc_raw && evsel__alloc_prev_raw_counts(evsel) < 0)) in evsel__alloc_stats()
240 struct evlist *evlist, bool alloc_raw) in evlist__alloc_stats() argument
249 if (evsel__alloc_stats(evsel, nr_aggr, alloc_raw)) in evlist__alloc_stats()
A Dstat.h261 struct evlist *evlist, bool alloc_raw);

Completed in 5 milliseconds