Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel.h543 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
H A Dsession.c1067 if (evsel__has_callchain(evsel)) in dump_sample()
H A Dhist.c1994 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
H A Devsel.c3346 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
/linux/tools/perf/tests/
H A Dparse-events.c709 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
721 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
/linux/tools/perf/
H A Dbuiltin-script.c665 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
686 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
826 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
H A Dbuiltin-kwork.c1778 if (kwork->show_callchain && !evsel__has_callchain(evsel)) { in perf_kwork__check_config()
H A Dbuiltin-sched.c3160 !evsel__has_callchain(evsel)) { in timehist_check_attr()
H A Dbuiltin-trace.c4396 if (evsel__has_callchain(evsel) &&