Symbol: sample_read
tools/perf/arch/x86/util/topdown.c
101
evsel->sample_read = metric_event->sample_read;
tools/perf/tests/parse-events.c
1011
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1056
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1081
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1102
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1123
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1137
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1169
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1184
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1216
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1231
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1249
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1484
TEST_ASSERT_EVSEL("wrong sample_read", evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1498
TEST_ASSERT_EVSEL("wrong sample_read", evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1513
TEST_ASSERT_EVSEL("wrong sample_read", evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1540
TEST_ASSERT_EVSEL("wrong sample_read", evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
1555
TEST_ASSERT_EVSEL("wrong sample_read", evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
929
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
943
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
979
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/tests/parse-events.c
998
TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel);
tools/perf/util/evsel.c
1509
if (evsel->sample_read) {
tools/perf/util/evsel.c
559
evsel->sample_read = orig->sample_read;
tools/perf/util/evsel.h
80
int sample_read;
tools/perf/util/parse-events.c
1886
if (mod.sample_read)
tools/perf/util/parse-events.c
1887
evsel->sample_read = 1;
tools/perf/util/parse-events.h
202
bool sample_read : 1; /* 'S' */
tools/perf/util/record.c
60
if (!leader->sample_read)
tools/perf/util/sample.h
123
struct sample_read read;