Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Doff_cpu.h16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW | \
H A Devent.h40 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
H A Dbpf_off_cpu.c376 if (sample_type & PERF_SAMPLE_PERIOD) in off_cpu_write()
H A Devsel.c425 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__new_idx()
586 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in evsel__newtp_idx()
1147 if (!(prev_type & PERF_SAMPLE_PERIOD)) { in evsel__apply_ratio_to_prev()
1151 } else if (!(type & PERF_SAMPLE_PERIOD)) { in evsel__apply_ratio_to_prev()
3311 if (type & PERF_SAMPLE_PERIOD) { in evsel__parse_sample()
H A Ddata-convert-bt.c651 if (type & PERF_SAMPLE_PERIOD) { in add_generic_values()
1153 if (type & PERF_SAMPLE_PERIOD) in add_generic_types()
H A Dintel-bts.c769 PERF_SAMPLE_PERIOD; in intel_bts_synth_events()
H A Dsynthetic-events.c1486 if (type & PERF_SAMPLE_PERIOD) in perf_event__sample_event_size()
1664 if (type & PERF_SAMPLE_PERIOD) { in perf_event__synthesize_sample()
H A Darm-spe.c1720 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
H A Dpython.c954 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
H A Dintel-pt.c3975 PERF_SAMPLE_PERIOD; in intel_pt_synth_events()
4050 attr.sample_type &= ~(u64)PERF_SAMPLE_PERIOD; in intel_pt_synth_events()
H A Dcs-etm.c1713 PERF_SAMPLE_PERIOD; in cs_etm__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/perf/tests/
H A Dsw-clock.c42 .sample_type = PERF_SAMPLE_PERIOD, in __test__sw_clock_freq()
H A Dsample-parsing.c75 if (type & PERF_SAMPLE_PERIOD) in samples_same()
H A Ddlfilter-test.c317 PERF_SAMPLE_PERIOD | PERF_SAMPLE_STREAM_ID)
H A Dparse-events.c23 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c245 attr->sample_type = PERF_SAMPLE_PERIOD; in fetch_prepare_attr()
260 attr->sample_type = PERF_SAMPLE_PERIOD; in op_prepare_attr()
/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt90 …5 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD,
/linux/include/uapi/linux/
H A Dperf_event.h151 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h151 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
/linux/include/linux/
H A Dperf_event.h1364 data->sample_flags = PERF_SAMPLE_PERIOD; in perf_sample_data_init()
/linux/arch/x86/events/
H A Dperf_event.h167 PERF_SAMPLE_PERIOD | PERF_SAMPLE_CODE_PAGE_SIZE | \
/linux/kernel/events/
H A Dcore.c2061 if (sample_type & PERF_SAMPLE_PERIOD) in __perf_event_header_size()
8215 if (sample_type & PERF_SAMPLE_PERIOD) in perf_output_sample()
10891 if ((event->attr.sample_type & PERF_SAMPLE_PERIOD) && !event->attr.freq) { in perf_swevent_event()