Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 9 of 9) sorted by relevance
235 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()240 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()265 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
379 if (evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()404 if (attr->sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
128 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
78 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
496 TEST_ASSERT_VAL("wrong callgraph", !(PERF_SAMPLE_CALLCHAIN & evsel->attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()509 TEST_ASSERT_VAL("wrong callgraph", !(PERF_SAMPLE_CALLCHAIN & evsel->attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
1865 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_evsel__parse_sample()2034 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()2199 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()2435 if ((evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0 && in perf_evsel__open_strerror()
2005 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()2026 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()2054 attr.sample_type &= ~(u64)PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
1095 if (sample_type & PERF_SAMPLE_CALLCHAIN) in dump_sample()
1744 use_callchain = evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN; in perf_evsel__output_resort()