Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 10 of 10) sorted by relevance
228 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()233 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()258 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
334 if (evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()358 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()
1729 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_evsel__parse_sample()1899 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()2064 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
1877 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()1898 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()1926 attr.sample_type &= ~(u64)PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
1168 use_callchain = evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN; in hists__output_resort()
927 if (sample_type & PERF_SAMPLE_CALLCHAIN) in dump_sample()
3686 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in __free_event()5363 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample()5502 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_prepare_sample()7966 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc()