Home
last modified time | relevance | path

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

12

/linux/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 Djitdump.c510 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_load()
621 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_move()
H A Dbpf_off_cpu.c370 if (sample_type & PERF_SAMPLE_TID) in off_cpu_write()
H A Devsel.c293 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
2610 attr.sample_type = PERF_SAMPLE_READ | PERF_SAMPLE_TID; in evsel__detect_missing_features()
3044 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
3264 if (type & PERF_SAMPLE_TID) { in evsel__parse_sample()
3625 if (type & PERF_SAMPLE_TID) in evsel__parse_sample_timestamp()
3639 if (sample_type & PERF_SAMPLE_TID) in evsel__id_hdr_size()
H A Ddata-convert-bt.c628 if (type & PERF_SAMPLE_TID) { in add_generic_values()
1141 if (type & PERF_SAMPLE_TID) { in add_generic_types()
H A Dsynthetic-events.c1468 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1630 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
1815 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()
H A Darm-spe.c1719 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in arm_spe_synth_events()
H A Dpython.c954 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID, in pyrf_evsel__init()
H A Dcs-etm.c1712 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
/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()
/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()
/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…
/linux/tools/perf/tests/
H A Dsample-parsing.c55 if (type & PERF_SAMPLE_TID) { in samples_same()
H A Ddlfilter-test.c314 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
/linux/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_TID = 1U << 1, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_TID = 1U << 1, enumerator
/linux/tools/perf/bench/
H A Dinject-buildid.c458 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/linux/tools/lib/perf/
H A Devsel.c563 (evsel->attr.sample_type & PERF_SAMPLE_TID) && in perf_evsel__attr_has_per_thread_sample_period()
/linux/arch/s390/kernel/
H A Dperf_pai.c617 if (event->attr.sample_type & PERF_SAMPLE_TID) { in pai_push_sample()
H A Dperf_cpum_sf.c831 if (event->attr.sample_type & PERF_SAMPLE_TID) in __hw_perf_event_init()
/linux/arch/x86/events/
H A Dperf_event.h162 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
/linux/kernel/events/
H A Dcore.c2109 if (sample_type & PERF_SAMPLE_TID) in perf_event__id_header_size()
7990 #define PERF_SAMPLE_ID_ALL (PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
8001 if (sample_type & PERF_SAMPLE_TID) { in __perf_event_header__init_id()
8037 if (sample_type & PERF_SAMPLE_TID) in __perf_event__output_id_sample()
8197 if (sample_type & PERF_SAMPLE_TID) in perf_output_sample()
13396 if (has_inherit_and_sample_read(attr) && !(attr->sample_type & PERF_SAMPLE_TID)) in perf_event_alloc()
/linux/tools/perf/
H A Dbuiltin-inject.c2281 if (evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()

12