Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devsel.h502 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
H A Dhist.c1981 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
H A Devsel.c2983 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
H A Dsession.c1359 if (evsel__has_callchain(evsel)) in dump_sample()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c649 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
670 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
797 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
H A Dbuiltin-kwork.c1383 if (kwork->show_callchain && !evsel__has_callchain(evsel)) { in perf_kwork__check_config()
H A Dbuiltin-sched.c3006 !evsel__has_callchain(evsel)) { in timehist_check_attr()
H A Dbuiltin-trace.c3993 if (evsel__has_callchain(evsel) &&
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c700 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
712 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()