Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 - 9 of 9) sorted by relevance

/external/v8/tools/
H A Dll_prof.py567 PERF_SAMPLE_CALLCHAIN = 1 << 5 variable
588 ("nr", "u64", PERF_SAMPLE_CALLCHAIN)
623 (perf_event_attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0
/external/linux-tools-perf/
H A Dbuiltin-report.c162 if (!(self->sample_type & PERF_SAMPLE_CALLCHAIN)) {
H A Dbuiltin-record.c203 attr->sample_type |= PERF_SAMPLE_CALLCHAIN;
H A Dbuiltin-script.c166 !(attr->sample_type & PERF_SAMPLE_CALLCHAIN))
/external/linux-tools-perf/util/
H A Devsel.c418 if (type & PERF_SAMPLE_CALLCHAIN) {
H A Dsession.c727 if (session->sample_type & PERF_SAMPLE_CALLCHAIN)
776 !(session->sample_type & PERF_SAMPLE_CALLCHAIN))
H A Dpython.c836 { "SAMPLE_CALLCHAIN", PERF_SAMPLE_CALLCHAIN },
/external/kernel-headers/original/linux/
H A Dperf_event.h122 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator in enum:perf_event_sample_format
420 * u64 ips[nr]; } && PERF_SAMPLE_CALLCHAIN
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h132 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator in enum:perf_event_sample_format
447 * u64 ips[nr]; } && PERF_SAMPLE_CALLCHAIN

Completed in 80 milliseconds