Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_ID = 1U << 6, enumerator
/linux-4.4.14/tools/perf/util/
Devsel.c118 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_id_pos()
151 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_is_pos()
1542 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_id_sample()
1658 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_sample()
1871 if (type & PERF_SAMPLE_ID) in perf_event__sample_event_size()
2007 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_sample()
Ddata-convert-bt.c390 if ((type & PERF_SAMPLE_ID) || in add_generic_values()
780 if ((type & PERF_SAMPLE_ID) || in add_generic_types()
Devent.h82 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
Devlist.c1388 if (sample_type & PERF_SAMPLE_ID) in perf_evlist__id_hdr_size()
/linux-4.4.14/tools/perf/
Dbuiltin-inject.c518 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
519 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c48 if (type & PERF_SAMPLE_ID) in samples_same()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h101 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
/linux-4.4.14/kernel/events/
Dcore.c1336 if (sample_type & PERF_SAMPLE_ID) in perf_event__id_header_size()
5178 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
5209 if (sample_type & PERF_SAMPLE_ID) in __perf_event__output_id_sample()
5348 if (sample_type & PERF_SAMPLE_ID) in perf_output_sample()