Searched refs:sample_read (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | sample.h | 33 struct sample_read { struct 120 struct sample_read read;
|
D | parse-events.h | 196 bool sample_read : 1; /* 'S' */ member
|
D | record.c | 60 if (!leader->sample_read) in evsel__config_leader_sampling()
|
D | evsel.h | 89 int sample_read; member
|
D | parse-events.l | 207 CASE('S', sample_read); in modifiers()
|
D | evsel.c | 438 evsel->sample_read = orig->sample_read; in evsel__clone() 1160 if (evsel->sample_read) { in evsel__config()
|
D | parse-events.c | 1827 if (mod.sample_read) in parse_events__modifier_list() 1828 evsel->sample_read = 1; in parse_events__modifier_list()
|
/linux-6.12.1/tools/perf/tests/ |
D | parse-events.c | 890 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1() 907 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1() 941 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2() 955 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2() 970 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2() 1007 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1031 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1049 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1064 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1079 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() [all …]
|