Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-report.c235 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()
240 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
265 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
Dbuiltin-script.c379 if (evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
404 if (attr->sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
/tools/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/tools/perf/tests/
Dsample-parsing.c78 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
Dparse-events.c496 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()
/tools/perf/util/
Devsel.c1865 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_evsel__parse_sample()
2034 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()
2199 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
2435 if ((evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0 && in perf_evsel__open_strerror()
Dintel-pt.c2005 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
2026 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
2054 attr.sample_type &= ~(u64)PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
Dsession.c1095 if (sample_type & PERF_SAMPLE_CALLCHAIN) in dump_sample()
Dhist.c1744 use_callchain = evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN; in perf_evsel__output_resort()