Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/attr/
H A Dtest-record-group-sampling21 # default | PERF_SAMPLE_READ
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c68 if (type & PERF_SAMPLE_READ) { in samples_same()
352 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-list.txt58 S - read sample value (PERF_SAMPLE_READ)
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsynthetic-events.c1336 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1483 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
H A Dsession.c1317 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1438 if (!(sample_type & PERF_SAMPLE_READ)) in perf_evlist__deliver_sample()
H A Devlist.c1165 if ((sample_type & PERF_SAMPLE_READ) && in perf_evlist__valid_read_format()
H A Devsel.c2188 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c1884 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
1947 __perf_event_header_size(event, event->attr.sample_type & ~PERF_SAMPLE_READ); in perf_event_validate_size()
6892 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()
11323 if (attr->inherit && (attr->sample_type & PERF_SAMPLE_READ)) in perf_event_alloc()