| /linux-6.15/tools/perf/util/ |
| H A D | off_cpu.h | 13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
|
| H A D | bpf_off_cpu.c | 331 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in off_cpu_write() 346 if (sample_type & PERF_SAMPLE_IDENTIFIER) in off_cpu_write()
|
| H A D | perf_api_probe.c | 84 evsel->core.attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in perf_probe_sample_identifier()
|
| H A D | event.h | 41 PERF_SAMPLE_IDENTIFIER)
|
| H A D | evsel.c | 280 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_id_pos() 313 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_evsel__calc_is_pos() 2770 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_evsel__parse_id_sample() 2962 if (type & PERF_SAMPLE_IDENTIFIER) { in evsel__parse_sample() 3311 if (type & PERF_SAMPLE_IDENTIFIER) in evsel__parse_sample_timestamp() 3346 if (sample_type & PERF_SAMPLE_IDENTIFIER) in evsel__id_hdr_size()
|
| H A D | data-convert-bt.c | 632 (type & PERF_SAMPLE_IDENTIFIER)) { in add_generic_values() 1135 (type & PERF_SAMPLE_IDENTIFIER)) in add_generic_types()
|
| H A D | stat.c | 782 attr->sample_type = PERF_SAMPLE_IDENTIFIER; in create_perf_stat_counter()
|
| H A D | synthetic-events.c | 1451 if (type & PERF_SAMPLE_IDENTIFIER) in perf_event__sample_event_size() 1603 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_sample() 1827 if (type & PERF_SAMPLE_IDENTIFIER) { in perf_event__synthesize_id_sample()
|
| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-C0 | 13 # PERF_SAMPLE_PERIOD | PERF_SAMPLE_IDENTIFIER
|
| H A D | system-wide-dummy | 14 # PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER
|
| /linux-6.15/tools/testing/selftests/resctrl/ |
| H A D | resctrl_val.c | 56 imc_counters_config[i].pe.sample_type = PERF_SAMPLE_IDENTIFIER; in read_mem_bw_initialize_perf_event_attr()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 156 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 156 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sample-parsing.c | 49 if (type & PERF_SAMPLE_IDENTIFIER) in samples_same()
|
| H A D | dlfilter-test.c | 316 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
|
| /linux-6.15/tools/perf/bench/ |
| H A D | inject-buildid.c | 457 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 470 PERF_SAMPLE_IDENTIFIER header. The PERF_SAMPLE_IDENTIFIER header is
|
| H A D | perf-config.txt | 348 │1628 if (type & PERF_SAMPLE_IDENTIFIER) { 357 │ if (type & PERF_SAMPLE_IDENTIFIER) {
|
| H A D | perf-record.txt | 367 Record the sample identifier i.e. PERF_SAMPLE_IDENTIFIER bit set in
|
| H A D | perf-intel-pt.txt | 1139 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_pai_crypto.c | 472 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in paicrypt_push_sample()
|
| H A D | perf_pai_ext.c | 499 if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in paiext_push_sample()
|
| /linux-6.15/arch/x86/events/ |
| H A D | perf_event.h | 154 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1999 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_event__id_header_size() 7553 PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER) 7571 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) in __perf_event_header__init_id() 7613 if (sample_type & PERF_SAMPLE_IDENTIFIER) in __perf_event__output_id_sample() 7754 if (sample_type & PERF_SAMPLE_IDENTIFIER) in perf_output_sample()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-inject.c | 1249 attr.sample_type |= PERF_SAMPLE_IDENTIFIER; in guest_session__add_attr()
|