Lines Matching refs:event
10 * Architecture specific trace_event function. Save event's bc000 raw data
83 /* Dump event bc000 on screen, already tested on correctness. */
147 event_str = strstr(info->str, "event=");
151 rc = sscanf(event_str, "event=%x", &event_nr);
159 /* Scan the PMU and extract the logical name of a counter from the event. Input
160 * is the counter set and counter number with in the set. Construct the event
215 /* S390 specific trace event function. Check for PERF_RECORD_SAMPLE events
216 * and if the event was triggered by a counter set diagnostic event display
220 void evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event, struct perf_sample *sample)
224 if (event->header.type != PERF_RECORD_SAMPLE)
227 evsel = evlist__event2evsel(evlist, event);