Searched refs:perf_evlist__parse_sample (Results 1 - 12 of 12) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
H A Dparse-no-sample-id-all.c29 if (perf_evlist__parse_sample(*pevlist, event, &sample)) {
30 pr_debug("perf_evlist__parse_sample failed\n");
H A Dsw-clock.c83 err = perf_evlist__parse_sample(evlist, event, &sample);
H A Dmmap-basic.c111 err = perf_evlist__parse_sample(evlist, event, &sample);
H A Dperf-record.c174 err = perf_evlist__parse_sample(evlist, event, &sample);
H A Dcode-reading.c255 if (perf_evlist__parse_sample(evlist, event, &sample)) {
256 pr_debug("perf_evlist__parse_sample failed\n");
/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.h145 int perf_evlist__parse_sample(struct perf_evlist *evlist, union perf_event *event,
H A Dsession.c542 ret = perf_evlist__parse_sample(s->evlist, iter->event, &sample);
1094 ret = perf_evlist__parse_sample(session->evlist, event, &sample);
H A Devlist.c1054 int perf_evlist__parse_sample(struct perf_evlist *evlist, union perf_event *event, function
H A Dpython.c830 err = perf_evlist__parse_sample(evlist, event, &pevent->sample);
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-top.c810 ret = perf_evlist__parse_sample(top->evlist, event, &sample);
H A Dbuiltin-kvm.c889 err = perf_evlist__parse_sample(kvm->evlist, event, &sample);
H A Dbuiltin-trace.c987 err = perf_evlist__parse_sample(evlist, event, &sample);

Completed in 122 milliseconds