Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Devsel.c116 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_id_pos()
149 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_is_pos()
1369 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_id_sample()
1485 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_sample()
1698 if (type & PERF_SAMPLE_ID) in perf_event__sample_event_size()
1834 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_sample()
Ddata-convert-bt.c336 if ((type & PERF_SAMPLE_ID) || in add_generic_values()
524 if ((type & PERF_SAMPLE_ID) || in add_generic_types()
Devent.h77 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
Dpython.c994 { "SAMPLE_ID", PERF_SAMPLE_ID },
Devlist.c1204 if (sample_type & PERF_SAMPLE_ID) in perf_evlist__id_hdr_size()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_ID = 1U << 6, enumerator
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c48 if (type & PERF_SAMPLE_ID) in samples_same()
/linux-4.1.27/kernel/events/
Dcore.c1344 if (sample_type & PERF_SAMPLE_ID) in perf_event__id_header_size()
5012 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
5043 if (sample_type & PERF_SAMPLE_ID) in __perf_event__output_id_sample()
5182 if (sample_type & PERF_SAMPLE_ID) in perf_output_sample()