Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsample.h33 struct sample_read { struct
120 struct sample_read read;
A Dparse-events.h196 bool sample_read : 1; /* 'S' */ member
A Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
A Devsel.h89 int sample_read; member
A Dparse-events.l207 CASE('S', sample_read); in modifiers()
A Devsel.c438 evsel->sample_read = orig->sample_read; in evsel__clone()
1160 if (evsel->sample_read) { in evsel__config()
A Dparse-events.c1827 if (mod.sample_read) in parse_events__modifier_list()
1828 evsel->sample_read = 1; in parse_events__modifier_list()
/linux/tools/perf/tests/
A Dparse-events.c890 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()
970 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
1079 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3()
1114 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group4()
1131 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group4()
1445 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample1()
1460 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample1()
1476 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample1()
1505 TEST_ASSERT_VAL("wrong sample_read", evsel->sample_read); in test__leader_sample2()
[all …]

Completed in 31 milliseconds