Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 13 of 13) sorted by relevance
61 PERF_SAMPLE_CALLCHAIN, in test_perf_event_stackmap()
55 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in test_get_stackid_cannot_attach()
37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
525 return evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN || in evsel__has_callchain()526 evsel->synth_sample_type & PERF_SAMPLE_CALLCHAIN; in evsel__has_callchain()
841 if (type & PERF_SAMPLE_CALLCHAIN) { in process_sample_event()1153 if (type & PERF_SAMPLE_CALLCHAIN) { in add_generic_types()
1226 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in intel_pt_callchain_init()1227 evsel->synth_sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_callchain_init()2464 if (sample_type & PERF_SAMPLE_CALLCHAIN && in intel_pt_do_synth_pebs_sample()4009 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
1501 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()1696 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
3127 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
101 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
148 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
382 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()388 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()414 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
2847 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()
2541 (sample_type & PERF_SAMPLE_CALLCHAIN || in process_attr()
Completed in 54 milliseconds