Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Devsel.h456 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
A Devsel.c2904 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
A Dhist.c1945 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
A Dsession.c1321 if (evsel__has_callchain(evsel)) in dump_sample()
/linux/tools/perf/
A Dbuiltin-script.c610 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
631 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
751 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
A Dbuiltin-sched.c2965 if (sched->show_callchain && !evsel__has_callchain(evsel)) { in timehist_check_attr()
A Dbuiltin-trace.c4091 if (evsel__has_callchain(evsel) &&
/linux/tools/perf/tests/
A 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()

Completed in 54 milliseconds