Searched refs:PERF_SAMPLE_TID (Results 1 – 10 of 10) sorted by relevance
/external/linux-tools-perf/util/ |
D | evsel.c | 329 if (type & PERF_SAMPLE_TID) { in perf_event__parse_id_sample() 374 if (type & PERF_SAMPLE_TID) { in perf_event__parse_sample()
|
D | event.h | 61 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
|
D | python.c | 391 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init() 832 { "SAMPLE_TID", PERF_SAMPLE_TID },
|
D | session.c | 95 if (sample_type & PERF_SAMPLE_TID) in perf_session__id_header_size()
|
/external/v8/tools/ |
D | ll_prof.py | 563 PERF_SAMPLE_TID = 1 << 1 variable 577 ("pid", "u32", PERF_SAMPLE_TID), 578 ("tid", "u32", PERF_SAMPLE_TID),
|
/external/kernel-headers/original/linux/ |
D | perf_event.h | 118 PERF_SAMPLE_TID = 1U << 1, enumerator
|
/external/linux-tools-perf/util/include/linux/added/ |
D | perf_event.h | 128 PERF_SAMPLE_TID = 1U << 1, 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 | 171 perf_event_attr__check_stype(attr, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()
|