Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/attr/
Dtest-record-data8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C011 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h123 PERF_SAMPLE_TID = 1U << 1, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h123 PERF_SAMPLE_TID = 1U << 1, enumerator
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devent.h66 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Devsel.c72 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
1205 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
1285 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_sample()
1486 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1592 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
Dpython.c520 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
995 { "SAMPLE_TID", PERF_SAMPLE_TID },
Devlist.c880 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dsample-parsing.c36 if (type & PERF_SAMPLE_TID) { in samples_same()
/external/chromium_org/v8/tools/
Dll_prof.py584 PERF_SAMPLE_TID = 1 << 1 variable
599 ("pid", "u32", PERF_SAMPLE_TID),
600 ("tid", "u32", PERF_SAMPLE_TID),
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-inject.c373 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
Dbuiltin-script.c214 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()