Home
last modified time | relevance | path

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

/tools/perf/tests/
Dparse-events.c689 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
705 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
731 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
746 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
760 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
789 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
806 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
824 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
838 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
852 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
[all …]
/tools/perf/util/
Devent.h68 struct sample_read { struct
159 struct sample_read read;
Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
Dparse-events.c1875 int sample_read; member
1893 int sample_read = 0; in get_event_modifier() local
1937 sample_read = 1; in get_event_modifier()
1974 mod->sample_read = sample_read; in get_event_modifier()
2030 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devsel.h74 int sample_read; member
Devsel.c430 evsel->sample_read = orig->sample_read; in evsel__clone()
1104 if (evsel->sample_read) { in evsel__config()