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/ |
D | test-record-data | 8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
D | test-record-C0 | 11 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
|
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/ |
D | perf_event.h | 123 PERF_SAMPLE_TID = 1U << 1, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 123 PERF_SAMPLE_TID = 1U << 1, enumerator
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | event.h | 66 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
|
D | evsel.c | 72 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()
|
D | python.c | 520 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init() 995 { "SAMPLE_TID", PERF_SAMPLE_TID },
|
D | evlist.c | 880 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | sample-parsing.c | 36 if (type & PERF_SAMPLE_TID) { in samples_same()
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 584 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/ |
D | builtin-inject.c | 373 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
|
D | builtin-script.c | 214 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()
|