Go to the documentation of this file. 1 #ifndef __PERF_RECORD_H
2 #define __PERF_RECORD_H
61 #define PERF_SAMPLE_MASK \
62 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
63 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
64 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
65 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)
99 #define BUILD_ID_SIZE 20
124 #define MAX_EVENT_NAME 64
176 const char *symbol_name);