Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-C012 # + PERF_SAMPLE_CPU added by -C 0
/linux-4.1.27/tools/perf/util/
Devsel.c152 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos()
232 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in perf_evsel__newtp_idx()
1352 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample()
1495 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_sample()
1704 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size()
1844 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample()
Ddata-convert-bt.c349 if (type & PERF_SAMPLE_CPU) { in add_generic_values()
531 if (type & PERF_SAMPLE_CPU) in add_generic_types()
Devent.h78 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
Dsession.c702 if ((sample_type & PERF_SAMPLE_CPU)) in perf_evlist__print_tstamp()
1630 if (!(evsel->attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
Dpython.c995 { "SAMPLE_CPU", PERF_SAMPLE_CPU },
Devlist.c1210 if (sample_type & PERF_SAMPLE_CPU) in perf_evlist__id_hdr_size()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_CPU = 1U << 7, enumerator
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c54 if (type & PERF_SAMPLE_CPU) in samples_same()
Dparse-events.c13 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
/linux-4.1.27/tools/perf/
Dbuiltin-script.c232 perf_evsel__check_stype(evsel, PERF_SAMPLE_CPU, "CPU", in perf_evsel__check_attr()
/linux-4.1.27/kernel/events/
Dcore.c1350 if (sample_type & PERF_SAMPLE_CPU) in perf_event__id_header_size()
5018 if (sample_type & PERF_SAMPLE_CPU) { in __perf_event_header__init_id()
5049 if (sample_type & PERF_SAMPLE_CPU) in __perf_event__output_id_sample()
5188 if (sample_type & PERF_SAMPLE_CPU) in perf_output_sample()