Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dparse-no-sample-id-all.c31 if (evlist__parse_sample(*pevlist, event, &sample)) { in process_event()
H A Dsw-clock.c110 err = evlist__parse_sample(evlist, event, &sample); in __test__sw_clock_freq()
H A Dswitch-tracking.c134 if (evlist__parse_sample(evlist, event, &sample)) { in process_sample_event()
229 if (evlist__parse_sample(evlist, event, &sample)) { in add_event()
H A Dmmap-basic.c133 err = evlist__parse_sample(evlist, event, &sample); in test__basic_mmap()
H A Dperf-record.c185 err = evlist__parse_sample(evlist, event, &sample); in test__PERF_RECORD()
H A Dcode-reading.c382 if (evlist__parse_sample(evlist, event, &sample)) { in process_sample_event()
/openbmc/linux/tools/perf/util/
H A Devlist.h223 int evlist__parse_sample(struct evlist *evlist, union perf_event *event, struct perf_sample *sample…
H A Dsession.c1631 int ret = evlist__parse_sample(session->evlist, event, &sample); in perf_session__deliver_event()
1813 evlist__parse_sample(session->evlist, event, sample)) in perf_session__peek_event()
H A Devlist.c1548 int evlist__parse_sample(struct evlist *evlist, union perf_event *event, struct perf_sample *sample) in evlist__parse_sample() function
H A Dauxtrace.c1114 err = evlist__parse_sample(session->evlist, event, &sample); in auxtrace_queue_data_cb()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1154 ret = evlist__parse_sample(evlist, event, &sample); in deliver_event()
H A Dbuiltin-inject.c1414 ret = evlist__parse_sample(gs->session->evlist, gs->ev.event, &gs->ev.sample); in guest_session__fetch()
H A Dbuiltin-trace.c3631 int err = evlist__parse_sample(evlist, event, &sample);