Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dparse-events.c524 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
540 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
566 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
581 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
595 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
624 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
641 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
659 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
673 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
687 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-events.c695 int sample_read; member
708 int sample_read = 0; in get_event_modifier() local
743 sample_read = 1; in get_event_modifier()
772 mod->sample_read = sample_read; in get_event_modifier()
825 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devent.h93 struct sample_read { struct
122 struct sample_read read;
Devsel.h90 int sample_read; member
Devsel.c582 if (evsel->sample_read) { in perf_evsel__config()
620 if ((leader != evsel) && leader->sample_read) { in perf_evsel__config()