Home
last modified time | relevance | path

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

/tools/perf/tests/
Dparse-events.c554 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
570 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
596 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
611 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
625 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
654 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
671 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
689 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
703 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
717 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
[all …]
/tools/perf/util/
Dparse-events.c725 int sample_read; member
738 int sample_read = 0; in get_event_modifier() local
773 sample_read = 1; in get_event_modifier()
802 mod->sample_read = sample_read; in get_event_modifier()
854 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devent.h110 struct sample_read { struct
166 struct sample_read read;
Devsel.h92 int sample_read; member
Devsel.c607 if (evsel->sample_read) { in perf_evsel__config()
645 if ((leader != evsel) && leader->sample_read) { in perf_evsel__config()