Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
Dtest-record-C011 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/linux-4.1.27/tools/perf/tests/
Dsw-clock.c32 .sample_type = PERF_SAMPLE_PERIOD, in __test__sw_clock_freq()
Dsample-parsing.c57 if (type & PERF_SAMPLE_PERIOD) in samples_same()
Dparse-events.c13 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
/linux-4.1.27/include/uapi/linux/
Dperf_event.h130 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
/linux-4.1.27/tools/perf/util/
Ddata-convert-bt.c355 if (type & PERF_SAMPLE_PERIOD) { in add_generic_values()
534 if (type & PERF_SAMPLE_PERIOD) in add_generic_types()
Devent.h78 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | \
Devsel.c232 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD), in perf_evsel__newtp_idx()
1508 if (type & PERF_SAMPLE_PERIOD) { in perf_evsel__parse_sample()
1707 if (type & PERF_SAMPLE_PERIOD) in perf_event__sample_event_size()
1857 if (type & PERF_SAMPLE_PERIOD) { in perf_event__synthesize_sample()
Dpython.c513 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
996 { "SAMPLE_PERIOD", PERF_SAMPLE_PERIOD },
/linux-4.1.27/tools/perf/
Dbuiltin-script.c237 perf_evsel__check_stype(evsel, PERF_SAMPLE_PERIOD, "PERIOD", in perf_evsel__check_attr()
/linux-4.1.27/kernel/events/
Dcore.c1311 if (sample_type & PERF_SAMPLE_PERIOD) in perf_event__header_size()
5191 if (sample_type & PERF_SAMPLE_PERIOD) in perf_output_sample()
6258 if ((event->attr.sample_type & PERF_SAMPLE_PERIOD) && !event->attr.freq) { in perf_swevent_event()