Symbol: PERF_SAMPLE_TID
arch/s390/kernel/perf_cpum_sf.c
831
if (event->attr.sample_type & PERF_SAMPLE_TID)
arch/s390/kernel/perf_pai.c
617
if (event->attr.sample_type & PERF_SAMPLE_TID) {
arch/x86/events/perf_event.h
162
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
kernel/events/core.c
13396
if (has_inherit_and_sample_read(attr) && !(attr->sample_type & PERF_SAMPLE_TID))
kernel/events/core.c
2109
if (sample_type & PERF_SAMPLE_TID)
kernel/events/core.c
7990
#define PERF_SAMPLE_ID_ALL (PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
kernel/events/core.c
8001
if (sample_type & PERF_SAMPLE_TID) {
kernel/events/core.c
8037
if (sample_type & PERF_SAMPLE_TID)
kernel/events/core.c
8197
if (sample_type & PERF_SAMPLE_TID)
tools/lib/perf/evsel.c
563
(evsel->attr.sample_type & PERF_SAMPLE_TID) &&
tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c
34
attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
tools/perf/bench/inject-buildid.c
458
bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME;
tools/perf/builtin-inject.c
2281
if (evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID"))
tools/perf/builtin-script.c
545
evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", PERF_OUTPUT_TID|PERF_OUTPUT_PID))
tools/perf/tests/dlfilter-test.c
314
#define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
tools/perf/tests/sample-parsing.c
55
if (type & PERF_SAMPLE_TID) {
tools/perf/util/arm-spe.c
1719
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/bpf_off_cpu.c
370
if (sample_type & PERF_SAMPLE_TID)
tools/perf/util/cs-etm.c
1712
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/data-convert-bt.c
1141
if (type & PERF_SAMPLE_TID) {
tools/perf/util/data-convert-bt.c
628
if (type & PERF_SAMPLE_TID) {
tools/perf/util/event.h
37
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
tools/perf/util/evsel.c
2610
attr.sample_type = PERF_SAMPLE_READ | PERF_SAMPLE_TID;
tools/perf/util/evsel.c
293
if (sample_type & PERF_SAMPLE_TID)
tools/perf/util/evsel.c
3044
if (type & PERF_SAMPLE_TID) {
tools/perf/util/evsel.c
3264
if (type & PERF_SAMPLE_TID) {
tools/perf/util/evsel.c
3625
if (type & PERF_SAMPLE_TID)
tools/perf/util/evsel.c
3639
if (sample_type & PERF_SAMPLE_TID)
tools/perf/util/intel-bts.c
768
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/intel-pt.c
3974
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/jitdump.c
510
if (jd->sample_type & PERF_SAMPLE_TID) {
tools/perf/util/jitdump.c
621
if (jd->sample_type & PERF_SAMPLE_TID) {
tools/perf/util/off_cpu.h
14
PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
tools/perf/util/python.c
954
.sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID,
tools/perf/util/synthetic-events.c
1468
if (type & PERF_SAMPLE_TID)
tools/perf/util/synthetic-events.c
1630
if (type & PERF_SAMPLE_TID) {
tools/perf/util/synthetic-events.c
1815
if (type & PERF_SAMPLE_TID) {