Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_TID = 1U << 1, enumerator
/linux-4.4.14/tools/perf/
Dbuiltin-inject.c518 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
593 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
Dbuiltin-script.c249 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c37 if (type & PERF_SAMPLE_TID) { in samples_same()
/linux-4.4.14/tools/perf/util/
Devsel.c124 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
1552 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
1633 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_sample()
1862 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1981 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
Ddata-convert-bt.c380 if (type & PERF_SAMPLE_TID) { in add_generic_values()
775 if (type & PERF_SAMPLE_TID) { in add_generic_types()
Devent.h80 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Dintel-bts.c790 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
Dpython.c559 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
Devlist.c1382 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
Dintel-pt.c1848 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h100 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
/linux-4.4.14/kernel/events/
Dcore.c1327 if (sample_type & PERF_SAMPLE_TID) in perf_event__id_header_size()
5169 if (sample_type & PERF_SAMPLE_TID) { in __perf_event_header__init_id()
5203 if (sample_type & PERF_SAMPLE_TID) in __perf_event__output_id_sample()
5339 if (sample_type & PERF_SAMPLE_TID) in perf_output_sample()