Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsample.h33 struct sample_read { struct
120 struct sample_read read;
H A Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
H A Dparse-events.h205 bool sample_read : 1; /* 'S' */ member
H A Devsel.h74 int sample_read; member
H A Dparse-events.l203 CASE('S', sample_read); in modifiers()
H A Devsel.c554 evsel->sample_read = orig->sample_read; in evsel__clone()
1327 if (evsel->sample_read) { in evsel__config()
H A Dparse-events.c1803 if (mod.sample_read) in parse_events__modifier_list()
1804 evsel->sample_read = 1; in parse_events__modifier_list()
/linux-6.15/tools/perf/tests/
H A Dparse-events.c883 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
899 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
962 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
1069 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
1102 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group4()
1118 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group4()
1432 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample1()
1447 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample1()
1463 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample1()
1492 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample2()
[all …]