Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h133 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/linux-4.1.27/tools/perf/
Dbuiltin-report.c241 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
252 else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in report__setup_sample_type()
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c92 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()
/linux-4.1.27/tools/perf/util/
Devsel.c1586 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_evsel__parse_sample()
1736 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()
1915 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
Dsession.c774 if ((sample_type & PERF_SAMPLE_BRANCH_STACK) && !has_branch_callstack(evsel)) in dump_sample()
/linux-4.1.27/include/linux/
Dperf_event.h884 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c1981 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()
/linux-4.1.27/kernel/events/
Dcore.c5230 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_output_sample()
5353 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_prepare_sample()
7730 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_copy_attr()