Home
last modified time | relevance | path

Searched refs:evsel__has_callchain (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Devsel.h453 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
Dhist.c1945 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
Devsel.c2804 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
Dsession.c1317 if (evsel__has_callchain(evsel)) in dump_sample()
/tools/perf/
Dbuiltin-script.c606 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
627 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
747 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
Dbuiltin-sched.c2965 if (sched->show_callchain && !evsel__has_callchain(evsel)) { in timehist_check_attr()
Dbuiltin-trace.c4093 if (evsel__has_callchain(evsel) &&
/tools/perf/tests/
Dparse-events.c529 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
541 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()