Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Doff_cpu.h14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
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()
603 if (jd->sample_type & PERF_SAMPLE_TID) { in jit_repipe_code_move()
H A Devsel.c279 if (sample_type & PERF_SAMPLE_TID) in __perf_evsel__calc_id_pos()
2800 if (type & PERF_SAMPLE_TID) { in perf_evsel__parse_id_sample()
2970 if (type & PERF_SAMPLE_TID) { in evsel__parse_sample()
3312 if (type & PERF_SAMPLE_TID) in evsel__parse_sample_timestamp()
3326 if (sample_type & PERF_SAMPLE_TID) in evsel__id_hdr_size()
H A Dsynthetic-events.c1455 if (type & PERF_SAMPLE_TID) in perf_event__sample_event_size()
1611 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_sample()
1796 if (type & PERF_SAMPLE_TID) { in perf_event__synthesize_id_sample()
H A Dcs-etm.c1704 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/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/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/include/uapi/linux/
H A Dperf_event.h141 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/kernel/events/
H A Dcore.c1949 if (sample_type & PERF_SAMPLE_TID) in perf_event__id_header_size()
7331 #define PERF_SAMPLE_ID_ALL (PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
7342 if (sample_type & PERF_SAMPLE_TID) { in __perf_event_header__init_id()
7378 if (sample_type & PERF_SAMPLE_TID) in __perf_event__output_id_sample()
7539 if (sample_type & PERF_SAMPLE_TID) in perf_output_sample()
12380 if (has_inherit_and_sample_read(attr) && !(attr->sample_type & PERF_SAMPLE_TID)) in perf_event_alloc()
/linux/tools/perf/
H A Dbuiltin-inject.c2198 if (evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID")) in __cmd_inject()
/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1137 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |