Home
last modified time | relevance | path

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

/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 |
/tools/lib/perf/Documentation/examples/
Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/tools/include/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_TID = 1U << 1, enumerator
/tools/perf/util/
Devent.h38 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Djitdump.c485 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()
Devsel.c141 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()
Ddata-convert-bt.c614 if (type & PERF_SAMPLE_TID) { in add_generic_values()
1121 if (type & PERF_SAMPLE_TID) { in add_generic_types()
Darm-spe.c818 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in arm_spe_synth_events()
Dintel-bts.c795 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
Dsynthetic-events.c1315 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1444 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
Dpython.c718 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
Devlist.c1185 if (sample_type & PERF_SAMPLE_TID) in perf_evlist__id_hdr_size()
Dcs-etm.c1312 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
Dintel-pt.c2997 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
/tools/perf/tests/
Dsample-parsing.c45 if (type & PERF_SAMPLE_TID) { in samples_same()
/tools/lib/perf/Documentation/
Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/tools/perf/bench/
Dinject-buildid.c456 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/tools/perf/
Dbuiltin-inject.c732 if (evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
Dbuiltin-script.c478 evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", PERF_OUTPUT_TID|PERF_OUTPUT_PID)) in evsel__check_attr()
/tools/perf/Documentation/
Dperf-intel-pt.txt996 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |