Home
last modified time | relevance | path

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

/tools/perf/tests/attr/
Dtest-record-group-sampling21 # default | PERF_SAMPLE_READ
/tools/perf/arch/x86/tests/
Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/tools/perf/tests/
Dsample-parsing.c68 if (type & PERF_SAMPLE_READ) { in samples_same()
329 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/tools/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/tools/perf/Documentation/
Dperf-list.txt55 S - read sample value (PERF_SAMPLE_READ)
/tools/perf/util/
Dsynthetic-events.c1158 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1296 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
Dsession.c1262 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1384 if (!(sample_type & PERF_SAMPLE_READ)) in perf_evlist__deliver_sample()
Devlist.c1140 if ((sample_type & PERF_SAMPLE_READ) && in perf_evlist__valid_read_format()
Devsel.c2033 if (type & PERF_SAMPLE_READ) { in perf_evsel__parse_sample()