Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dparse-events.c626 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
642 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
668 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
683 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
697 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
726 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
743 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
761 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()
789 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
[all …]
/linux-4.4.14/tools/perf/util/
Dparse-events.c1082 int sample_read; member
1097 int sample_read = 0; in get_event_modifier() local
1136 sample_read = 1; in get_event_modifier()
1167 mod->sample_read = sample_read; in get_event_modifier()
1220 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devent.h115 struct sample_read { struct
201 struct sample_read read;
Devsel.h120 int sample_read; member
Devsel.c744 if (evsel->sample_read) { in perf_evsel__config()
782 if ((leader != evsel) && leader->sample_read) { in perf_evsel__config()