Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/include/uapi/linux/
Dperf_event.h123 PERF_SAMPLE_TID = 1U << 1, enumerator
/linux-4.1.27/tools/perf/util/
Ddata-convert-bt.c326 if (type & PERF_SAMPLE_TID) { in add_generic_values()
519 if (type & PERF_SAMPLE_TID) { in add_generic_types()
Devsel.c122 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()
Devent.h75 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Dpython.c513 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
989 { "SAMPLE_TID", PERF_SAMPLE_TID },
Devlist.c1198 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c37 if (type & PERF_SAMPLE_TID) { in samples_same()
/linux-4.1.27/tools/perf/
Dbuiltin-inject.c373 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
Dbuiltin-script.c222 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()
/linux-4.1.27/kernel/events/
Dcore.c1335 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()