Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstream.h12 struct evsel_streams { struct
21 struct evsel_streams *ev_streams; argument
32 struct evsel_streams *evsel_streams__entry(struct evlist_streams *els,
35 void evsel_streams__match(struct evsel_streams *es_base,
36 struct evsel_streams *es_pair);
38 void evsel_streams__report(struct evsel_streams *es_base,
39 struct evsel_streams *es_pair);
H A Dstream.c35 struct evsel_streams *es; in evlist_streams__new()
48 struct evsel_streams *s = &es[i]; in evlist_streams__new()
100 struct evsel_streams *es) in update_hot_callchain()
131 struct evsel_streams *es = els->ev_streams; in evlist__init_callchain_streams()
182 struct evsel_streams *es_pair) in stream__callchain_match()
197 struct evsel_streams *es_pair) in stream__match()
209 struct evsel_streams *es_pair) in evsel_streams__match()
222 struct evsel_streams *es_base, in print_callchain_pair()
223 struct evsel_streams *es_pair) in print_callchain_pair()
303 struct evsel_streams *es_pair) in callchain_streams_report()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c1028 struct evsel_streams *es_base, *es_pair; in process_base_stream()