Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A Doff_cpu.h13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
H A Dbpf_off_cpu.c326 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in off_cpu_write()
341 if (sample_type & PERF_SAMPLE_IDENTIFIER) in off_cpu_write()
H A Dperf_api_probe.c84 evsel->core.attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier()
H A Devent.h41 PERF_SAMPLE_IDENTIFIER)
H A Devsel.c174 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_id_pos()
207 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_is_pos()
2498 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_id_sample()
2690 if (type & PERF_SAMPLE_IDENTIFIER) { in evsel__parse_sample()
3036 if (type & PERF_SAMPLE_IDENTIFIER) in evsel__parse_sample_timestamp()
3071 if (sample_type & PERF_SAMPLE_IDENTIFIER) in evsel__id_hdr_size()
H A Ddata-convert-bt.c631 (type & PERF_SAMPLE_IDENTIFIER)) { in add_generic_values()
1133 (type & PERF_SAMPLE_IDENTIFIER)) in add_generic_types()
H A Dstat.c773 attr->sample_type = PERF_SAMPLE_IDENTIFIER; in create_perf_stat_counter()
H A Dsynthetic-events.c1449 if (type & PERF_SAMPLE_IDENTIFIER) in perf_event__sample_event_size()
1601 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_sample()
1821 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_id_sample()
/linux/tools/perf/tests/attr/
H A Dtest-record-C013 # PERF_SAMPLE_PERIOD | PERF_SAMPLE_IDENTIFIER
H A Dsystem-wide-dummy14 # PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER
/linux/tools/perf/tests/
H A Dsample-parsing.c49 if (type & PERF_SAMPLE_IDENTIFIER) in samples_same()
H A Ddlfilter-test.c316 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
/linux/include/uapi/linux/
H A Dperf_event.h156 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h156 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
/linux/tools/perf/bench/
H A Dinject-buildid.c456 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt470 PERF_SAMPLE_IDENTIFIER header. The PERF_SAMPLE_IDENTIFIER header is
H A Dperf-config.txt335 │1628 if (type & PERF_SAMPLE_IDENTIFIER) {
344 │ if (type & PERF_SAMPLE_IDENTIFIER) {
H A Dperf-record.txt359 Record the sample identifier i.e. PERF_SAMPLE_IDENTIFIER bit set in
H A Dperf-intel-pt.txt1085 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
/linux/tools/testing/selftests/resctrl/
H A Dresctrl_val.c59 imc_counters_config[i][j].pe.sample_type = PERF_SAMPLE_IDENTIFIER; in membw_initialize_perf_event_attr()
/linux/arch/s390/kernel/
H A Dperf_pai_ext.c499 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in paiext_push_sample()
H A Dperf_pai_crypto.c472 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in paicrypt_push_sample()
/linux/arch/x86/events/
H A Dperf_event.h142 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/linux/kernel/events/
H A Dcore.c1959 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_event__id_header_size()
7280 PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
7298 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id()
7340 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_event__output_id_sample()
7480 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_output_sample()
/linux/tools/perf/
H A Dbuiltin-inject.c1249 attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in guest_session__add_attr()

12