Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 13 of 13) 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()
1493 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size() 1682 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
3071 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
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()
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()
101 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
145 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
5348 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in _free_event()7563 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample()7899 if (filtered_sample_type & PERF_SAMPLE_CALLCHAIN) in perf_prepare_sample()9848 (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) || in perf_event_set_bpf_handler()12460 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc()12478 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in perf_event_alloc()
982 PERF_SAMPLE_CALLCHAIN``) configured events, for instance, when using1003 (``attr.sample_type & PERF_SAMPLE_CALLCHAIN``) configured events, for
2838 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()