Home
last modified time | relevance | path

Searched refs:sample_read (Results 1 – 5 of 5) sorted by relevance

/tools/perf/tests/
Dparse-events.c658 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
674 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
700 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
715 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
729 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
758 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
775 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
793 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
807 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
821 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
[all …]
/tools/perf/util/
Devent.h68 struct sample_read { struct
144 struct sample_read read;
Dparse-events.c1602 int sample_read; member
1618 int sample_read = 0; in get_event_modifier() local
1658 sample_read = 1; in get_event_modifier()
1691 mod->sample_read = sample_read; in get_event_modifier()
1745 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devsel.h81 int sample_read; member
Devsel.c951 if (evsel->sample_read) { in perf_evsel__config()
989 if ((leader != evsel) && leader->sample_read) { in perf_evsel__config()