Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CPU (Results 1 – 23 of 23) sorted by relevance

/linux/tools/perf/tests/shell/
H A Drecord_bpf_filter.sh71 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CPU
101 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CPU
/linux/tools/perf/util/
H A Doff_cpu.h15 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
H A Devent.h40 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
H A Dbpf_off_cpu.c374 if (sample_type & PERF_SAMPLE_CPU) in off_cpu_write()
H A Ddata-convert-json.c195 if ((sample_type & PERF_SAMPLE_CPU)) in process_sample_event()
H A Devsel.c323 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos()
425 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__new_idx()
586 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__newtp_idx()
3017 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample()
3298 if (type & PERF_SAMPLE_CPU) { in evsel__parse_sample()
3651 if (sample_type & PERF_SAMPLE_CPU) in evsel__id_hdr_size()
H A Dsynthetic-events.c1483 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size()
1657 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample()
1837 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_id_sample()
H A Dintel-bts.c771 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_bts_synth_events()
H A Dsession.c1043 if ((sample_type & PERF_SAMPLE_CPU)) in evlist__print_tstamp()
2781 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
H A Ddata-convert-bt.c778 if (evsel->core.attr.sample_type & PERF_SAMPLE_CPU) in get_sample_cpu()
H A Dintel-pt.c3981 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_pt_synth_events()
/linux/tools/lib/perf/Documentation/examples/
H A Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/linux/tools/perf/tests/
H A Dsample-parsing.c72 if (type & PERF_SAMPLE_CPU) in samples_same()
H A Ddlfilter-test.c316 PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
H A Dparse-events.c23 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
/linux/include/uapi/linux/
H A Dperf_event.h150 PERF_SAMPLE_CPU = 1U << 7, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h150 PERF_SAMPLE_CPU = 1U << 7, enumerator
/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c972 if (event->attr.sample_type & PERF_SAMPLE_CPU) in cfdiag_push_sample()
1801 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cfdiag_event_init()
H A Dperf_pai.c625 if (event->attr.sample_type & PERF_SAMPLE_CPU) { in pai_push_sample()
/linux/arch/x86/events/
H A Dperf_event.h163 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
/linux/kernel/events/
H A Dcore.c2124 if (sample_type & PERF_SAMPLE_CPU) in perf_event__id_header_size()
7992 PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
8016 if (sample_type & PERF_SAMPLE_CPU) { in __perf_event_header__init_id()
8049 if (sample_type & PERF_SAMPLE_CPU) in __perf_event__output_id_sample()
8212 if (sample_type & PERF_SAMPLE_CPU) in perf_output_sample()
/linux/tools/perf/
H A Dbuiltin-script.c553 evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", PERF_OUTPUT_CPU, allow_user_set)) in evsel__check_attr()