Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Devsel.h470 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
Devsel.c3001 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
Dhist.c1950 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
Dsession.c1356 if (evsel__has_callchain(evsel)) in dump_sample()
/linux-6.1.9/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()
/linux-6.1.9/tools/perf/
Dbuiltin-script.c622 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
643 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
770 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
Dbuiltin-kwork.c1359 if (kwork->show_callchain && !evsel__has_callchain(evsel)) { in perf_kwork__check_config()
Dbuiltin-sched.c2994 if (sched->show_callchain && !evsel__has_callchain(evsel)) { in timehist_check_attr()
Dbuiltin-trace.c4113 if (evsel__has_callchain(evsel) &&