Home
last modified time | relevance | path

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

/tools/perf/util/
A Devsel.h519 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
A Dsession.c1083 if (evsel__has_callchain(evsel)) in dump_sample()
A Dhist.c2124 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
A Devsel.c3775 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
/tools/perf/tests/
A Dparse-events.c702 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
714 TEST_ASSERT_VAL("wrong callgraph", !evsel__has_callchain(evsel)); in test__checkevent_pmu_partial_time_callgraph()
/tools/perf/
A Dbuiltin-script.c685 if (evsel__has_callchain(evsel) || evsel__is_offcpu_event(evsel)) { in perf_session__check_output_opt()
706 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
851 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
A Dbuiltin-kwork.c1780 if (kwork->show_callchain && !evsel__has_callchain(evsel)) { in perf_kwork__check_config()
A Dbuiltin-sched.c3228 !evsel__has_callchain(evsel)) { in timehist_check_attr()
A Dbuiltin-trace.c4537 if (evsel__has_callchain(evsel) && in trace__run()

Completed in 59 milliseconds