Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]
/linux-6.1.9/tools/perf/util/
Devent.h72 struct sample_read { struct
185 struct sample_read read;
Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
Dparse-events.c1802 int sample_read; member
1820 int sample_read = 0; in get_event_modifier() local
1864 sample_read = 1; in get_event_modifier()
1901 mod->sample_read = sample_read; in get_event_modifier()
1957 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
Devsel.h87 int sample_read; member
Devsel.c465 evsel->sample_read = orig->sample_read; in evsel__clone()
1169 if (evsel->sample_read) { in evsel__config()