Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_DATA_SRC (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/attr/
H A Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-report.c405 !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
406 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
407 sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
411 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
H A Dbuiltin-script.c443 evsel__check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC)) in evsel__check_attr()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c132 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, 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.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, 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.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c967 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
1378 if (sample_type & PERF_SAMPLE_DATA_SRC) in setup_pebs_fixed_sample_data()
1584 if (sample_type & PERF_SAMPLE_DATA_SRC) in setup_pebs_adaptive_sample_data()
2090 PERF_SAMPLE_DATA_SRC | in intel_ds_init()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata-convert-bt.c649 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1139 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
H A Dsynthetic-events.c1391 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1561 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
H A Devsel.c2336 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
H A Dsession.c1308 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h132 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c2207 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC && in record_and_restart()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-intel-pt.txt998 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c1887 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
6982 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()