Searched refs:PERF_SAMPLE_RAW (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dperf_event_sample_format.h32 #if !(defined(PERF_SAMPLE_RAW) || (defined(HAVE_DECL_PERF_SAMPLE_RAW) && HAVE_DECL_PERF_SAMPLE_RAW))
33 # define PERF_SAMPLE_RAW 1 << 10 macro
81 XLAT(PERF_SAMPLE_RAW),
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_event.h132 PERF_SAMPLE_RAW = 1U << 10, enumerator in enum:perf_event_sample_format
667 * # In other words, PERF_SAMPLE_RAW contents are not an ABI.
671 * char data[size];}&& PERF_SAMPLE_RAW
/external/perf_data_converter/src/quipper/
H A Dsample_info_reader.cc98 // PERF_SAMPLE_RAW.
256 // char data[size];}&& PERF_SAMPLE_RAW
257 if (sample_fields & PERF_SAMPLE_RAW) {
455 // char data[size];}&& PERF_SAMPLE_RAW
456 if (sample_fields & PERF_SAMPLE_RAW) {
H A Dtest_perf_data.cc215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW);
H A Dperf_serializer.cc368 if (sample_type & PERF_SAMPLE_RAW) sample->set_raw_size(sample_info.raw_size);
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator in enum:perf_event_sample_format
798 * # In other words, PERF_SAMPLE_RAW contents are not an ABI.
802 * char data[size];}&& PERF_SAMPLE_RAW
/external/v8/tools/
H A Dll_prof.py554 PERF_SAMPLE_RAW = 1 << 10 variable

Completed in 410 milliseconds