Lines Matching defs:evsel
6 #include "util/evsel.h"
37 static void hcall_event_get_key(struct evsel *evsel,
42 key->key = evsel__intval(evsel, sample, "req");
60 static bool hcall_event_end(struct evsel *evsel,
64 return (!strcmp(evsel->name, kvm_events_tp[3]));
67 static bool hcall_event_begin(struct evsel *evsel,
70 if (!strcmp(evsel->name, kvm_events_tp[2])) {
71 hcall_event_get_key(evsel, sample, key);