Lines Matching defs:evsel
11 #include "evsel.h"
36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel)
38 if (evsel->db_id)
41 evsel->db_id = ++dbe->evsel_last_db_id;
44 return dbe->export_evsel(dbe, evsel);
213 struct evsel *evsel)
229 err = thread__resolve_callchain(thread, &callchain_cursor, evsel,
345 struct perf_sample *sample, struct evsel *evsel,
352 .evsel = evsel,
359 err = db_export__evsel(dbe, evsel);
385 evsel);
392 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
393 sample_addr_correlates_sym(&evsel->core.attr)) {