Searched defs:sample_read (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Devsel.h90 int sample_read; member in struct:perf_evsel
H A Devent.h93 struct sample_read { struct
122 struct sample_read read;
H A Dparse-events.c695 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;

Completed in 175 milliseconds