Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c126 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/Linux-v4.19/arch/x86/events/
Dperf_event.h94 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/Linux-v4.19/tools/perf/util/
Ddata-convert-bt.c646 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1136 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
Devsel.c2329 if (type & PERF_SAMPLE_DATA_SRC) { in perf_evsel__parse_sample()
2497 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
2659 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
Dsession.c1115 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
/Linux-v4.19/arch/x86/events/intel/
Dds.c1170 dsrc = sample_type & PERF_SAMPLE_DATA_SRC; in setup_pebs_sample_data()
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c2078 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC && in record_and_restart()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c400 perf_evsel__check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", in perf_evsel__check_attr()
/Linux-v4.19/kernel/events/
Dcore.c1745 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
6276 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()