Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-group-sampling20 # default | PERF_SAMPLE_READ
/linux-4.4.14/tools/perf/arch/x86/tests/
Dintel-cqm.c76 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/linux-4.4.14/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.4.14/include/uapi/linux/
Dperf_event.h127 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt34 S - read sample value (PERF_SAMPLE_READ)
/linux-4.4.14/tools/perf/util/
Devsel.c1686 if (type & PERF_SAMPLE_READ) { in perf_evsel__parse_sample()
1883 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
2035 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
Dsession.c951 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1038 if (!(sample_type & PERF_SAMPLE_READ)) in perf_evlist__deliver_sample()
Devlist.c1356 if ((sample_type & PERF_SAMPLE_READ) && in perf_evlist__valid_read_format()
/linux-4.4.14/kernel/events/
Dcore.c1298 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
1355 __perf_event_header_size(event, event->attr.sample_type & ~PERF_SAMPLE_READ); in perf_event_validate_size()
5360 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()