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 | 37 struct sample_read { 238 struct sample_read read; 36 struct sample_read { global() struct 42 __anon5a1b5737010asample_read global() argument
|
| 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 | 1886 if (mod.sample_read) in parse_events__modifier_list() 1887 evsel->sample_read = 1; in parse_events__modifier_list()
|
| H A D | evsel.c | 559 evsel->sample_read = orig->sample_read; in evsel__clone() 1515 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, evse in test__group2() [all...] |