Searched refs:PERF_SAMPLE_TID (Results 1 – 12 of 12) sorted by relevance
8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
11 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
123 PERF_SAMPLE_TID = 1U << 1, enumerator
326 if (type & PERF_SAMPLE_TID) { in add_generic_values()519 if (type & PERF_SAMPLE_TID) { in add_generic_types()
122 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()1379 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()1460 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_sample()1689 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()1808 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
75 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
513 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()989 { "SAMPLE_TID", PERF_SAMPLE_TID },
1198 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
37 if (type & PERF_SAMPLE_TID) { in samples_same()
373 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
222 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()
1335 if (sample_type & PERF_SAMPLE_TID) in perf_event__id_header_size()5003 if (sample_type & PERF_SAMPLE_TID) { in __perf_event_header__init_id()5037 if (sample_type & PERF_SAMPLE_TID) in __perf_event__output_id_sample()5173 if (sample_type & PERF_SAMPLE_TID) in perf_output_sample()