Searched refs:sample_read (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | sample.h | 33 struct sample_read { struct 119 struct sample_read read;
|
H A D | record.c | 60 if (!leader->sample_read) in evsel__config_leader_sampling()
|
H A D | parse-events.c | 1617 int sample_read; member 1635 int sample_read = 0; in get_event_modifier() local 1679 sample_read = 1; in get_event_modifier() 1716 mod->sample_read = sample_read; in get_event_modifier() 1772 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
|
H A D | evsel.h | 89 int sample_read; member
|
H A D | evsel.c | 433 evsel->sample_read = orig->sample_read; in evsel__clone() 1143 if (evsel->sample_read) { in evsel__config()
|
/openbmc/linux/tools/perf/tests/ |
H A D | parse-events.c | 877 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1() 892 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1() 924 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2() 938 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2() 951 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2() 987 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1011 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1029 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1044 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() 1057 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group3() [all …]
|