Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-C012 # + PERF_SAMPLE_CPU added by -C 0
/linux-4.4.14/include/uapi/linux/
Dperf_event.h130 PERF_SAMPLE_CPU = 1U << 7, enumerator
/linux-4.4.14/tools/perf/util/
Devsel.c154 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos()
244 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in perf_evsel__newtp_idx()
1525 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample()
1668 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_sample()
1877 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size()
2017 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample()
Devent.h83 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
Dintel-bts.c793 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_bts_synth_events()
Ddata-convert-bt.c530 if (evsel->attr.sample_type & PERF_SAMPLE_CPU) in get_sample_cpu()
Dsession.c858 if ((sample_type & PERF_SAMPLE_CPU)) in perf_evlist__print_tstamp()
1897 if (!(evsel->attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
Devlist.c1394 if (sample_type & PERF_SAMPLE_CPU) in perf_evlist__id_hdr_size()
Dintel-pt.c1855 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_pt_synth_events()
/linux-4.4.14/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.4.14/arch/x86/kernel/cpu/
Dperf_event.h101 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
/linux-4.4.14/tools/perf/
Dbuiltin-inject.c519 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
Dbuiltin-script.c259 perf_evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", in perf_evsel__check_attr()
/linux-4.4.14/kernel/events/
Dcore.c1342 if (sample_type & PERF_SAMPLE_CPU) in perf_event__id_header_size()
5184 if (sample_type & PERF_SAMPLE_CPU) { in __perf_event_header__init_id()
5215 if (sample_type & PERF_SAMPLE_CPU) in __perf_event__output_id_sample()
5354 if (sample_type & PERF_SAMPLE_CPU) in perf_output_sample()