Searched refs:evlist__parse_sample (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/perf/tests/
H A Dparse-no-sample-id-all.c31 if (evlist__parse_sample(*pevlist, event, &sample)) {
32 pr_debug("evlist__parse_sample failed\n");
H A Dsw-clock.c110 err = evlist__parse_sample(evlist, event, &sample);
H A Dswitch-tracking.c134 if (evlist__parse_sample(evlist, event, &sample)) {
135 pr_debug("evlist__parse_sample failed\n");
229 if (evlist__parse_sample(evlist, event, &sample)) {
230 pr_debug("evlist__parse_sample failed\n");
H A Dperf-record.c185 err = evlist__parse_sample(evlist, event, &sample);
H A Dmmap-basic.c133 err = evlist__parse_sample(evlist, event, &sample);
H A Dcode-reading.c392 if (evlist__parse_sample(evlist, event, &sample)) {
393 pr_debug("evlist__parse_sample failed\n");
/linux-master/tools/perf/util/
H A Devlist.h223 int evlist__parse_sample(struct evlist *evlist, union perf_event *event, struct perf_sample *sample);
H A Devlist.c1548 int evlist__parse_sample(struct evlist *evlist, union perf_event *event, struct perf_sample *sample) function
H A Dsession.c1642 int ret = evlist__parse_sample(session->evlist, event, &sample);
1824 evlist__parse_sample(session->evlist, event, sample))
H A Dauxtrace.c1114 err = evlist__parse_sample(session->evlist, event, &sample);
/linux-master/tools/perf/
H A Dbuiltin-top.c1153 ret = evlist__parse_sample(evlist, event, &sample);
H A Dbuiltin-inject.c1414 ret = evlist__parse_sample(gs->session->evlist, gs->ev.event, &gs->ev.sample);
H A Dbuiltin-trace.c3631 int err = evlist__parse_sample(evlist, event, &sample);

Completed in 173 milliseconds