Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_READ (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-group-sampling20 # default | PERF_SAMPLE_READ
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c60 if (type & PERF_SAMPLE_READ) { in samples_same()
315 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux-4.1.27/tools/perf/Documentation/
Dperf-list.txt33 S - read sample value (PERF_SAMPLE_READ)
/linux-4.1.27/tools/perf/util/
Devsel.c1513 if (type & PERF_SAMPLE_READ) { in perf_evsel__parse_sample()
1710 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1862 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
Dsession.c795 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
882 if (!(sample_type & PERF_SAMPLE_READ)) in perf_evlist__deliver_sample()
Dpython.c992 { "SAMPLE_READ", PERF_SAMPLE_READ },
Devlist.c1172 if ((sample_type & PERF_SAMPLE_READ) && in perf_evlist__valid_read_format()
/linux-4.1.27/kernel/events/
Dcore.c1317 if (sample_type & PERF_SAMPLE_READ) in perf_event__header_size()
5194 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()