Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 8 of 8) sorted by relevance
286 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type()322 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()334 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in report__setup_sample_type()
2408 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
2568 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in script__setup_sample_type()
95 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()
135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
2205 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_evsel__parse_sample()2360 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()2542 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
1108 if ((sample_type & PERF_SAMPLE_BRANCH_STACK) && !perf_evsel__has_branch_callstack(evsel)) in dump_sample()
2263 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()