Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-report.c228 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()
233 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
258 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
Dbuiltin-script.c334 if (evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
358 if (attr->sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/linux-4.4.14/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()
/linux-4.4.14/tools/perf/util/
Devsel.c1729 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_evsel__parse_sample()
1899 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()
2064 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
Dintel-pt.c1877 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
1898 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
1926 attr.sample_type &= ~(u64)PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
Dhist.c1168 use_callchain = evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN; in hists__output_resort()
Dsession.c927 if (sample_type & PERF_SAMPLE_CALLCHAIN) in dump_sample()
/linux-4.4.14/kernel/events/
Dcore.c3686 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in __free_event()
5363 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample()
5502 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_prepare_sample()
7966 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc()