OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_SAMPLE_IP
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/kernel/common/linux/
perf_event.h
90
PERF_SAMPLE_IP
= 1U << 0,
/external/linux-tools-perf/util/
event.h
10
*
PERF_SAMPLE_IP
| PERF_SAMPLE_TID | *
61
(
PERF_SAMPLE_IP
| PERF_SAMPLE_TID | \
evsel.c
369
if (type &
PERF_SAMPLE_IP
) {
python.c
831
{ "SAMPLE_IP",
PERF_SAMPLE_IP
},
/external/v8/tools/
ll_prof.py
562
PERF_SAMPLE_IP
= 1 << 0
576
("ip", "u64",
PERF_SAMPLE_IP
),
/external/kernel-headers/original/linux/
perf_event.h
117
PERF_SAMPLE_IP
= 1U << 0,
310
* Indicates that the content of
PERF_SAMPLE_IP
points to
408
* { u64 ip; } &&
PERF_SAMPLE_IP
919
* - ip for
PERF_SAMPLE_IP
/external/linux-tools-perf/
builtin-record.c
171
attr->sample_type |=
PERF_SAMPLE_IP
| PERF_SAMPLE_TID;
builtin-script.c
161
if (perf_event_attr__check_stype(attr,
PERF_SAMPLE_IP
, "IP",
builtin-top.c
886
attr->sample_type =
PERF_SAMPLE_IP
| PERF_SAMPLE_TID;
/external/linux-tools-perf/util/include/linux/added/
perf_event.h
127
PERF_SAMPLE_IP
= 1U << 0,
328
* Indicates that the content of
PERF_SAMPLE_IP
points to
435
* { u64 ip; } &&
PERF_SAMPLE_IP
1057
* - ip for
PERF_SAMPLE_IP
/external/chromium_org/v8/tools/
ll_prof.py
582
PERF_SAMPLE_IP
= 1 << 0
597
("ip", "u64",
PERF_SAMPLE_IP
),
[
all
...]
Completed in 94 milliseconds