HomeSort by relevance Sort by last modified time
    Searched refs:sample_read (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
parse-events.c 524 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
540 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
566 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
581 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
595 TEST_ASSERT_VAL("wrong sample_read", !evsel->sample_read);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 93 struct sample_read { struct
122 struct sample_read read;
parse-events.c 695 int sample_read; member in struct:event_modifier
708 int sample_read = 0; local
743 sample_read = 1;
772 mod->sample_read = sample_read;
825 evsel->sample_read = mod.sample_read;
evsel.h 90 int sample_read; member in struct:perf_evsel
evsel.c 582 if (evsel->sample_read) {
620 if ((leader != evsel) && leader->sample_read) {
    [all...]

Completed in 39 milliseconds