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()
360 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/tools/include/uapi/linux/
Dperf_event.h144 PERF_SAMPLE_READ = 1U << 4, enumerator
/tools/perf/Documentation/
Dperf-list.txt58 S - read sample value (PERF_SAMPLE_READ)
/tools/perf/util/
Dsynthetic-events.c1431 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1590 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
Dsession.c1356 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1468 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
Devlist.c1219 if ((sample_type & PERF_SAMPLE_READ) && in evlist__valid_read_format()
Devsel.c2331 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()