Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h26 #if !(defined(PERF_SAMPLE_PERIOD) || (defined(HAVE_DECL_PERF_SAMPLE_PERIOD) && HAVE_DECL_PERF_SAMPL…
27 # define PERF_SAMPLE_PERIOD 1 << 8 macro
79 XLAT(PERF_SAMPLE_PERIOD),
Dperf_event_sample_format.in9 PERF_SAMPLE_PERIOD 1 << 8
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc29 PERF_SAMPLE_PERIOD | in TEST()
94 PERF_SAMPLE_PERIOD; in TEST()
151 PERF_SAMPLE_PERIOD; in TEST()
Dsample_info_reader.cc237 if (sample_fields & PERF_SAMPLE_PERIOD) { in ReadPerfSampleFromData()
416 if (sample_fields & PERF_SAMPLE_PERIOD) { in WritePerfSampleToData()
Dtest_perf_data.cc215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW); in WriteTo()
Dperf_reader_test.cc570 PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD | in TEST()
803 PERF_SAMPLE_PERIOD; in TEST()
Dperf_serializer.cc367 if (sample_type & PERF_SAMPLE_PERIOD) sample->set_period(sample_info.period); in SerializeSampleEvent()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h130 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
Dperf_internals.h167 PERF_SAMPLE_PERIOD | PERF_SAMPLE_IDENTIFIER)
/external/kernel-headers/original/uapi/linux/
Dperf_event.h132 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
/external/v8/tools/
Dll_prof.py552 PERF_SAMPLE_PERIOD = 1 << 8 variable
568 ("period", "u64", PERF_SAMPLE_PERIOD),