Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Dtopdown.c101 evsel->sample_read = metric_event->sample_read; in topdown_insert_slots_event()
/linux/tools/perf/util/
H A Dsample.h36 struct sample_read { struct
123 struct sample_read read;
H A Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
H A Dparse-events.h202 bool sample_read : 1; /* 'S' */ member
H A Dparse-events.l178 CASE('S', sample_read); in modifiers()
H A Devsel.h80 int sample_read; member
H A Dparse-events.c1838 if (mod.sample_read) in parse_events__modifier_list()
1839 evsel->sample_read = 1; in parse_events__modifier_list()
H A Devsel.c559 evsel->sample_read = orig->sample_read; in evsel__clone()
1509 if (evsel->sample_read) { in evsel__config()
/linux/tools/perf/tests/
H A Dparse-events.c929 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group1()
943 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group1()
979 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group2()
998 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group2()
1011 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group2()
1056 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group3()
1081 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group3()
1102 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group3()
1123 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group3()
1137 TEST_ASSERT_EVSEL("wrong sample_read", !evsel->sample_read, evsel); in test__group3()
[all …]