Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dparse-events.c585 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
601 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
627 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
642 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
656 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
685 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
702 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
720 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
734 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
748 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
[all …]
/linux-4.1.27/tools/perf/util/
Dparse-events.c715 int sample_read; member
729 int sample_read = 0; in get_event_modifier() local
766 sample_read = 1; in get_event_modifier()
796 mod->sample_read = sample_read; in get_event_modifier()
849 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devent.h110 struct sample_read { struct
193 struct sample_read read;
Devsel.h100 int sample_read; member
Devsel.c628 if (evsel->sample_read) { in perf_evsel__config()
666 if ((leader != evsel) && leader->sample_read) { in perf_evsel__config()