OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_SAMPLE_IDENTIFIER
(Results
1 - 8
of
8
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
record.c
67
evsel->attr.sample_type |=
PERF_SAMPLE_IDENTIFIER
;
event.h
70
PERF_SAMPLE_IDENTIFIER
)
evsel.c
56
*
PERF_SAMPLE_IDENTIFIER
) in a sample event i.e. in the array of struct
63
if (sample_type &
PERF_SAMPLE_IDENTIFIER
)
89
* (PERF_SAMPLE_ID or
PERF_SAMPLE_IDENTIFIER
) in a non-sample event i.e. if
96
if (sample_type &
PERF_SAMPLE_IDENTIFIER
)
1173
if (type &
PERF_SAMPLE_IDENTIFIER
) {
1275
if (type &
PERF_SAMPLE_IDENTIFIER
) {
[
all
...]
evlist.c
895
if (sample_type &
PERF_SAMPLE_IDENTIFIER
)
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c
30
if (type &
PERF_SAMPLE_IDENTIFIER
)
278
if (PERF_SAMPLE_MAX >
PERF_SAMPLE_IDENTIFIER
<< 1) {
/bionic/libc/kernel/uapi/linux/
perf_event.h
116
PERF_SAMPLE_IDENTIFIER
= 1U << 16,
/external/kernel-headers/original/uapi/linux/
perf_event.h
138
PERF_SAMPLE_IDENTIFIER
= 1U << 16,
540
* { u64 id; } &&
PERF_SAMPLE_IDENTIFIER
543
* Note that
PERF_SAMPLE_IDENTIFIER
duplicates PERF_SAMPLE_ID. The
544
* advantage of
PERF_SAMPLE_IDENTIFIER
is that its position is fixed
636
* # Note that
PERF_SAMPLE_IDENTIFIER
duplicates PERF_SAMPLE_ID.
637
* # The advantage of
PERF_SAMPLE_IDENTIFIER
is that its position
641
* { u64 id; } &&
PERF_SAMPLE_IDENTIFIER
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h
138
PERF_SAMPLE_IDENTIFIER
= 1U << 16,
517
* { u64 id; } &&
PERF_SAMPLE_IDENTIFIER
520
* Note that
PERF_SAMPLE_IDENTIFIER
duplicates PERF_SAMPLE_ID. The
521
* advantage of
PERF_SAMPLE_IDENTIFIER
is that its position is fixed
613
* # Note that
PERF_SAMPLE_IDENTIFIER
duplicates PERF_SAMPLE_ID.
614
* # The advantage of
PERF_SAMPLE_IDENTIFIER
is that its position
618
* { u64 id; } &&
PERF_SAMPLE_IDENTIFIER
Completed in 3170 milliseconds