Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:evsel

33 #include "util/evsel.h"
62 struct perf_evsel *evsel)
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
93 assert(evsel != NULL);
100 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
103 evsel->hists.stats.total_period += sample->period;
104 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
112 struct perf_evsel *evsel,
130 if (perf_session__add_hist_entry(session, &al, sample, evsel)) {
142 struct perf_evsel *evsel = perf_evlist__id2evsel(session->evlist,
145 const char *name = evsel ? event_name(evsel) : "unknown";
154 evsel ? event_name(evsel) : "FAIL",