| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-data | 7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
| H A D | test-record-C0 | 12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
| H A D | test-record-dummy-C0 | 16 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
| H A D | system-wide-dummy | 13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
| /linux-6.15/tools/perf/util/ |
| H A D | off_cpu.h | 14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
|
| H A D | event.h | 37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
|
| H A D | bpf_off_cpu.c | 352 if (sample_type & PERF_SAMPLE_TID) in off_cpu_write()
|
| H A D | jitdump.c | 508 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 D | evsel.c | 289 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 D | data-convert-bt.c | 621 if (type & PERF_SAMPLE_TID) { in add_generic_values() 1129 if (type & PERF_SAMPLE_TID) { in add_generic_types()
|
| H A D | synthetic-events.c | 1457 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 D | intel-bts.c | 768 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
|
| /linux-6.15/tools/perf/arch/x86/tests/ |
| H A D | amd-ibs-via-core-pmu.c | 34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
|
| /linux-6.15/tools/lib/perf/Documentation/examples/ |
| H A D | sampling.c | 35 .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 D | perf_event.h | 141 PERF_SAMPLE_TID = 1U << 1, enumerator
|
| /linux-6.15/tools/lib/perf/Documentation/ |
| H A D | libperf-sampling.txt | 90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 141 PERF_SAMPLE_TID = 1U << 1, enumerator
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sample-parsing.c | 55 if (type & PERF_SAMPLE_TID) { in samples_same()
|
| H A D | dlfilter-test.c | 315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
|
| /linux-6.15/tools/perf/bench/ |
| H A D | inject-buildid.c | 458 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_pai_crypto.c | 466 if (event->attr.sample_type & PERF_SAMPLE_TID) { in paicrypt_push_sample()
|
| H A D | perf_pai_ext.c | 493 if (event->attr.sample_type & PERF_SAMPLE_TID) { in paiext_push_sample()
|
| H A D | perf_cpum_sf.c | 833 if (event->attr.sample_type & PERF_SAMPLE_TID) in __hw_perf_event_init()
|
| /linux-6.15/tools/lib/perf/ |
| H A D | evsel.c | 552 (evsel->attr.sample_type & PERF_SAMPLE_TID) && in perf_evsel__attr_has_per_thread_sample_period()
|
| /linux-6.15/arch/x86/events/ |
| H A D | perf_event.h | 152 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
|