| /linux-6.15/tools/perf/tests/shell/ |
| H A D | record_bpf_filter.sh | 71 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CPU 101 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CPU
|
| /linux-6.15/tools/perf/util/ |
| H A D | off_cpu.h | 15 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
|
| H A D | event.h | 40 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
|
| H A D | bpf_off_cpu.c | 358 if (sample_type & PERF_SAMPLE_CPU) in off_cpu_write()
|
| H A D | data-convert-json.c | 180 if ((sample_type & PERF_SAMPLE_CPU)) in process_sample_event()
|
| H A D | evsel.c | 319 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos() 421 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__new_idx() 599 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__newtp_idx() 2775 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample() 3006 if (type & PERF_SAMPLE_CPU) { in evsel__parse_sample() 3343 if (sample_type & PERF_SAMPLE_CPU) in evsel__id_hdr_size()
|
| H A D | synthetic-events.c | 1472 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size() 1640 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample() 1820 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_id_sample()
|
| H A D | intel-bts.c | 771 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_bts_synth_events()
|
| H A D | session.c | 993 if ((sample_type & PERF_SAMPLE_CPU)) in evlist__print_tstamp() 2555 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
|
| H A D | data-convert-bt.c | 771 if (evsel->core.attr.sample_type & PERF_SAMPLE_CPU) in get_sample_cpu()
|
| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-C0 | 14 # + PERF_SAMPLE_CPU added by -C 0
|
| H A D | test-record-dummy-C0 | 18 # + PERF_SAMPLE_CPU added by -C 0
|
| H A D | system-wide-dummy | 14 # PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER
|
| /linux-6.15/tools/lib/perf/Documentation/examples/ |
| H A D | sampling.c | 35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 147 PERF_SAMPLE_CPU = 1U << 7, enumerator
|
| /linux-6.15/tools/lib/perf/Documentation/ |
| H A D | libperf-sampling.txt | 90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 147 PERF_SAMPLE_CPU = 1U << 7, enumerator
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sample-parsing.c | 72 if (type & PERF_SAMPLE_CPU) in samples_same()
|
| H A D | dlfilter-test.c | 317 PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
|
| H A D | parse-events.c | 21 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_pai_crypto.c | 474 if (event->attr.sample_type & PERF_SAMPLE_CPU) { in paicrypt_push_sample()
|
| H A D | perf_pai_ext.c | 501 if (event->attr.sample_type & PERF_SAMPLE_CPU) in paiext_push_sample()
|
| H A D | perf_cpum_cf.c | 974 if (event->attr.sample_type & PERF_SAMPLE_CPU) in cfdiag_push_sample() 1806 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cfdiag_event_init()
|
| /linux-6.15/arch/x86/events/ |
| H A D | perf_event.h | 153 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 2008 if (sample_type & PERF_SAMPLE_CPU) in perf_event__id_header_size() 7553 PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER) 7577 if (sample_type & PERF_SAMPLE_CPU) { in __perf_event_header__init_id() 7610 if (sample_type & PERF_SAMPLE_CPU) in __perf_event__output_id_sample() 7775 if (sample_type & PERF_SAMPLE_CPU) in perf_output_sample()
|