Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Drecord.c83 evsel->attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier()
Devsel.c122 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_id_pos()
155 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_is_pos()
2010 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_id_sample()
2124 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_sample()
2396 if (type & PERF_SAMPLE_IDENTIFIER) in perf_evsel__parse_sample_timestamp()
2416 if (type & PERF_SAMPLE_IDENTIFIER) in perf_event__sample_event_size()
2533 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_sample()
Devent.h92 PERF_SAMPLE_IDENTIFIER)
Ddata-convert-bt.c622 (type & PERF_SAMPLE_IDENTIFIER)) { in add_generic_values()
1124 (type & PERF_SAMPLE_IDENTIFIER)) in add_generic_types()
Devlist.c1329 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_evlist__id_hdr_size()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c34 if (type & PERF_SAMPLE_IDENTIFIER) in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/Linux-v4.19/tools/perf/Documentation/
Dperf.data-file-format.txt306 PERF_SAMPLE_IDENTIFIER header. The PERF_SAMPLE_IDENTIFIER header is
Dperf-config.txt299 │1628 if (type & PERF_SAMPLE_IDENTIFIER) {
308 │ if (type & PERF_SAMPLE_IDENTIFIER) {
/Linux-v4.19/arch/x86/events/
Dperf_event.h94 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c589 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
Dbuiltin-stat.c275 attr->sample_type = PERF_SAMPLE_IDENTIFIER; in create_perf_stat_counter()
/Linux-v4.19/kernel/events/
Dcore.c1780 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_event__id_header_size()
6001 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
6041 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_event__output_id_sample()
6161 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_output_sample()