Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-group-sampling21 # default | PERF_SAMPLE_READ
/Linux-v4.19/tools/perf/arch/x86/tests/
Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c63 if (type & PERF_SAMPLE_READ) { in samples_same()
322 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/Linux-v4.19/tools/perf/util/
Devsel.c2186 if (type & PERF_SAMPLE_READ) { in perf_evsel__parse_sample()
2443 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
2582 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
Dsession.c1124 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1234 if (!(sample_type & PERF_SAMPLE_READ)) in perf_evlist__deliver_sample()
Devlist.c1288 if ((sample_type & PERF_SAMPLE_READ) && in perf_evlist__valid_read_format()
/Linux-v4.19/tools/perf/Documentation/
Dperf-list.txt55 S - read sample value (PERF_SAMPLE_READ)
/Linux-v4.19/kernel/events/
Dcore.c1742 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
1802 __perf_event_header_size(event, event->attr.sample_type & ~PERF_SAMPLE_READ); in perf_event_validate_size()
6188 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()
10033 if (attr->inherit && (attr->sample_type & PERF_SAMPLE_READ)) in perf_event_alloc()