Searched refs:PERF_SAMPLE_TID (Results 1 – 21 of 21) sorted by relevance
7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
125 PERF_SAMPLE_TID = 1U << 1, enumerator
38 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
485 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_load()577 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_move()
141 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()2044 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()2136 if (type & PERF_SAMPLE_TID) { in evsel__parse_sample()2427 if (type & PERF_SAMPLE_TID) in evsel__parse_sample_timestamp()
614 if (type & PERF_SAMPLE_TID) { in add_generic_values()1121 if (type & PERF_SAMPLE_TID) { in add_generic_types()
818 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in arm_spe_synth_events()
795 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
1315 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()1444 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
718 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
1185 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
1312 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
2997 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
45 if (type & PERF_SAMPLE_TID) { in samples_same()
90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
456 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
732 if (evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
478 evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", PERF_OUTPUT_TID|PERF_OUTPUT_PID)) in evsel__check_attr()
996 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |