Searched refs:evlist__sample_id_all (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Devlist.h220 bool evlist__sample_id_all(struct evlist *evlist);
H A Devlist.c673 if (!evlist__sample_id_all(evlist))
1304 bool evlist__sample_id_all(struct evlist *evlist) function
H A Dsession.c270 * processed, so evlist__sample_id_all is not meaningful here.
273 tool->ordered_events && !evlist__sample_id_all(session->evlist)) {
1280 !evlist__sample_id_all(evlist)) {
1819 event_swap(event, evlist__sample_id_all(session->evlist));
1869 event_swap(event, evlist__sample_id_all(evlist));
/linux-master/tools/perf/
H A Dbuiltin-record.c2508 if (rec->tool.ordered_events && !evlist__sample_id_all(rec->evlist)) {

Completed in 134 milliseconds