Searched refs:sample_read (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Dsample.h33 struct sample_read { struct
120 struct sample_read read;
H A Drecord.c60 if (!leader->sample_read)
H A Dparse-events.c1664 int sample_read; member in struct:event_modifier
1682 int sample_read = 0; local
1726 sample_read = 1;
1763 mod->sample_read = sample_read;
1819 evsel->sample_read = mod.sample_read;
H A Devsel.h89 int sample_read; member in struct:evsel::__anon1601
H A Devsel.c434 evsel->sample_read = orig->sample_read;
1144 if (evsel->sample_read) {
/linux-master/tools/perf/tests/
H A Dparse-events.c901 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
918 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
952 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
966 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
981 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
[all...]

Completed in 152 milliseconds