Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c51 if (type & PERF_SAMPLE_ID) in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h130 PERF_SAMPLE_ID = 1U << 6, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h130 PERF_SAMPLE_ID = 1U << 6, enumerator
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c588 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
589 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
/Linux-v4.19/tools/perf/util/
Devsel.c125 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_id_pos()
158 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_is_pos()
2032 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_id_sample()
2158 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_sample()
2431 if (type & PERF_SAMPLE_ID) in perf_event__sample_event_size()
2560 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_sample()
Devent.h90 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
Ddata-convert-bt.c621 if ((type & PERF_SAMPLE_ID) || in add_generic_values()
1123 if ((type & PERF_SAMPLE_ID) || in add_generic_types()
Devlist.c1320 if (sample_type & PERF_SAMPLE_ID) in perf_evlist__id_hdr_size()
/Linux-v4.19/arch/x86/events/
Dperf_event.h93 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
/Linux-v4.19/tools/perf/Documentation/
Dperf.data-file-format.txt305 by an ID. This can be either through the PERF_SAMPLE_ID or the
/Linux-v4.19/kernel/events/
Dcore.c1783 if (sample_type & PERF_SAMPLE_ID) in perf_event__id_header_size()
6001 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
6032 if (sample_type & PERF_SAMPLE_ID) in __perf_event__output_id_sample()
6176 if (sample_type & PERF_SAMPLE_ID) in perf_output_sample()