Home
last modified time | relevance | path

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

/tools/perf/arch/x86/util/
A Dtopdown.c100 evsel->sample_read = metric_event->sample_read; in topdown_insert_slots_event()
/tools/perf/util/
A Dsample.h33 struct sample_read { struct
118 struct sample_read read;
A Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
A Dparse-events.h208 bool sample_read : 1; /* 'S' */ member
A Dparse-events.l203 CASE('S', sample_read); in modifiers()
A Devsel.h80 int sample_read; member
A Devsel.c557 evsel->sample_read = orig->sample_read; in evsel__clone()
1313 if (evsel->sample_read) { in evsel__config()
A Dparse-events.c1883 if (mod.sample_read) in parse_events__modifier_list()
1884 evsel->sample_read = 1; in parse_events__modifier_list()
/tools/perf/tests/
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 …]

Completed in 26 milliseconds