Searched refs:sample_read (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/arch/x86/util/ |
| H A D | topdown.c | 101 evsel->sample_read = metric_event->sample_read; in topdown_insert_slots_event()
|
| /linux/tools/perf/util/ |
| H A D | sample.h | 36 struct sample_read { struct 123 struct sample_read read;
|
| H A D | record.c | 60 if (!leader->sample_read) in evsel__config_leader_sampling()
|
| H A D | parse-events.h | 202 bool sample_read : 1; /* 'S' */ member
|
| H A D | parse-events.l | 178 CASE('S', sample_read); in modifiers()
|
| H A D | evsel.h | 80 int sample_read; member
|
| H A D | parse-events.c | 1838 if (mod.sample_read) in parse_events__modifier_list() 1839 evsel->sample_read = 1; in parse_events__modifier_list()
|
| H A D | evsel.c | 559 evsel->sample_read = orig->sample_read; in evsel__clone() 1509 if (evsel->sample_read) { in evsel__config()
|
| /linux/tools/perf/tests/ |
| H A D | parse-events.c | 929 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 …]
|