#include <asm/unistd.h>
#include <time.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <linux/perf_event.h>
#include "util/types.h"
#include <stdbool.h>
#include "util/target.h"
Go to the source code of this file.
Value:({ \
(void) (&_min1 == &_min2); \
_min1 < _min2 ? _min1 : _min2; })
Definition at line 161 of file perf.h.
#define NSEC_PER_SEC 1000000000ULL |
#define PR_TASK_PERF_EVENTS_DISABLE 31 |
#define PR_TASK_PERF_EVENTS_ENABLE 32 |
#define unlikely |
( |
|
x | ) |
__builtin_expect(!!(x), 0) |
- Enumerator:
CALLCHAIN_NONE |
|
CALLCHAIN_FP |
|
CALLCHAIN_DWARF |
|
Definition at line 208 of file perf.h.