Home
last modified time | relevance | path

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

/tools/perf/tests/shell/
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
/tools/perf/util/
A Doff_cpu.h15 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
A Devent.h40 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
A Ddata-convert-json.c180 if ((sample_type & PERF_SAMPLE_CPU)) in process_sample_event()
A Dbpf_off_cpu.c373 if (sample_type & PERF_SAMPLE_CPU) in off_cpu_write()
A Devsel.c322 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos()
424 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__new_idx()
584 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__newtp_idx()
2793 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample()
3060 if (type & PERF_SAMPLE_CPU) { in evsel__parse_sample()
3400 if (sample_type & PERF_SAMPLE_CPU) in evsel__id_hdr_size()
A Dsynthetic-events.c1478 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size()
1652 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample()
1832 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_id_sample()
A Dintel-bts.c771 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_bts_synth_events()
A Dsession.c998 if ((sample_type & PERF_SAMPLE_CPU)) in evlist__print_tstamp()
2575 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
A Ddata-convert-bt.c771 if (evsel->core.attr.sample_type & PERF_SAMPLE_CPU) in get_sample_cpu()
A Dintel-pt.c3981 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_pt_synth_events()
/tools/perf/tests/shell/attr/
A Dtest-record-C014 # + PERF_SAMPLE_CPU added by -C 0
A Dtest-record-dummy-C018 # + PERF_SAMPLE_CPU added by -C 0
A Dsystem-wide-dummy14 # PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER
/tools/lib/perf/Documentation/examples/
A Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/tools/perf/tests/
A Dsample-parsing.c72 if (type & PERF_SAMPLE_CPU) in samples_same()
A Ddlfilter-test.c317 PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
A Dparse-events.c21 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
/tools/lib/perf/Documentation/
A Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/tools/include/uapi/linux/
A Dperf_event.h150 PERF_SAMPLE_CPU = 1U << 7, enumerator
/tools/perf/
A Dbuiltin-script.c561 evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", PERF_OUTPUT_CPU, allow_user_set)) in evsel__check_attr()
/tools/perf/Documentation/
A Dperf-intel-pt.txt1138 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID |

Completed in 56 milliseconds