Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h13 #if defined(PERF_SAMPLE_TID) || (defined(HAVE_DECL_PERF_SAMPLE_TID) && HAVE_DECL_PERF_SAMPLE_TID)
15 static_assert((PERF_SAMPLE_TID) == (1 << 1), "PERF_SAMPLE_TID != 1 << 1");
18 # define PERF_SAMPLE_TID 1 << 1
158 XLAT(PERF_SAMPLE_TID),
Dperf_event_sample_format.in2 PERF_SAMPLE_TID 1 << 1
/external/perfetto/src/profiling/perf/
Devent_reader.cc301 (~uint64_t(PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_STACK_USER | in ParseSampleRecord()
318 if (event_attr_.sample_type & PERF_SAMPLE_TID) { in ParseSampleRecord()
Devent_config.cc345 pe.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_READ; in Create()
/external/ltp/testcases/cve/
Dcve-2015-3290.c327 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_TID = 1U << 1, enumerator
/external/igt-gpu-tools/overlay/
Dgpu-perf.c217 attr.sample_type = (PERF_SAMPLE_TIME | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_TID | PERF_SAMPLE_RAW); in perf_tracepoint_open()