Lines Matching defs:evsel
22 #include "util/evsel.h"
884 struct evsel *evsel;
887 evlist__for_each_entry(evlist, evsel) {
888 if (evsel->core.attr.text_poke)
892 evsel = evlist__add_dummy_on_all_cpus(evlist);
893 if (!evsel)
896 evsel->core.attr.text_poke = 1;
897 evsel->core.attr.ksymbol = 1;
898 evsel->immediate = true;
899 evsel__set_sample_bit(evsel, TIME);
1283 struct evsel *pos;
1382 struct evsel *evsel,
1393 return build_id__mark_dso_hit(tool, event, sample, evsel, machine);
1858 static void __record__save_lost_samples(struct record *rec, struct evsel *evsel,
1868 if (evsel->core.ids) {
1869 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx);
1874 evsel->core.attr.sample_type, &sample);
1884 struct evsel *evsel;
1898 evlist__for_each_entry(session->evlist, evsel) {
1899 struct xyarray *xy = evsel->core.sample_id;
1902 if (xy == NULL || evsel->core.fd == NULL)
1904 if (xyarray__max_x(evsel->core.fd) != xyarray__max_x(xy) ||
1905 xyarray__max_y(evsel->core.fd) != xyarray__max_y(xy)) {
1914 if (perf_evsel__read(&evsel->core, x, y, &count) < 0) {
1920 __record__save_lost_samples(rec, evsel, lost,
1926 lost_count = perf_bpf_filter__lost_count(evsel);
1928 __record__save_lost_samples(rec, evsel, lost, 0, 0, lost_count,