Lines Matching defs:sample
22 #include "util/sample.h"
129 struct perf_sample sample;
134 if (evlist__parse_sample(evlist, event, &sample)) {
139 evsel = evlist__id2evsel(evlist, sample.id);
141 next_tid = evsel__intval(evsel, &sample, "next_pid");
142 prev_tid = evsel__intval(evsel, &sample, "prev_pid");
143 cpu = sample.cpu;
218 struct perf_sample sample;
229 if (evlist__parse_sample(evlist, event, &sample)) {
234 if (!sample.time) {
239 node->event_time = sample.time;