Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_IDENTIFIER (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/tools/perf/util/
Drecord.c80 evsel->attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier()
Devsel.c115 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_id_pos()
148 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_is_pos()
1520 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_id_sample()
1623 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_sample()
1856 if (type & PERF_SAMPLE_IDENTIFIER) in perf_event__sample_event_size()
1971 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_sample()
Ddata-convert-bt.c391 (type & PERF_SAMPLE_IDENTIFIER)) { in add_generic_values()
781 (type & PERF_SAMPLE_IDENTIFIER)) in add_generic_types()
Devent.h84 PERF_SAMPLE_IDENTIFIER)
Devlist.c1397 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_evlist__id_hdr_size()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h139 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c31 if (type & PERF_SAMPLE_IDENTIFIER) in samples_same()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h102 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/linux-4.4.14/tools/perf/
Dbuiltin-inject.c519 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
/linux-4.4.14/kernel/events/
Dcore.c1333 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_event__id_header_size()
5178 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
5218 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_event__output_id_sample()
5333 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_output_sample()