Searched refs:PERF_SAMPLE_IP (Results 1 – 10 of 10) sorted by relevance
/external/linux-tools-perf/util/ |
D | event.h | 61 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
|
D | evsel.c | 369 if (type & PERF_SAMPLE_IP) { in perf_event__parse_sample()
|
D | python.c | 831 { "SAMPLE_IP", PERF_SAMPLE_IP },
|
/external/v8/tools/ |
D | ll_prof.py | 562 PERF_SAMPLE_IP = 1 << 0 variable 576 ("ip", "u64", PERF_SAMPLE_IP),
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 582 PERF_SAMPLE_IP = 1 << 0 variable 597 ("ip", "u64", PERF_SAMPLE_IP),
|
/external/kernel-headers/original/linux/ |
D | perf_event.h | 117 PERF_SAMPLE_IP = 1U << 0, enumerator
|
/external/linux-tools-perf/util/include/linux/added/ |
D | perf_event.h | 127 PERF_SAMPLE_IP = 1U << 0, enumerator
|
/external/linux-tools-perf/ |
D | builtin-record.c | 171 attr->sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID; in config_attr()
|
D | builtin-top.c | 886 attr->sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in start_counters()
|
D | builtin-script.c | 161 if (perf_event_attr__check_stype(attr, PERF_SAMPLE_IP, "IP", in perf_evsel__check_attr()
|