/openbmc/linux/tools/perf/tests/shell/ |
H A D | record_bpf_filter.sh | 70 -o /dev/null true 2>&1 | grep PERF_SAMPLE_CPU 100 -o /dev/null true 2>&1 | grep PERF_SAMPLE_CPU
|
/openbmc/linux/tools/perf/util/ |
H A D | off_cpu.h | 15 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
|
H A D | bpf-filter.l | 74 cpu { return sample(PERF_SAMPLE_CPU); }
|
H A D | event.h | 40 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
|
H A D | bpf_off_cpu.c | 351 if (sample_type & PERF_SAMPLE_CPU) in off_cpu_write()
|
H A D | evsel.c | 208 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos() 309 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__new_idx() 465 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__newtp_idx() 2213 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample() 2427 if (type & PERF_SAMPLE_CPU) { in evsel__parse_sample() 2753 if (sample_type & PERF_SAMPLE_CPU) in evsel__id_hdr_size()
|
H A D | data-convert-json.c | 180 if ((sample_type & PERF_SAMPLE_CPU)) in process_sample_event()
|
H A D | synthetic-events.c | 1454 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size() 1622 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample() 1798 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_id_sample()
|
H A D | intel-bts.c | 798 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_bts_synth_events()
|
H A D | data-convert-bt.c | 770 if (evsel->core.attr.sample_type & PERF_SAMPLE_CPU) in get_sample_cpu()
|
H A D | session.c | 1274 if ((sample_type & PERF_SAMPLE_CPU)) in evlist__print_tstamp() 2741 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-record-C0 | 14 # + PERF_SAMPLE_CPU added by -C 0
|
H A D | system-wide-dummy | 14 # PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER
|
/openbmc/linux/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()
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | sample_filter.bpf.c | 65 case PERF_SAMPLE_CPU: in perf_get_sample()
|
/openbmc/linux/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 | \
|
/openbmc/linux/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…
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 147 PERF_SAMPLE_CPU = 1U << 7, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 147 PERF_SAMPLE_CPU = 1U << 7, enumerator
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 361 if (event->attr.sample_type & PERF_SAMPLE_CPU) { in paicrypt_push_sample()
|
H A D | perf_pai_ext.c | 452 if (event->attr.sample_type & PERF_SAMPLE_CPU) in paiext_push_sample()
|
H A D | perf_cpum_cf.c | 975 if (event->attr.sample_type & PERF_SAMPLE_CPU) in cfdiag_push_sample() 1808 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cfdiag_event_init()
|
/openbmc/linux/arch/x86/events/ |
H A D | perf_event.h | 136 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 1926 if (sample_type & PERF_SAMPLE_CPU) in perf_event__id_header_size() 7166 PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER) 7190 if (sample_type & PERF_SAMPLE_CPU) { in __perf_event_header__init_id() 7223 if (sample_type & PERF_SAMPLE_CPU) in __perf_event__output_id_sample() 7382 if (sample_type & PERF_SAMPLE_CPU) in perf_output_sample()
|