Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 21 of 21) sorted by relevance
16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_CALLCHAIN | \
61 evsel->core.attr.sample_type = PERF_SAMPLE_CALLCHAIN; in off_cpu_config()362 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in off_cpu_write()
510 return evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN || in evsel__has_callchain()511 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()
1224 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in intel_pt_callchain_init()1225 evsel->synth_sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_callchain_init()2323 if (sample_type & PERF_SAMPLE_CALLCHAIN && in intel_pt_do_synth_pebs_sample()3811 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
1495 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()1684 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
3073 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
55 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in test_get_stackid_cannot_attach()
61 PERF_SAMPLE_CALLCHAIN, in test_perf_event_stackmap()
37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
358 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in BPF_CALL_3()589 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in BPF_CALL_4()
1313 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in perf_sample_save_callchain()1315 if (WARN_ON_ONCE(data->sample_flags & PERF_SAMPLE_CALLCHAIN)) in perf_sample_save_callchain()1322 data->sample_flags |= PERF_SAMPLE_CALLCHAIN; in perf_sample_save_callchain()
145 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
101 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
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()
2838 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()
2540 (sample_type & PERF_SAMPLE_CALLCHAIN || in process_attr()
845 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | in is_callchain_event()
982 PERF_SAMPLE_CALLCHAIN``) configured events, for instance, when using1003 (``attr.sample_type & PERF_SAMPLE_CALLCHAIN``) configured events, for
7784 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample()8120 if (filtered_sample_type & PERF_SAMPLE_CALLCHAIN) in perf_prepare_sample()10117 (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) || in perf_event_set_bpf_handler()12746 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc()