Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-report.c231 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type()
266 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
277 else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in report__setup_sample_type()
Dbuiltin-script.c1691 else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in script__setup_sample_type()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h134 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c92 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()
/linux-4.4.14/tools/perf/util/
Devsel.c1759 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_evsel__parse_sample()
1909 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()
2088 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
Dintel-pt.c1879 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
1900 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
1927 attr.sample_type &= ~(u64)PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
Dsession.c930 if ((sample_type & PERF_SAMPLE_BRANCH_STACK) && !has_branch_callstack(evsel)) in dump_sample()
/linux-4.4.14/include/linux/
Dperf_event.h1022 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c2005 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()
/linux-4.4.14/kernel/events/
Dcore.c5402 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_output_sample()
5524 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_prepare_sample()
8059 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_copy_attr()