Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 13 of 13) sorted by relevance

/linux/tools/perf/util/
H A Doff_cpu.h16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_CALLCHAIN | \
H A Dbpf_off_cpu.c61 evsel->core.attr.sample_type = PERF_SAMPLE_CALLCHAIN; in off_cpu_config()
362 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in off_cpu_write()
H A Dsynthetic-events.c1493 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()
1682 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
H A Devsel.c3071 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_event_stackmap.c61 PERF_SAMPLE_CALLCHAIN, in test_perf_event_stackmap()
H A Dget_stackid_cannot_attach.c55 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in test_get_stackid_cannot_attach()
H A Dtp_attach_query.c37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
/linux/kernel/bpf/
H A Dstackmap.c358 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()
/linux/tools/perf/tests/
H A Dsample-parsing.c101 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
/linux/tools/include/uapi/linux/
H A Dperf_event.h145 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/linux/kernel/events/
H A Dcore.c5348 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()
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst982 PERF_SAMPLE_CALLCHAIN``) configured events, for instance, when using
1003 (``attr.sample_type & PERF_SAMPLE_CALLCHAIN``) configured events, for
/linux/tools/perf/
H A Dbuiltin-c2c.c2838 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()