OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_SAMPLE_TID
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
perf_event.h
85
PERF_SAMPLE_TID
= 1U << 1,
/external/v8/tools/
ll_prof.py
534
PERF_SAMPLE_TID
= 1 << 1
548
("pid", "u32",
PERF_SAMPLE_TID
),
549
("tid", "u32",
PERF_SAMPLE_TID
),
/external/kernel-headers/original/linux/
perf_event.h
118
PERF_SAMPLE_TID
= 1U << 1,
409
* { u32 pid, tid; } &&
PERF_SAMPLE_TID
Completed in 33 milliseconds