Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Devsel.h397 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
Dsession.c1290 if (evsel__has_callchain(evsel)) in dump_sample()
Devsel.c2649 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
Dhist.c1939 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-script.c568 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
589 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
709 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.c4064 if (evsel__has_callchain(evsel) &&
/kernel/linux/linux-5.10/tools/perf/tests/
Dparse-events.c528 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()