Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-group-sampling21 # default | PERF_SAMPLE_READ
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c78 if (type & PERF_SAMPLE_READ) { in samples_same()
399 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_READ = 1U << 4, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_READ = 1U << 4, enumerator
/openbmc/linux/tools/perf/Documentation/
H A Dperf-list.txt66 S - read sample value (PERF_SAMPLE_READ)
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c1460 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1634 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
H A Dsession.c1398 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1522 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
H A Devlist.c1277 if ((sample_type & PERF_SAMPLE_READ) && in evlist__valid_read_format()
H A Devsel.c2445 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
/openbmc/linux/kernel/events/
H A Dcore.c1865 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
7380 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()
12042 if (attr->inherit && (attr->sample_type & PERF_SAMPLE_READ)) in perf_event_alloc()