Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel.h521 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain() function
H A Dsession.c1136 if (evsel__has_callchain(evsel)) in dump_sample()
1188 if (evsel__has_callchain(evsel)) in dump_deferred_callchain()
H A Dhist.c2122 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
H A Devsel.c4029 if (evsel__has_callchain(evsel) && in evsel__open_strerror()
/linux/tools/perf/
H A Dbuiltin-script.c677 if (evsel__has_callchain(evsel) || evsel__is_offcpu_event(evsel)) { in perf_session__check_output_opt()
698 if (evsel__has_callchain(evsel)) { in perf_session__check_output_opt()
852 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain) in perf_sample__fprintf_start()
H A Dbuiltin-kwork.c1780 if (kwork->show_callchain && !evsel__has_callchain(evsel)) { in perf_kwork__check_config()
H A Dbuiltin-sched.c3224 !evsel__has_callchain(evsel)) { in timehist_check_attr()
H A Dbuiltin-trace.c4561 if (evsel__has_callchain(evsel) && in trace__run()
/linux/tools/perf/tests/
H A Dparse-events.c740 TEST_ASSERT_EVSEL("wrong callgraph", !evsel__has_callchain(evsel), evsel); in test__checkevent_pmu_partial_time_callgraph()
752 TEST_ASSERT_EVSEL("wrong callgraph", !evsel__has_callchain(evsel), evsel); in test__checkevent_pmu_partial_time_callgraph()