Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ID (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/util/
H A Doff_cpu.h15 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
H A Dbpf_off_cpu.c326 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in off_cpu_write()
351 if (sample_type & PERF_SAMPLE_ID) in off_cpu_write()
H A Devent.h39 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
H A Devsel.c177 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_id_pos()
210 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_is_pos()
2520 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_id_sample()
2724 if (type & PERF_SAMPLE_ID) { in evsel__parse_sample()
3062 if (sample_type & PERF_SAMPLE_ID) in evsel__id_hdr_size()
H A Ddata-convert-bt.c630 if ((type & PERF_SAMPLE_ID) || in add_generic_values()
1132 if ((type & PERF_SAMPLE_ID) || in add_generic_types()
H A Dsynthetic-events.c1464 if (type & PERF_SAMPLE_ID) in perf_event__sample_event_size()
1628 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_sample()
1804 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_id_sample()
/linux/tools/perf/tests/
H A Dsample-parsing.c66 if (type & PERF_SAMPLE_ID) in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h146 PERF_SAMPLE_ID = 1U << 6, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h146 PERF_SAMPLE_ID = 1U << 6, enumerator
/linux/arch/s390/kernel/
H A Dperf_pai_ext.c499 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in paiext_push_sample()
H A Dperf_pai_crypto.c472 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in paicrypt_push_sample()
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt469 by an ID. This can be either through the PERF_SAMPLE_ID or the
H A Dperf-intel-pt.txt1084 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID |
/linux/arch/x86/events/
H A Dperf_event.h141 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
/linux/kernel/events/
H A Dcore.c1962 if (sample_type & PERF_SAMPLE_ID) in perf_event__id_header_size()
7279 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
7298 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
7331 if (sample_type & PERF_SAMPLE_ID) in __perf_event__output_id_sample()
7495 if (sample_type & PERF_SAMPLE_ID) in perf_output_sample()