Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_IP (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/util/
Devent.h61 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Devsel.c369 if (type & PERF_SAMPLE_IP) { in perf_event__parse_sample()
Dpython.c831 { "SAMPLE_IP", PERF_SAMPLE_IP },
/external/v8/tools/
Dll_prof.py562 PERF_SAMPLE_IP = 1 << 0 variable
576 ("ip", "u64", PERF_SAMPLE_IP),
/external/chromium_org/v8/tools/
Dll_prof.py582 PERF_SAMPLE_IP = 1 << 0 variable
597 ("ip", "u64", PERF_SAMPLE_IP),
/external/kernel-headers/original/linux/
Dperf_event.h117 PERF_SAMPLE_IP = 1U << 0, enumerator
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h127 PERF_SAMPLE_IP = 1U << 0, enumerator
/external/linux-tools-perf/
Dbuiltin-record.c171 attr->sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID; in config_attr()
Dbuiltin-top.c886 attr->sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in start_counters()
Dbuiltin-script.c161 if (perf_event_attr__check_stype(attr, PERF_SAMPLE_IP, "IP", in perf_evsel__check_attr()