Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TID (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/util/
Devsel.c329 if (type & PERF_SAMPLE_TID) { in perf_event__parse_id_sample()
374 if (type & PERF_SAMPLE_TID) { in perf_event__parse_sample()
Devent.h61 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Dpython.c391 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
832 { "SAMPLE_TID", PERF_SAMPLE_TID },
Dsession.c95 if (sample_type & PERF_SAMPLE_TID) in perf_session__id_header_size()
/external/v8/tools/
Dll_prof.py563 PERF_SAMPLE_TID = 1 << 1 variable
577 ("pid", "u32", PERF_SAMPLE_TID),
578 ("tid", "u32", PERF_SAMPLE_TID),
/external/kernel-headers/original/linux/
Dperf_event.h118 PERF_SAMPLE_TID = 1U << 1, enumerator
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h128 PERF_SAMPLE_TID = 1U << 1, enumerator
/external/linux-tools-perf/
Dbuiltin-record.c171 attr->sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID; in config_attr()
Dbuiltin-top.c886 attr->sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in start_counters()
Dbuiltin-script.c171 perf_event_attr__check_stype(attr, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()