Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-C013 # + PERF_SAMPLE_CPU added by -C 0
/Linux-v4.19/tools/perf/util/
Devsel.c161 if (sample_type & PERF_SAMPLE_CPU) in __perf_evsel__calc_is_pos()
260 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in perf_evsel__new_idx()
343 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in perf_evsel__newtp_idx()
2015 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_id_sample()
2168 if (type & PERF_SAMPLE_CPU) { in perf_evsel__parse_sample()
2437 if (type & PERF_SAMPLE_CPU) in perf_event__sample_event_size()
2570 if (type & PERF_SAMPLE_CPU) { in perf_event__synthesize_sample()
Devent.h91 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
Dintel-bts.c805 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_bts_synth_events()
Dsession.c1028 if ((sample_type & PERF_SAMPLE_CPU)) in perf_evlist__print_tstamp()
2064 if (!(evsel->attr.sample_type & PERF_SAMPLE_CPU)) { in perf_session__cpu_bitmap()
Devlist.c1326 if (sample_type & PERF_SAMPLE_CPU) in perf_evlist__id_hdr_size()
Ddata-convert-bt.c761 if (evsel->attr.sample_type & PERF_SAMPLE_CPU) in get_sample_cpu()
Dintel-pt.c2191 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU; in intel_pt_synth_events()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c57 if (type & PERF_SAMPLE_CPU) in samples_same()
Dparse-events.c19 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h131 PERF_SAMPLE_CPU = 1U << 7, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h131 PERF_SAMPLE_CPU = 1U << 7, enumerator
/Linux-v4.19/arch/x86/events/
Dperf_event.h93 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c589 PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER)
Dbuiltin-script.c449 perf_evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", in perf_evsel__check_attr()
/Linux-v4.19/kernel/events/
Dcore.c1789 if (sample_type & PERF_SAMPLE_CPU) in perf_event__id_header_size()
6007 if (sample_type & PERF_SAMPLE_CPU) { in __perf_event_header__init_id()
6038 if (sample_type & PERF_SAMPLE_CPU) in __perf_event__output_id_sample()
6182 if (sample_type & PERF_SAMPLE_CPU) in perf_output_sample()