Home
last modified time | relevance | path

Searched refs:sample_read (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dsample.h33 struct sample_read { struct
119 struct sample_read read;
H A Dparse-events.c1617 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 Drecord.c60 if (!leader->sample_read) in evsel__config_leader_sampling()
H A Devsel.h89 int sample_read; member
H A Devsel.c433 evsel->sample_read = orig->sample_read; in evsel__clone()
1143 if (evsel->sample_read) { in evsel__config()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dparse-events.c689 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
705 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group1()
731 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
746 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
760 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read); in test__group2()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dparse-events.c877 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()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Devent.h68 struct sample_read { struct
151 struct sample_read read;
H A Drecord.c57 if (!leader->sample_read) in evsel__config_leader_sampling()
H A Dparse-events.c1782 int sample_read; member
1799 int sample_read = 0; in get_event_modifier() local
1842 sample_read = 1; in get_event_modifier()
1877 mod->sample_read = sample_read; in get_event_modifier()
1932 evsel->sample_read = mod.sample_read; in parse_events__modifier_event()
H A Devsel.h70 int sample_read; member
H A Devsel.c423 evsel->sample_read = orig->sample_read; in evsel__clone()
1071 if (evsel->sample_read) { in evsel__config()

Completed in 33 milliseconds