Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dperf_event_sample_format.h41 #if defined(PERF_SAMPLE_CALLCHAIN) || (defined(HAVE_DECL_PERF_SAMPLE_CALLCHAIN) && HAVE_DECL_PERF_S…
43 static_assert((PERF_SAMPLE_CALLCHAIN) == (1 << 5), "PERF_SAMPLE_CALLCHAIN != 1 << 5");
46 # define PERF_SAMPLE_CALLCHAIN 1 << 5
162 XLAT(PERF_SAMPLE_CALLCHAIN),
Dperf_event_sample_format.in6 PERF_SAMPLE_CALLCHAIN 1 << 5
/external/perfetto/src/profiling/perf/
Devent_reader.cc302 PERF_SAMPLE_REGS_USER | PERF_SAMPLE_CALLCHAIN | in ParseSampleRecord()
335 if (event_attr_.sample_type & PERF_SAMPLE_CALLCHAIN) { in ParseSampleRecord()
Devent_config.cc366 pe.sample_type |= PERF_SAMPLE_CALLCHAIN; in Create()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dtp_attach_query.c32 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
Dsend_signal.c148 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN, in test_send_signal_tracepoint()
/external/ltp/testcases/cve/
Dcve-2015-3290.c328 PERF_SAMPLE_TIME|PERF_SAMPLE_CALLCHAIN| in child_thread()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator