Home
last modified time | relevance | path

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

12

/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dtest-record-dummy-C016 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dsystem-wide-dummy13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
/linux-6.15/tools/perf/util/
H A Doff_cpu.h14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
H A Devent.h37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
H A Dbpf_off_cpu.c352 if (sample_type & PERF_SAMPLE_TID) in off_cpu_write()
H A Djitdump.c508 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_load()
604 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_move()
H A Devsel.c289 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
2802 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
2972 if (type & PERF_SAMPLE_TID) { in evsel__parse_sample()
3317 if (type & PERF_SAMPLE_TID) in evsel__parse_sample_timestamp()
3331 if (sample_type & PERF_SAMPLE_TID) in evsel__id_hdr_size()
H A Ddata-convert-bt.c621 if (type & PERF_SAMPLE_TID) { in add_generic_values()
1129 if (type & PERF_SAMPLE_TID) { in add_generic_types()
H A Dsynthetic-events.c1457 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1613 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
1798 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_id_sample()
H A Dintel-bts.c768 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
/linux-6.15/tools/perf/arch/x86/tests/
H A Damd-ibs-via-core-pmu.c34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
/linux-6.15/tools/lib/perf/Documentation/examples/
H A Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h141 PERF_SAMPLE_TID = 1U << 1, enumerator
/linux-6.15/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/linux-6.15/include/uapi/linux/
H A Dperf_event.h141 PERF_SAMPLE_TID = 1U << 1, enumerator
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c55 if (type & PERF_SAMPLE_TID) { in samples_same()
H A Ddlfilter-test.c315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
/linux-6.15/tools/perf/bench/
H A Dinject-buildid.c458 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/linux-6.15/arch/s390/kernel/
H A Dperf_pai_crypto.c466 if (event->attr.sample_type & PERF_SAMPLE_TID) { in paicrypt_push_sample()
H A Dperf_pai_ext.c493 if (event->attr.sample_type & PERF_SAMPLE_TID) { in paiext_push_sample()
H A Dperf_cpum_sf.c833 if (event->attr.sample_type & PERF_SAMPLE_TID) in __hw_perf_event_init()
/linux-6.15/tools/lib/perf/
H A Devsel.c552 (evsel->attr.sample_type & PERF_SAMPLE_TID) && in perf_evsel__attr_has_per_thread_sample_period()
/linux-6.15/arch/x86/events/
H A Dperf_event.h152 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \

12