Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c40 if (type & PERF_SAMPLE_TID) { in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_TID = 1U << 1, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_TID = 1U << 1, enumerator
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c588 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
663 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
Dbuiltin-script.c439 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", in perf_evsel__check_attr()
/Linux-v4.19/tools/perf/util/
Djitdump.c471 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_load()
563 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_move()
Devsel.c131 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
2042 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
2134 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_sample()
2402 if (type & PERF_SAMPLE_TID) in perf_evsel__parse_sample_timestamp()
2422 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
2543 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
Devent.h88 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Ddata-convert-bt.c611 if (type & PERF_SAMPLE_TID) { in add_generic_values()
1118 if (type & PERF_SAMPLE_TID) { in add_generic_types()
Dintel-bts.c802 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
Dcs-etm.c811 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
Dpython.c685 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
Devlist.c1314 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
Dintel-pt.c2184 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
/Linux-v4.19/arch/x86/events/
Dperf_event.h92 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c819 if (event->attr.sample_type & PERF_SAMPLE_TID) in __hw_perf_event_init()
/Linux-v4.19/kernel/events/
Dcore.c1774 if (sample_type & PERF_SAMPLE_TID) in perf_event__id_header_size()
5992 if (sample_type & PERF_SAMPLE_TID) { in __perf_event_header__init_id()
6026 if (sample_type & PERF_SAMPLE_TID) in __perf_event__output_id_sample()
6167 if (sample_type & PERF_SAMPLE_TID) in perf_output_sample()