Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/perf/tests/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 Dsystem-wide-dummy13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
/openbmc/linux/tools/perf/util/
H A Doff_cpu.h14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
H A Dbpf-filter.l72 tid { return sample(PERF_SAMPLE_TID); }
73 pid { return sample_part(PERF_SAMPLE_TID, 1); }
H A Devent.h37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
H A Dbpf_off_cpu.c345 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()
603 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_move()
H A Devsel.c178 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
2240 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
2393 if (type & PERF_SAMPLE_TID) { in evsel__parse_sample()
2727 if (type & PERF_SAMPLE_TID) in evsel__parse_sample_timestamp()
2741 if (sample_type & PERF_SAMPLE_TID) in evsel__id_hdr_size()
H A Ddata-convert-bt.c620 if (type & PERF_SAMPLE_TID) { in add_generic_values()
1127 if (type & PERF_SAMPLE_TID) { in add_generic_types()
H A Dsynthetic-events.c1439 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1595 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
1776 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_id_sample()
H A Dintel-bts.c795 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
H A Darm-spe.c1147 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in arm_spe_synth_events()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c60 case PERF_SAMPLE_TID: in perf_get_sample()
/openbmc/linux/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 | \
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h141 PERF_SAMPLE_TID = 1U << 1, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h141 PERF_SAMPLE_TID = 1U << 1, enumerator
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c457 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c353 if (event->attr.sample_type & PERF_SAMPLE_TID) { in paicrypt_push_sample()
H A Dperf_pai_ext.c444 if (event->attr.sample_type & PERF_SAMPLE_TID) { in paiext_push_sample()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h135 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \

12